diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-11-16 17:42:48 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-16 17:42:48 +0000 |
commit | ce9befa2decabefaf6045ac4f7c0fd9b73d3fc38 (patch) | |
tree | e57bdb945513c819f88abbaa0cad803dc1c76eac /doc | |
parent | e9ea799314d502567985e44f8efb0097dbfa05f0 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/git-annex_assistant_with_2_dedicated_servers/comment_1_53a79af2d8e3abe50b983bf91972b8f2._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/git-annex_assistant_with_2_dedicated_servers/comment_1_53a79af2d8e3abe50b983bf91972b8f2._comment b/doc/forum/git-annex_assistant_with_2_dedicated_servers/comment_1_53a79af2d8e3abe50b983bf91972b8f2._comment new file mode 100644 index 000000000..f6f058988 --- /dev/null +++ b/doc/forum/git-annex_assistant_with_2_dedicated_servers/comment_1_53a79af2d8e3abe50b983bf91972b8f2._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.246" + subject="comment 1" + date="2013-11-16T17:42:48Z" + content=""" +The [[assistant/remote sharing walkthrough]] assumes that the computers are not servers, so they might not be turned on at the same time, and cannot directly contect each other. + +With 2 servers, it's much simpler. Just add a git remote on each pointing at the git repository on the other server, and run the git-annex assistant on both to keep them in sync. + +You can add the git remote with `git remote add otherserver ssh://otherserver/path/to/repo`, or you can use the webapp to do it (Add another repository -> Remote server) + +(If your WAN puts the servers on the same virtual subnet, ie a VPN, you can also probably use local pairing over the WAN to get to the same setup by a different route.) +"""]] |