[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Encrypting files created with raqbackup.sh before FTPing



> scp is a slow dog when doing multiple files.
> 
> rsync -e ssh  is MUCH faster, and uses the same ssh
> an example command line:
> 
> rsync -rvv -e ssh user1@xxxxxxxxxxx:/full/path/to/files/
> /full/path/for/new/files/

Not to mention the bandwidth you save by only transfering changed files.

If this is too much, then I suppose it would be appropriate to mention sftp.
This also comes with most installations of SSH, and is very much like
regular ftp, but is *secure*.

HTH,
j

-- 
http://www.bizmanuals.com