skipping non-regular file

Martin Pool mbp at samba.org
Mon Apr 22 06:52:02 EST 2002


On 22 Apr 2002, Jean-Hugues BELPOIS <Jean-Hugues.Belpois at univ-brest.fr> 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




More information about the rsync mailing list