Home » Questions » Computers [ Ask a new question ]

File synchronization between 3 places?

File synchronization between 3 places?

I need a way to synchronize files between 3 places, all of which can be modified.

Asked by: Guest | Views: 151
Total answers/comments: 3
Guest [Entry]

An unorthodox idea, couldn't you just use GIT?
Guest [Entry]

Does the data change at all places all the time? Otherwise you could start your work by doing a rsync from one (that you declare as the master) to the machine you work and then rsync back when you are done.
Guest [Entry]

I know I'm late to the party, but it is possible to synchronize 3 (or more hosts) with unison. I do this regularly with four machines. I created a star-shaped topology, in which one host is designated 'central', and the others synchronize against this 'central' node, never against each other. It is easiest if there are no changes on the central node. In your case, this would require a fourth node.