This commit is contained in:
David 2013-11-16 10:16:48 +00:00 committed by admin
parent 67cd7d729d
commit 93a3a46617

View file

@ -2,7 +2,7 @@ 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.
I could already connect the servers by following the steps of "remote sharing walkthrough" but I feel that using a 3rd special node (as "transfer repository" / 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. :)