Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-08-29 19:15
0.5

Documentation updates, including a man page, plus code cleanup to better enable inclusion in GNU/Linux packages and eliminate compilation warnings.
Tags: Code cleanup

2005-11-13 08:49
0.4

This release discontinues the patches to GNU tar to enable extracting from corrupt tar files in favor of using GNU cpio out of the box which does the same job better. The gzip recovery program is identical with previous releases.
Tags: Major feature enhancements

2005-03-13 16:47
0.3

This release contains two principal updates.
First, a change was made in the read strategy in
gzrecover. Previously, the corrupted gzip data
extractor program relied on mmap(2) to read files.
This has been changed to a buffered read strategy
which should allow support for any sized file as
well as platforms that don't allow files to be
memory mapped. Files sizes up to 168GB have been
tested. Second, the license on gzrecover has been
switched from the zlib license (a BSD variant) to
the GPL.
Tags: Major bugfixes

2003-07-19 21:39
0.2

This new release fixes core dump problems with
truncated files. It also enables the "file
splitting" function where each segment of
recovered data is saved to its own output file.
Tags: Minor bugfixes

2003-02-07 22:32
0.1

Tags: Initial freshmeat announcement

Project Resources