On Thu, 5 May 2005 20:13:51 -0400 Charles Pittman wrote: > For those interested, here is the command: > rsync -v -c -r -u -P -e"ssh -l<user>" --delete-excluded --stats /local/dir/ > <remote_address>:/remote/dir/
yep -e ssh is cool because you don't need rsyncd running on the other end, and it is secure. of course you can also run this automatically in scripts by using passphrase-free authentication. > > See man rsync(1) for information about the flags used. > > Hopefully this helps someone out there. -- Nick Rout -- [email protected] mailing list

