[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Encrypting files created with raqbackup.sh before FTPing
- Subject: Re: [cobalt-users] Encrypting files created with raqbackup.sh before FTPing
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Fri Dec 21 10:21:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
<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-