diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:30:51 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:30:51 +0000 |
commit | ded8a26aa08aae51e4bae9fe34ccf1410dcb55cb (patch) | |
tree | e5cdd967a7fd6843a0e535ef655d0306f2d3663d /README | |
parent | Adding debian version 1.12-2. (diff) | |
download | lzip-ded8a26aa08aae51e4bae9fe34ccf1410dcb55cb.tar.xz lzip-ded8a26aa08aae51e4bae9fe34ccf1410dcb55cb.zip |
Merging upstream version 1.13~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -6,12 +6,8 @@ gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. -Lziprecover is a data recovery tool for lzip compressed files able to -repair slightly damaged files, recover badly damaged files from two or -more copies, and extract undamaged members from multi-member files. If -the cause of file corruption is damaged media, the combination GNU -ddrescue + lziprecover is the best option for recovering data from -multiple damaged copies. +If you ever need to recover data from a damaged lzip file, try the +lziprecover program. Lzip replaces every file given in the command line with a compressed version of itself, with the name "original_name.lz". Each compressed |