How can I recover files from a corrupted .tar.gz archive?
Recovery is possible but it depends on what caused the corruption. If the file is just truncated, getting some partial result out is not too hard; just run gunzip < SMS.tar.gz > SMS.tar.partial which will give some output despite the error at the end. If the compressed file has large missing blocks, it’s basically hopeless … Read more