diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:30:45 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:30:45 +0000 |
commit | 4a9d4aa2993742892cbc608b9df295e7c43a9b89 (patch) | |
tree | e6127869ff2cf3fa12b493926c84c4aec34a626e /README | |
parent | Adding upstream version 1.12. (diff) | |
download | lzip-4a9d4aa2993742892cbc608b9df295e7c43a9b89.tar.xz lzip-4a9d4aa2993742892cbc608b9df295e7c43a9b89.zip |
Adding upstream version 1.13~rc1.upstream/1.13_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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 |