[geeks] security-conscious backup
    Jonathan C. Patschke 
    jp at celestrion.net
       
    Wed Jul 27 15:50:58 CDT 2005
    
    
  
On Wed, 27 Jul 2005, Geoffrey S. Mendelson wrote:
> find <sourcedirectory> -exec cat {} \| openssl enc -des3  -k <keyfile>
> 	\| gzip -c -9  > /backupdirectory/{} \;
You'd probably want to compress before you encrypt, as encrypted data
doesn't tend to squish well.  Alternately, he could script something
like WinRAR, which supposedly has pretty decent encryption and
understands compression innately.
-- 
Jonathan Patschke ) "Beatniks and politics, nothing is new.
Elgin, TX        (   A yardstick for lunatics: one point of view."
USA               )  --Strawberry Alarm Clock, "Incense and Peppermints"
    
    
More information about the geeks
mailing list