gzrt

Recover data from corrupted gzip files

brewmacoslinux
Try with needOr install directly
Source

About

Gzip recovery toolkit

Commands

gzrtgzrt_recover

Examples

Recover data from a corrupted gzip file$ gzrt corrupted_file.gz
Extract recovered data from a gzip file to stdout$ gzrt_recover corrupted_file.gz > recovered_output.txt
Attempt recovery and save to a specific output file$ gzrt -o recovered_data.tar corrupted_archive.tar.gz