On Wed, 2006-02-15 at 19:12 -0500, Peter wrote: > $ rsync -av -e "ssh -l ssh-user" [EMAIL PROTECTED]::module /dest > > Ok, but what happened to the --rsh stuff?
-e is another name for --rsh. > Are transfers always encrypted or is encryption activated with a specific > incantation? Rsync performs no encryption of its own, but if you transfer over SSH, SSH encrypts the entire rsync data stream. -- Matt McCutchen [EMAIL PROTECTED] http://hashproduct.metaesthetics.net/ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html