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

What is the different between these rsync command

2007-09-09 Thread Yue Davis
I use the following command initially for a Rsync between Windows and Linux rsync -rvu -e ssh /cygdrive/c//folder [EMAIL PROTECTED]:/home/public I was asked for [EMAIL PROTECTED]'s password. I type the password and the process continue and success. Then I change the command to (without "-e ssh")