[PLUG] rsync

Mark lemming at quirkyqatz.com
Fri Nov 7 19:03:02 UTC 2003


Dan Young wrote:
> 
> I've found the magic phrase (for me) is:
> 
> $ rsync -avP -e ssh user at source:/stuff /stuff
> 
> or to go the other way:
> 
> $ rsync -avP -e ssh /stuff user at destination:/stuff

heh, mine is "rsync  -e ssh -azv --delete --stats /path/to/stuff/ 
user at remotesys:/path/to/stuff"

Though maybe I'll add the -P, looks good.
Things to watch out for is the difference between "directory/" & 
"directory".  The slash says contents of directory.

-Mark





More information about the PLUG mailing list