summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar nbren12@2093afead64fc71676a3456db655dc8b1bb15abb <nbren12@web>2015-10-05 23:13:13 +0000
committerGravatar admin <admin@branchable.com>2015-10-05 23:13:13 +0000
commit3956591708368f5bdf0a6dea081148b679497b39 (patch)
treec022b168f3c43e514906a02c4860345b07fdd220
parentee7ffb6a478e7db7f98db718f5068ea99db01751 (diff)
-rw-r--r--doc/forum/store_annex_in_different_place_on_hard_drive.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forum/store_annex_in_different_place_on_hard_drive.mdwn b/doc/forum/store_annex_in_different_place_on_hard_drive.mdwn
new file mode 100644
index 000000000..8bc0e8653
--- /dev/null
+++ b/doc/forum/store_annex_in_different_place_on_hard_drive.mdwn
@@ -0,0 +1,2 @@
+I have the following setup on my work computer. The /home folder has limited space, but excellent backups, so I would like to keep my main repository there.
+The /scratch/ folder has no backup, but has faster read/write speed, and more storage space. Is there a way to keep the main repo in /home, but somehow store the large annexed files on /scratch. I am open to making a remote repository, but the standard "git annex get" workflow will simply copy large files into the /home directory, which is what i want to avoid altogther. Can I just make a symlink from "/home/<username>/repo/.git/annex" to "/scratch/repodata" somehow? Thanks!