get 'real' gz-file when decrypting

Joseph Bruni joseph_bruni@bigfoot.com
Wed Jun 5 05:20:02 2002


I'll leave your second question to others who know more about the key 
trust. I think it has to do with something about setting ultimate trust 
on your own key, but I'm not sure.

For the solution to your first question, are you ready for the ultimate 
forehead slapper? (If you're writing from Germany it must be getting 
late? GMT+2? Or early for Wednesday? :) )


mysqldump database | gzip | gpg --homedir /www/.gnupg -o
   output.gz.pgp -e --default-recipient andreas

-joe




On Tuesday, June 4, 2002, at 07:55 PM, <akorthaus@web.de> wrote:

> 1. How can I encrypt the gzip contend that I get 'file.gz' and not just
> 'file' when I decrypt?
>
> mysqldump database | gzip | gpg --homedir /www/.gnupg -o
> output.pgp -e --default-recipient andreas
>
> what could I do? If I decrypt  the file 'output' is created, but I would
> like to have 'output.gz'
>