summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawk9SYh6N-JUMkYkW4aOk55zC3Vr9KonDV4 <Florian@web>2014-10-14 19:02:22 +0000
committerGravatar admin <admin@branchable.com>2014-10-14 19:02:22 +0000
commit6b8496ea8336d267cb3cbb00ca520347ca3d4e65 (patch)
treecd55610d6f5a9a175cb866f943c614ba02160583 /doc
parent4ffe631d7aed91b632b0b14e5f209ce12bba0faa (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/How_to_work_with_transfer_repos_manually__63__.mdwn18
1 files changed, 18 insertions, 0 deletions
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 000000000..8ec42dba4
--- /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!