On 22 Apr 2002, Jean-Hugues BELPOIS <[EMAIL PROTECTED]> wrote: > > > #rsync --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links >--delete /var/www 10.10.10.10::www-info-j > > > > If you're using a :: destination, then --rsh has no effect because ssh > > is not used. > > You mean that with :: the files are not encrypted and transfered in > clear ?
That is correct. ssh (one colon) -- encrypted, suitable for insecure/public networks tcp (two colons) -- faster, unencrypted but with secure password access, uses rsyncd.conf See the manual for more details. -- Martin Remember your paying for QUALITY! -- Anonymous Windows XP troll on slashdot -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html