Adding upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
204cd23cae
commit
c78d56fd7a
9 changed files with 79 additions and 56 deletions
|
@ -6,8 +6,8 @@
|
|||
@finalout
|
||||
@c %**end of header
|
||||
|
||||
@set UPDATED 23 April 2013
|
||||
@set VERSION 1.14-rc3
|
||||
@set UPDATED 31 May 2013
|
||||
@set VERSION 1.14
|
||||
|
||||
@dircategory Data Compression
|
||||
@direntry
|
||||
|
@ -93,11 +93,6 @@ If the cause of file corruption is damaged media, the combination
|
|||
@w{GNU ddrescue + lziprecover} is the best option for recovering data
|
||||
from multiple damaged copies. @xref{ddrescue-example}, for an example.
|
||||
|
||||
Return values: 0 for a normal exit, 1 for environmental problems (file
|
||||
not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or
|
||||
invalid input file, 3 for an internal consistency error (eg, bug) which
|
||||
caused lziprecover to panic.
|
||||
|
||||
|
||||
@node Invoking Lziprecover
|
||||
@chapter Invoking Lziprecover
|
||||
|
@ -166,7 +161,6 @@ Print total file sizes and ratios. The values produced are correct even
|
|||
for multi-member files. Use it together with @samp{-v} to see
|
||||
information about the members in the file.
|
||||
|
||||
|
||||
@item -m
|
||||
@itemx --merge
|
||||
Try to produce a correct file merging the good parts of two or more
|
||||
|
@ -251,6 +245,12 @@ Table of SI and binary prefixes (unit multipliers):
|
|||
@item Y @tab yottabyte (10^24) @tab | @tab Yi @tab yobibyte (2^80)
|
||||
@end multitable
|
||||
|
||||
@sp 1
|
||||
Exit status: 0 for a normal exit, 1 for environmental problems (file not
|
||||
found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or
|
||||
invalid input file, 3 for an internal consistency error (eg, bug) which
|
||||
caused lziprecover to panic.
|
||||
|
||||
|
||||
@node File Format
|
||||
@chapter File Format
|
||||
|
@ -311,7 +311,7 @@ Valid values for dictionary size range from 4KiB to 512MiB.
|
|||
|
||||
@item Lzma stream
|
||||
The lzma stream, finished by an end of stream marker. Uses default values
|
||||
for encoder properties.
|
||||
for encoder properties. See the lzip manual for a full description.
|
||||
|
||||
@item CRC32 (4 bytes)
|
||||
CRC of the uncompressed original data.
|
||||
|
@ -354,7 +354,7 @@ Example 3: Decompress @samp{file.lz} partially until 10KiB of
|
|||
decompressed data are produced.
|
||||
|
||||
@example
|
||||
lziprecover -D 10KiB file.lz
|
||||
lziprecover -D 0,10KiB file.lz
|
||||
@end example
|
||||
|
||||
@sp 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue