[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/

YMMV
-Chris

> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Jeff Bilicki
> Sent: Friday, December 21, 2001 1:24 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Encrypting files created with raqbackup.sh
> before FTPing
>
>
> <B848C845.4166%jay@xxxxxxxxxxxxxxxxxxxxx> wrote:
> >> Has anyone looked into encrypting the files before ftp'ing them?  The
> >> simplest way I can see to do it is to just zip them up using the -P and
> >> then transferring the entire file over (not my first choice for several
> >> reasons but it's the one that I know I can implement entirely
> on my own.)
>
> > Rsync over SSH sounds like what you want. Go to rsync.samba.org
>
> Yeah you can also use scp (secure copy, comes with most ssh
> installs).  Search
> the archives for details on how to use it.
>
> Jeff-
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users