diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkW9u-8uqR62QBZjeTNCXsL7Ds55dAMGbA <Horea@web> | 2015-05-08 00:13:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-08 00:13:32 +0000 |
commit | 265e76c18e103ae3d68d05b1223f9b461a66360b (patch) | |
tree | 02967446a1a8447711e1a14fc0a761a3b12d40f2 | |
parent | 9e115b0797d447a566ffe48bccafa2c9f4cae3e5 (diff) |
-rw-r--r-- | doc/forum/Multiple_repos_on_same_path.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Multiple_repos_on_same_path.mdwn b/doc/forum/Multiple_repos_on_same_path.mdwn new file mode 100644 index 000000000..a11aaa4f4 --- /dev/null +++ b/doc/forum/Multiple_repos_on_same_path.mdwn @@ -0,0 +1,11 @@ +I want to use git-annex to manage some data which I keep at, say, /home/my_user/data . +I have multiple external storage devices for this repo, such as /run/media/my_user/data1 e + +BUT, I also have multiple machines, e.g. my desktop and my laptop. +These all have the data under /home/my_user/data, as I like to keep my paths consistent. +So, when I connect my external media to these machines, practically they see the same repo path, though these are different repos. + +1) Should I try to create multiple repos with the same path, or should I just add one? +2) Can I expect any major issues from this set-up? + + |