On 11/11/10 07:32 PM, Frank J. Gómez wrote:
> That's basically what I've done... the command that should run is:
> BackupPC_tarCreate -t -h $host -n $bkupNum -s $share . | /bin/gzip 
> | /usr/bin/gpg -r $gpgUser --encrypt | /usr/bin/split -b 650000 - 
> $outLoc/0.$host.tar$fileExt.
>
You might want to throw a -z 0 in the gpg line, so that you're not 
compressing twice.

/usr/share/backuppc/bin/BackupPC_tarCreate -h $host -n -1 -s '*' / | 
lzop -1 | gpg -e -z 0 -r Me -r you > $host.tar.lzo.gpg

is what I use, as lzop worked better for me in my testing.


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to