Top ยป Backup and data recovery software

The gzip Recovery Toolkit

Attempts recovery on corrupted .gz and .tar files. The gzip Recovery Toolkit is free and open source software.

Archive
The gzip Recovery Toolkit attempts to automate the recovery of data from corrupted gzip files (including tarballs) through a program called gzrecover. This package is still very experimental at this point.

Example of usage:

$ ls *.gz
corrupted-archive.tar.gz
$ gzrecover corrupted-archive.tar.gz
$ ls *.recovered
corrupted-archive.tar.recovered
$ cpio -F corrupted-archive.tar.recovered -i -v


Homepage: http://www.urbanophile.com/arenn/coding/gzrt/gzrt.html
Download: http://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.5.tar.gz
Interface: Text Based (Console)
License: GNU General Public License
News
Books

Privacy Policy