From f31bf4b439f2c419fc89282f6b6806b91e831266 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV4" Date: Tue, 14 Oct 2014 19:02:22 +0000 Subject: [PATCH] --- ...ork_with_transfer_repos_manually__63__.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/How_to_work_with_transfer_repos_manually__63__.mdwn diff --git a/doc/forum/How_to_work_with_transfer_repos_manually__63__.mdwn b/doc/forum/How_to_work_with_transfer_repos_manually__63__.mdwn new file mode 100644 index 0000000000..8ec42dba42 --- /dev/null +++ b/doc/forum/How_to_work_with_transfer_repos_manually__63__.mdwn @@ -0,0 +1,18 @@ +Hello, + +I have 3 repos, desktop, external and server. desktop and server are sometimes connected, sometimes they should sync using the server. I want to do it manually without the assistent, since I love to learn it that way before I let the assistent do the work. + +client and desktop are "wanted standard" and "group client". server is "group transfer". + +desktop and server have each other and server in their remotes. server has no remotes. + +Is this setup fine that way? + +How to use it with the transfer repo? + +"git annex sync && git annex copy --to server --auto" after changing files? +"git annex sync && git annex copy --from server --auto" to update? + +Will the on the server automatically be dropped? Or do the server needs to have a active role, i.e. called via ssh? + +Thanks!