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

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



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.