On Sat, 2006-08-05 15:36:57 -0700, Jeffrey Ellis <[EMAIL PROTECTED]> wrote: > The first I see pretty often is e. Can someone explain what this does?
rsync can be used in conjunction with several transport protocols. In one incarnation, you can tell rsync about a command (supplied with the -e command line option) that'll execute a given command (that'll be supplied on the command line) on a remote host. The usual usage is to tell rsync to use ssh so shift all the data over the internet. That way, you can strongly authenticate the remote host (so that simple IP spoofing won't give an attacker all of your backup) as well as encrypt all the traffic. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Träume nicht von Dein Leben: Lebe Deinen Traum! the second :
signature.asc
Description: Digital signature
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html