This commit is contained in:
marvin@3296bf3c446430c3b2ebc32b5c784ee976620847 2018-10-25 07:50:20 +00:00 committed by admin
parent 720accb35c
commit af3ae1d3a8

View file

@ -5,3 +5,5 @@ first i have to say... im a huge fan and running some git-annex repos for all so
i try to get my head around some scenarios i couldnt get working. i want a nextcloud/dropbox style sink between two boxes. i have set up my repo manually on my laptop some time ago. just like `git init && git annex init`. i cloned that on my server and ran `git annex init`; added the server repo as remote on my laptop. so `git annex sync --content` works on both ends. what i want is to run git annex assistant on both boxes... server and laptop. i add a new file on laptop and git annex assistant syncs it to my server. that works fine. but i thought that the git annex assistant notices it and does a git annex sync too, to pull changes in. i only get it working in one way. what am i doing wrong? i try to get my head around some scenarios i couldnt get working. i want a nextcloud/dropbox style sink between two boxes. i have set up my repo manually on my laptop some time ago. just like `git init && git annex init`. i cloned that on my server and ran `git annex init`; added the server repo as remote on my laptop. so `git annex sync --content` works on both ends. what i want is to run git annex assistant on both boxes... server and laptop. i add a new file on laptop and git annex assistant syncs it to my server. that works fine. but i thought that the git annex assistant notices it and does a git annex sync too, to pull changes in. i only get it working in one way. what am i doing wrong?
in the screencast for the assistant it looks like it should work that way... with the only difference that it got setup within the webapp itself and a bare transfer repository on a server. is this transfer group server needed for make it working this way? in the screencast for the assistant it looks like it should work that way... with the only difference that it got setup within the webapp itself and a bare transfer repository on a server. is this transfer group server needed for make it working this way?
i also found [this](https://git-annex.branchable.com/tips/making_a_remote_repo_update_when_changes_are_pushed_to_it/) in the tips. does i have to set up like that?