diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-29 11:52:20 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-29 11:52:20 -0400 |
commit | d8168136d145b96c5d0692327317c90fe7abbe47 (patch) | |
tree | f015841e2ec5369b3525393f7565303a7abb19d3 | |
parent | b450b020424bbf7bf410329a9550f353c5ab5033 (diff) |
comment
-rw-r--r-- | doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment b/doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment new file mode 100644 index 000000000..5f9f7426a --- /dev/null +++ b/doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-02-29T15:47:39Z" + content=""" +git-annex is not getting confused; it's looking at the current content of +the remote and using that uuid. Failing to do so would constitute +confusion. + +If you want the remote to only work when the drive is plugged into a single +host, you need to make the remote path only reach a repository on that +host. One way would be a symlink, eg `/home/grawity/Attic/rain-Software -> +Software` on rain. + +Or, just use the repository description, eg +`--in grawity@rain:~/Attic/Software`. Note that the description can be +changed to something easier to type. +"""]] |