Revision: 9615
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 14, 2008 07:34 by narkisr
Initial Code
rsync -av --delete user@host:/home/ronen/folder/ /home/ronen/folder/ # the --delete enables rsync to delete files
Initial URL
Initial Description
This is useful for syncing two folders on different computers over ssh (the default transport of rsync).
Initial Title
Synching two folders with rsync
Initial Tags
Bash
Initial Language
Bash