summaryrefslogtreecommitdiff
path: root/archivers/lziprecover
AgeCommit message (Collapse)AuthorFilesLines
2015-01-04Update to 1.16:wiz2-7/+7
Changes in version 1.16: Repairing of single-byte errors is now about 10 times faster depending on file size and position of error. Copying of file dates, permissions, and ownership now behaves like "cp -p". (If the user ID or the group ID can't be duplicated, the file permission bits S_ISUID and S_ISGID are cleared). Some minor improvements have been made. "lziprecover.texinfo" has been renamed to "lziprecover.texi". The license has been changed to GPL version 2 or later.
2014-12-16MASTER_SITES directory is one level down now.mef1-2/+2
2013-10-09Update to 1.15:wiz2-6/+6
Changes in version 1.15: Lziprecover can now repair multi-member files with up to one byte error per member, without having to split them first. Lziprecover can now merge multi-member files without having to split them first even if some copies have the header and the trailer damaged. The chapters "Repairing files", "Merging files" and "Unzcrash" have been added to the manual.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-03-14Initial import of lziprecover-1.13:wiz4-0/+44
Lziprecover is a data recovery tool and decompressor for files in the lzip compressed data format (.lz) able to repair slightly damaged files, recover badly damaged files from two or more copies, extract undamaged members from multi-member files, decompress files and test integrity of files. Lziprecover is able to recover or decompress files produced by any of the compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip and pdlzip. This recovery capability contributes to make the lzip format one of the best options for long-term data archiving. Lziprecover is able to efficiently extract a range of bytes from a multi-member file, because it only decompresses the members containing the desired data.