[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Encrypting files created with raqbackup.sh before FTPing
- Subject: [cobalt-users] Encrypting files created with raqbackup.sh before FTPing
- From: Mark Thompson - Mailing Lists <mark-lists@xxxxxxxxxxxxxxx>
- Date: Fri Dec 21 08:18:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Found someone to trade space with. Now I'm trying to implement the backup
routine in a secure way.
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.)
Does anyone have any other thoughts on how to go about doing this that
might work better? Since it seems that the entire purpose of this program
is to store the backups on other people's servers, seems like it's probably
something that's been done before.