--- Matt McCutchen <[EMAIL PROTECTED]> wrote: > 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.
And that is done with '-e "ssh -l ssh-user"' or '--rsh=ssh' or is it done unless I use --rsh=<non ssh shell>? __________________________________________________________ Find your next car at http://autos.yahoo.ca -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html