summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar darkfeline@e6d098788a13ce41f3141a2dfc1bd31b401e83f0 <darkfeline@web>2015-08-25 10:38:51 +0000
committerGravatar admin <admin@branchable.com>2015-08-25 10:38:51 +0000
commit203cec8975418608d495ad26a8b77a85d7fdf6da (patch)
tree4a7541e124cd5a22eff0929dfa7d7b929aa2756f /doc
parentca5ef295504d2a7a01bb5c6957f4732620f6f915 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Multiple_machine_remotes_on_external_drive.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/Multiple_machine_remotes_on_external_drive.mdwn b/doc/forum/Multiple_machine_remotes_on_external_drive.mdwn
new file mode 100644
index 000000000..70c910d38
--- /dev/null
+++ b/doc/forum/Multiple_machine_remotes_on_external_drive.mdwn
@@ -0,0 +1,7 @@
+I have a question about remotes behavior on external drives.
+
+Say I have two machines A and B each with a git annex repository at `~/repo`, and an external drive C with the same repository at `/repo`.
+
+I can add C remotes for A and B at, for example, `/media/hdd/repo`, but I'm not certain how it works for C.
+
+Do I stick C into A and add a remote A at path `~/repo`, then stick C into B and add a remote B with the same path `~/repo`? Does git annex handle this sanely?