summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Paolopost <Paolopost@web>2016-10-31 21:09:23 +0000
committerGravatar admin <admin@branchable.com>2016-10-31 21:09:23 +0000
commit639429cdb22195ee43d895527cc3424b03cd1ea1 (patch)
tree66cd9fd1a0c7c31000cd25a1bcfaef5ef9cd7567
parent7f51f39b30e0023a851df5af33d04a24d8dc1e5b (diff)
-rw-r--r--doc/forum/Multiple_interface_to_the_same_annex.mdwn14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/forum/Multiple_interface_to_the_same_annex.mdwn b/doc/forum/Multiple_interface_to_the_same_annex.mdwn
index d30cb40fe..222c19972 100644
--- a/doc/forum/Multiple_interface_to_the_same_annex.mdwn
+++ b/doc/forum/Multiple_interface_to_the_same_annex.mdwn
@@ -2,15 +2,25 @@ I would like to get available the access to the annex of my repository as remote
The idea is not to have a redundant copy of the annex but to add an other option to connect to the annex.
If I create an rsync remote I obtain something like
- 00000000-0000-0000-0000-000000000001 -- web
- 00000000-0000-0000-0000-000000000002 -- bittorrent
+
+ 00000000-0000-0000-0000-000000000001 -- web<br/>
+
+ 00000000-0000-0000-0000-000000000002 -- bit torrent
+
044cf7ac-d2b1-4f84-8bbc-747ac4659c8f -- rsync
+
a0e14705-ef07-4b8a-9a00-8724fd936a91 -- origin /my-repo/.git/annex
+
The remote "rsync" points to the same location of the annex /my-repo/.git/annex
+
If I add a file
+
git annex add file1
+
and then I check where it is available
+
git annex whereis file 1
+
I obtain that it is not available on 'rsync'
Therefore if someone has a copy of the repository, without access to the origin annex,