Re: backup script w/ encryption

2006-10-20 Thread Jacob Yocom-Piatt
Original message >Date: Thu, 19 Oct 2006 13:04:53 +0530 >From: Girish Venkatachalam <[EMAIL PROTECTED]> >Subject: Re: backup script w/ encryption >To: misc@openbsd.org > >On Thu, Oct 19, 2006 at 01:12:59AM -0500, Jacob Yocom-Piatt wrote: >>

Re: backup script w/ encryption

2006-10-19 Thread Girish Venkatachalam
On Thu, Oct 19, 2006 at 01:12:59AM -0500, Jacob Yocom-Piatt wrote: > # encrypt each dump and remove the original > if [ -n "$ADMIN" ]; then > echo "encrypting $FN" > if [ -f $ROOT/$HOST/$FN.gpg ]; then >

backup script w/ encryption

2006-10-18 Thread Jacob Yocom-Piatt
a while back i mentioned that i had modded some existing backup scripts to make one that supports encryption of dumps using gpg. i would appreciate any suggestions on how to make the script better and hope that others find it to be useful. i'm using it to do backups for a couple groups of machines