Merging upstream version 0.28.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9c81793bca
commit
ca8e65110f
26 changed files with 1067 additions and 716 deletions
31
doc/tarlz.1
31
doc/tarlz.1
|
@ -1,13 +1,13 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
|
||||
.TH TARLZ "1" "March 2025" "tarlz 0.27.1" "User Commands"
|
||||
.TH TARLZ "1" "June 2025" "tarlz 0.28.1" "User Commands"
|
||||
.SH NAME
|
||||
tarlz \- creates tar archives with multimember lzip compression
|
||||
.SH SYNOPSIS
|
||||
.B tarlz
|
||||
\fI\,operation \/\fR[\fI\,options\/\fR] [\fI\,files\/\fR]
|
||||
.SH DESCRIPTION
|
||||
Tarlz is a massively parallel (multi\-threaded) combined implementation of
|
||||
the tar archiver and the lzip compressor. Tarlz uses the compression library
|
||||
Tarlz is a massively parallel (multithreaded) combined implementation of the
|
||||
tar archiver and the lzip compressor. Tarlz uses the compression library
|
||||
lzlib.
|
||||
.PP
|
||||
Tarlz creates tar archives using a simplified and safer variant of the POSIX
|
||||
|
@ -30,7 +30,7 @@ recover as much data as possible from each damaged member, and lziprecover
|
|||
can be used to recover some of the damaged members.
|
||||
.SS "Operations:"
|
||||
.TP
|
||||
\fB\-\-help\fR
|
||||
\-?, \fB\-\-help\fR
|
||||
display this help and exit
|
||||
.TP
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
|
@ -62,6 +62,9 @@ compress existing POSIX tar archives
|
|||
.TP
|
||||
\fB\-\-check\-lib\fR
|
||||
check version of lzlib and exit
|
||||
.TP
|
||||
\fB\-\-time\-bits\fR
|
||||
print the size of time_t in bits and exit
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-B\fR, \fB\-\-data\-size=\fR<bytes>
|
||||
|
@ -88,6 +91,15 @@ don't subtract the umask on extraction
|
|||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
suppress all messages
|
||||
.TP
|
||||
\fB\-R\fR, \fB\-\-no\-recursive\fR
|
||||
don't operate recursively on directories
|
||||
.TP
|
||||
\fB\-\-recursive\fR
|
||||
operate recursively on directories (default)
|
||||
.TP
|
||||
\fB\-T\fR, \fB\-\-files\-from=\fR<file>
|
||||
get file names from <file>
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
verbosely list files processed
|
||||
.TP
|
||||
|
@ -95,7 +107,7 @@ verbosely list files processed
|
|||
set compression level [default 6]
|
||||
.TP
|
||||
\fB\-\-uncompressed\fR
|
||||
don't compress the archive created
|
||||
create an uncompressed archive
|
||||
.TP
|
||||
\fB\-\-asolid\fR
|
||||
create solidly compressed appendable archive
|
||||
|
@ -121,6 +133,9 @@ use <owner> name/ID for files added to archive
|
|||
\fB\-\-group=\fR<group>
|
||||
use <group> name/ID for files added to archive
|
||||
.TP
|
||||
\fB\-\-depth\fR
|
||||
archive entries before the directory itself
|
||||
.TP
|
||||
\fB\-\-exclude=\fR<pattern>
|
||||
exclude files matching a shell pattern
|
||||
.TP
|
||||
|
@ -139,12 +154,18 @@ don't delete partially extracted files
|
|||
\fB\-\-missing\-crc\fR
|
||||
exit with error status if missing extended CRC
|
||||
.TP
|
||||
\fB\-\-mount\fR, \fB\-\-xdev\fR
|
||||
stay in local file system when creating archive
|
||||
.TP
|
||||
\fB\-\-mtime=\fR<date>
|
||||
use <date> as mtime for files added to archive
|
||||
.TP
|
||||
\fB\-\-out\-slots=\fR<n>
|
||||
number of 1 MiB output packets buffered [64]
|
||||
.TP
|
||||
\fB\-\-parallel\fR
|
||||
create uncompressed archive in parallel
|
||||
.TP
|
||||
\fB\-\-warn\-newer\fR
|
||||
warn if any file is newer than the archive
|
||||
.PP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue