From 720accb35c77978329dd96ce13d432e5679e90e8 Mon Sep 17 00:00:00 2001 From: "marvin@3296bf3c446430c3b2ebc32b5c784ee976620847" Date: Thu, 25 Oct 2018 07:49:18 +0000 Subject: [PATCH] --- doc/forum/assistant_to_have_synced_folders.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/assistant_to_have_synced_folders.mdwn diff --git a/doc/forum/assistant_to_have_synced_folders.mdwn b/doc/forum/assistant_to_have_synced_folders.mdwn new file mode 100644 index 0000000000..ced4ce7fee --- /dev/null +++ b/doc/forum/assistant_to_have_synced_folders.mdwn @@ -0,0 +1,7 @@ +hi. + +first i have to say... im a huge fan and running some git-annex repos for all sort of things. i trust git-annex my whole photo archiv and my tax documents ;-) + +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?