Merging upstream version 0.26.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7185f44b62
commit
180f99b04d
44 changed files with 610 additions and 505 deletions
10
README
10
README
|
@ -1,3 +1,5 @@
|
|||
See the file INSTALL for compilation and installation instructions.
|
||||
|
||||
Description
|
||||
|
||||
Tarlz is a massively parallel (multi-threaded) combined implementation of
|
||||
|
@ -73,8 +75,8 @@ that the format of the archive is compatible with tarlz.
|
|||
|
||||
The diagram below shows the correspondence between each tar member (formed
|
||||
by one or two headers plus optional data) in the tar archive and each lzip
|
||||
member in the resulting multimember tar.lz archive, when per file
|
||||
compression is used:
|
||||
member in the resulting multimember tar.lz archive, when per file compression
|
||||
is used:
|
||||
|
||||
tar
|
||||
+========+======+=================+===============+========+======+========+
|
||||
|
@ -87,6 +89,10 @@ tar.lz
|
|||
+===============+=================================================+========+
|
||||
|
||||
|
||||
Tarlz uses Arg_parser for command-line argument parsing:
|
||||
http://www.nongnu.org/arg-parser/arg_parser.html
|
||||
|
||||
|
||||
Copyright (C) 2013-2024 Antonio Diaz Diaz.
|
||||
|
||||
This file is free documentation: you have unlimited permission to copy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue