How can I sync my home folder "both ways" using rsync

I would like to sync my home folder using a server with ssh, is it possible to do it with rsync? I need to be able to sync it between a few computers.

Thanks for your help


Unison is the bidirectional equivalent of rsync. Normally it just runs with no fuss, copying from whichever side has changed to the other side. If there's a conflict, i.e. you've changed the file on both sides, it tells you and asks you what to do.

To synchronize between more than two machines, use a star pattern where there is a center machine and any number of satellite machines: run unison between each satellite machine and the center machine. In your setup, the server would be the center machine.