Morning,

Got 3 machines that have user content on them, which I need to keep in sync. This is a 3 way sync.

Currently I run rsync but we just don't handle deletes. Have looked at something like gluster, but that seems a little over the top

Any other software out there to do a 3 way sync, or a good network file system...? There is for web servers so we don't want a slow / IO hungry process.

3 servers... user content could be added to 1 and needs to be moved to other two.

link|improve this question

67% accept rate
feedback

2 Answers

up vote 1 down vote accepted

How about DropBox? I'm not sure if that's exactly what you're looking for.

link|improve this answer
this was the first thing that came to my mind when i read the subject. – PHLiGHT Dec 26 '10 at 14:29
feedback

Use NFS if the machines are on the same network.

Otherwise, use version control software like Git or better yet, Subversion. You'll have to make some scripts to push the changes around. A plus, version control!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.