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

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



And the bandwidth saved by transferring only changed *portions* of files.
I'd suggest transferring the .tar files non-gzipped, using the --compress option to take best advantage of that.

Does anyone know how to get rsync to transfer multiple files to multiple locations using a single session? Doing trees is easy, as
is multiple files from different locations to a single place.

Cheers,
Ben Liddicott
----- Original Message -----
From: "Jay Summers" <jay@xxxxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, December 21, 2001 7:19 PM
Subject: Re: [cobalt-users] Encrypting files created with raqbackup.shbefore 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*.