[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lzip-bug] Lziprecover 1.24-pre1 released
From: |
Antonio Diaz Diaz |
Subject: |
[Lzip-bug] Lziprecover 1.24-pre1 released |
Date: |
Fri, 16 Jun 2023 17:48:21 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Lziprecover 1.24-pre1 is ready for testing here
http://download.savannah.gnu.org/releases/lzip/lziprecover/lziprecover-1.24-pre1.tar.lz
http://download.savannah.gnu.org/releases/lzip/lziprecover/lziprecover-1.24-pre1.tar.gz
The sha256sums are:
5d3f4dfa3a36b531276d5535caa5b766ca7c2702980c22afa511d6d06237fa3c
lziprecover-1.24-pre1.tar.lz
d3740f0503a7fb7da83da26400cfe7c4471f66eea4bcdb7764af5b78f4cb106a
lziprecover-1.24-pre1.tar.gz
Please, test it and report any bugs you find.
Lziprecover is a data recovery tool and decompressor for files in the lzip
compressed data format (.lz). Lziprecover is able to repair slightly damaged
files (up to one single-byte error per member), produce a correct file by
merging the good parts of two or more damaged copies, reproduce a missing
(zeroed) sector using a reference file, extract data from damaged files,
decompress files, and test integrity of files.
Lziprecover can remove the damaged members from multimember files, for
example multimember tar.lz archives.
Lziprecover provides random access to the data in multimember files; it only
decompresses the members containing the desired data.
Lziprecover facilitates the management of metadata stored as trailing data
in lzip files.
A nice feature of the lzip format is that a corrupt byte is easier to repair
the nearer it is from the beginning of the file. Therefore, with the help of
lziprecover, losing an entire archive just because of a corrupt byte near
the beginning is a thing of the past.
If the cause of file corruption is a damaged medium, the combination GNU
ddrescue[1] + lziprecover is the recommended option for recovering data from
damaged lzip files.
The homepage is at http://www.nongnu.org/lzip/lziprecover.html
Changes in this version:
* The option '--empty-error', which forces exit status 2 if any empty
member is found, has been added.
* The option '--marking-error', which forces exit status 2 if the first
LZMA byte is non-zero in any member, has been added.
* The option '--clear-marking', which sets to zero the first LZMA byte of
each member, has been added.
* The keyword 'empty' is now recognized in the argument of --dump,
--remove, and --strip.
* The option '--repair' has been renamed to '--byte-repair'.
* The option '--debug-repair' has been renamed to '--debug-byte-repair'.
* Diagnostics caused by invalid arguments to command line options now
show the argument and the name of the option.
* The option '--no-verify' of unzcrash has been renamed to '--no-check'.
[1] http://www.gnu.org/software/ddrescue/ddrescue.html
Regards,
Antonio Diaz, lziprecover author and maintainer.
--
If you care about data safety and long-term archiving, please consider using
lzip. See http://www.nongnu.org/lzip/lzip_benchmark.html
http://www.nongnu.org/lzip/manual/lzip_manual.html#Quality-assurance and
http://www.nongnu.org/lzip/safety_of_the_lzip_format.html Thanks.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Lzip-bug] Lziprecover 1.24-pre1 released,
Antonio Diaz Diaz <=