I need a way to synchronize files between 3 places, all of which can be modified.
All places are on Linux, and the synchronization tool has to run from cronjob - not manually!.
I tried unison, but I can't make it to work with 3 separate places (I tried configuring by using a<=>b and b<=>c synchronizations, but it doesn't work).
Is there any tool that could do something like this?
