Re: [GENERAL] Problem With gunzip backup

2007-08-01 Thread Peter Eisentraut
Am Mittwoch, 1. August 2007 09:27 schrieb Ashish Karalkar: > pg_dump qsweb | gzip > /usr/local/backup/backup.gzBut when I run this > command i get error stdin: not in gzip formattried with pg_dump qsweb | > gzip > /usr/local/backup/backup.tar.gzbut same problem againCan any body > please suggest wh

Re: [GENERAL] Problem With gunzip backup

2007-08-01 Thread Richard Huxton
Ashish Karalkar wrote: I am trying to create the backupfile using gunzip utility pg_dump qsweb | gzip > /usr/local/backup/backup.gzBut when I run this command i get error stdin: not in gzip formattried with pg_dump qsweb | gzip > /usr/local/backup/backup.tar.gzbut same problem againCan any body