I am hoping to use GnuPG to encrypt some database flat file backups. My
initial testing worked great, no issues. However I have started testing
with some slightly larger files - currently 5.7GB in size. I have tried
it with the default compression on and with a '-z 0'. The gpg file gets
created
-Original Message-
From: Werner Koch [mailto:[EMAIL PROTECTED] Sat 9/3/2005 2:56 AM
>What will always work is to use
>
> gpg --encrypt-files -r "System Administrator" -z 0 < FILENAME > >FILENAME.GPG
>
>Note the '<' and '>'. Using redirection gpg won't know anything about
>the file seize