Backup encryption key

Backup encryption key

Oleg Goldshmidt pub at goldshmidt.org
Thu Apr 23 17:27:56 IDT 2009


Yuval Hager <yuval at avramzon.net> writes:

> Well, I was looking for a more streamlined solution. Something that is:
> 1) automatic
> 2) offsite (e.g. online)
> 3) bandwidth and space efficient (due to (2) above)
> 4) (opt.) encrypted
> 5) incremental

A combination of tar (that can do incremental backups) and scp or
similar will do 2, 3, and 5. 1 can be handled by cron. 4 probably has
to be delegated to openssl like was suggested, encrypting with a
public key, etc. 

It should be possible with a simple script. I used to have one that
did everything but encryption, I don't know if I can dig it out (of
backups)... ;-)

-- 
Oleg Goldshmidt | pub at goldshmidt.org



More information about the Linux-il mailing list