From 67cd7d729d83d7793638bc3bf59733588aa21d64 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 16 Nov 2013 09:28:59 +0000 Subject: [PATCH] --- .../git-annex_assistant_with_2_dedicated_servers.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/git-annex_assistant_with_2_dedicated_servers.mdwn diff --git a/doc/forum/git-annex_assistant_with_2_dedicated_servers.mdwn b/doc/forum/git-annex_assistant_with_2_dedicated_servers.mdwn new file mode 100644 index 0000000000..dfa355d1af --- /dev/null +++ b/doc/forum/git-annex_assistant_with_2_dedicated_servers.mdwn @@ -0,0 +1,11 @@ +Hello, + +I am looking for a solution to replicate lots of files between 2 servers (with dedicated IP address) over WAN. (I already looked at GlusterFS, DRBD, Bittorent-Sync and ownCloud, but comments are welcome). Now I am evaluating git-annex but it is (kind of) hard to get the concepts as I am not familiar with git. + +I could already connect the servers by following the steps of "remote sharing walkthrough" but I feel that using a 3rd special node (rsync or ssh) is an overhead and should not be needed. But no matter how hard I tried, I couldn't make the 2 servers do a sync without a special node. + +Could you please give me a hint how to do it? Or even better, some detailed steps. :) + +Thanks, + +David