I have a pretty large(50Gb) tar.gz file that I can't untar anymore. Error that I am getting is this:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Is there any way to repair broken tar.gz?
UPDATE: Output of file command:
$ file projects.tgz
projects.tgz: POSIX tar archive (GNU)
file filename.tar.gz
? – Lekensteyn Feb 15 '11 at 17:46