Keep remote directories in sync is a good use for this. Below will synch remote host (source_host) directory with localhost /home/tom: rsync -ave ssh [--delete] source_host:/home/mike/ /home/tom/
Use the –delete switch if you want to syncrhonize source deletes as well.
This entry was posted on Wednesday, March 15th, 2006 at 1:04 pm and is filed under Hack. You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.