Re: What is the different between these rsync command

2007-09-10 Thread Aaron W Morris
On 9/9/07, Matt McCutchen <[EMAIL PROTECTED]> wrote: > The first two commands do exactly the same thing because the > destination has a single colon, indicating rsync over a remote shell, > and the default remote shell is ssh. All "-e ssh" does in this > situation is explicitly restate the default

Re: What is the different between these rsync command

2007-09-09 Thread Matt McCutchen
On 9/7/07, Yue Davis <[EMAIL PROTECTED]> wrote: > I would like to know why attempt one and two's result looks identical? For > attempt two without the "-e ssh" how secure is rsync transferring the data? > Is it ssh or just plain binary or ASCII transfer? The first two commands do exactly the same