Hi,
I am looking for a way to sync 2 servers ( A and B )
But I don't want to synchronize one ( A ) as a master on the slave ( B )
No what I wish is to have 2 servers at the "same level"
If a file is added or modified on A, it should be duplicate on B
But if a file is added or modified on B; it should be added on A
( of course the 2 servers would have a correct time on both servers )
I had a look on the RSYNC functinnality, but apparently, that sounds to be only a Sync from ONE server to the backup server ( rsync /serverA /serverB )
how could I do this ?
Thanks in advance
I am looking for a way to sync 2 servers ( A and B )
But I don't want to synchronize one ( A ) as a master on the slave ( B )
No what I wish is to have 2 servers at the "same level"
If a file is added or modified on A, it should be duplicate on B
But if a file is added or modified on B; it should be added on A
( of course the 2 servers would have a correct time on both servers )
I had a look on the RSYNC functinnality, but apparently, that sounds to be only a Sync from ONE server to the backup server ( rsync /serverA /serverB )
how could I do this ?
Thanks in advance