I use rsync in the following manner:
rsync -Pvaz me@192.168.*.***:Documents/ /Users/me/Documents/
rsync -Pvaz /Users/me/Documents/ me@192.168.*.***:Documents/
The problem: if I delete a file on my home computer and sync, it doesn't get deleted on the remote computer. Is there a way to use rsync to literally sync two folders?
homedirectory in the office without bothering about server names etc. of my connection at home. Namely, just swap source and destination... – Dror Feb 8 at 9:34