Hi All,
I understand rsync pretty well, I think but I am not positive about this one...

What I want to do is keep files between a desktop and laptop synced, basically..
rsync -arvuz /home/user/ 192.168.1.101:/home/user/
But this is a push of files from one to the other, so how can I sync them, meaning if there are changes on both make them on both machines, do I need to run the above command on both machines? That don't seem right.