bydirectional sync with rsync

Status
Not open for further replies.

ShadowSkippie

Dabbler
Joined
Dec 30, 2013
Messages
30
Morning

I've been struggling to get this right
How can i use rsync to perform a by-direction synchronization between 2 servers
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Morning

I've been struggling to get this right
How can i use rsync to perform a by-direction synchronization between 2 servers
rsync really isn't designed to do this. btsync works, there's also csync (the backend owncloud uses).

i guess it could be possible though, just only update if changes are newer on the other side. you'd need to setup a job in both directions
 

achianese

Dabbler
Joined
Oct 25, 2013
Messages
20
Assuming you want updates to either side to be propagated, this is what Unison is designed for. Very easy to install by copying the BSD binaries to a bin folder in your pool. Search the forums for the method.
 
Status
Not open for further replies.
Top