2025-02-17 21:04:20 +01:00
|
|
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.1.
|
2025-02-17 21:12:42 +01:00
|
|
|
.TH TARLZ "1" "February 2019" "tarlz 0.13" "User Commands"
|
2025-02-17 21:04:20 +01:00
|
|
|
.SH NAME
|
|
|
|
tarlz \- creates tar archives with multimember lzip compression
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B tarlz
|
|
|
|
[\fI\,options\/\fR] [\fI\,files\/\fR]
|
|
|
|
.SH DESCRIPTION
|
2025-02-17 21:12:08 +01:00
|
|
|
Tarlz is a massively parallel (multi\-threaded) combined implementation of
|
|
|
|
the tar archiver and the lzip compressor. Tarlz creates, lists and extracts
|
|
|
|
archives in a simplified posix pax format compressed with lzip, keeping the
|
|
|
|
alignment between tar members and lzip members. This method adds an indexed
|
|
|
|
lzip layer on top of the tar archive, making it possible to decode the
|
|
|
|
archive safely in parallel. The resulting multimember tar.lz archive is
|
|
|
|
fully backward compatible with standard tar tools like GNU tar, which treat
|
|
|
|
it like any other tar.lz archive. Tarlz can append files to the end of such
|
|
|
|
compressed archives.
|
2025-02-17 21:09:53 +01:00
|
|
|
.PP
|
|
|
|
The tarlz file format is a safe posix\-style backup format. In case of
|
|
|
|
corruption, tarlz can extract all the undamaged members from the tar.lz
|
|
|
|
archive, skipping over the damaged members, just like the standard
|
|
|
|
(uncompressed) tar. Moreover, the option '\-\-keep\-damaged' can be used to
|
|
|
|
recover as much data as possible from each damaged member, and lziprecover
|
|
|
|
can be used to recover some of the damaged members.
|
2025-02-17 21:04:20 +01:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
display this help and exit
|
|
|
|
.TP
|
|
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
|
|
output version information and exit
|
|
|
|
.TP
|
2025-02-17 21:09:53 +01:00
|
|
|
\fB\-A\fR, \fB\-\-concatenate\fR
|
|
|
|
append tar.lz archives to the end of an archive
|
|
|
|
.TP
|
2025-02-17 21:11:04 +01:00
|
|
|
\fB\-B\fR, \fB\-\-data\-size=\fR<bytes>
|
|
|
|
set target size of input data blocks [2x8=16 MiB]
|
|
|
|
.TP
|
2025-02-17 21:04:20 +01:00
|
|
|
\fB\-c\fR, \fB\-\-create\fR
|
|
|
|
create a new archive
|
|
|
|
.TP
|
|
|
|
\fB\-C\fR, \fB\-\-directory=\fR<dir>
|
|
|
|
change to directory <dir>
|
|
|
|
.TP
|
2025-02-17 21:12:27 +01:00
|
|
|
\fB\-d\fR, \fB\-\-diff\fR
|
|
|
|
find differences between archive and file system
|
|
|
|
.TP
|
|
|
|
\fB\-\-ignore\-ids\fR
|
|
|
|
ignore differences in owner and group IDs
|
|
|
|
.TP
|
2025-02-17 21:04:20 +01:00
|
|
|
\fB\-f\fR, \fB\-\-file=\fR<archive>
|
|
|
|
use archive file <archive>
|
|
|
|
.TP
|
2025-02-17 21:10:27 +01:00
|
|
|
\fB\-n\fR, \fB\-\-threads=\fR<n>
|
2025-02-17 21:12:08 +01:00
|
|
|
set number of (de)compression threads [2]
|
2025-02-17 21:10:27 +01:00
|
|
|
.TP
|
2025-02-17 21:04:20 +01:00
|
|
|
\fB\-q\fR, \fB\-\-quiet\fR
|
|
|
|
suppress all messages
|
|
|
|
.TP
|
|
|
|
\fB\-r\fR, \fB\-\-append\fR
|
|
|
|
append files to the end of an archive
|
|
|
|
.TP
|
|
|
|
\fB\-t\fR, \fB\-\-list\fR
|
|
|
|
list the contents of an archive
|
|
|
|
.TP
|
|
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
|
|
verbosely list files processed
|
|
|
|
.TP
|
|
|
|
\fB\-x\fR, \fB\-\-extract\fR
|
|
|
|
extract files from an archive
|
|
|
|
.TP
|
|
|
|
\fB\-0\fR .. \fB\-9\fR
|
|
|
|
set compression level [default 6]
|
|
|
|
.TP
|
2025-02-17 21:12:27 +01:00
|
|
|
\fB\-\-uncompressed\fR
|
|
|
|
don't compress the archive created
|
|
|
|
.TP
|
2025-02-17 21:04:20 +01:00
|
|
|
\fB\-\-asolid\fR
|
|
|
|
create solidly compressed appendable archive
|
|
|
|
.TP
|
2025-02-17 21:11:04 +01:00
|
|
|
\fB\-\-bsolid\fR
|
2025-02-17 21:12:08 +01:00
|
|
|
create per block compressed archive (default)
|
2025-02-17 21:11:04 +01:00
|
|
|
.TP
|
2025-02-17 21:04:20 +01:00
|
|
|
\fB\-\-dsolid\fR
|
2025-02-17 21:12:08 +01:00
|
|
|
create per directory compressed archive
|
2025-02-17 21:04:20 +01:00
|
|
|
.TP
|
2025-02-17 21:09:53 +01:00
|
|
|
\fB\-\-no\-solid\fR
|
2025-02-17 21:12:08 +01:00
|
|
|
create per file compressed archive
|
2025-02-17 21:09:53 +01:00
|
|
|
.TP
|
2025-02-17 21:04:20 +01:00
|
|
|
\fB\-\-solid\fR
|
|
|
|
create solidly compressed archive
|
|
|
|
.TP
|
2025-02-17 21:09:53 +01:00
|
|
|
\fB\-\-anonymous\fR
|
|
|
|
equivalent to '\-\-owner=root \fB\-\-group\fR=\fI\,root\/\fR'
|
2025-02-17 21:04:20 +01:00
|
|
|
.TP
|
|
|
|
\fB\-\-owner=\fR<owner>
|
2025-02-17 21:09:53 +01:00
|
|
|
use <owner> name/ID for files added
|
|
|
|
.TP
|
|
|
|
\fB\-\-group=\fR<group>
|
|
|
|
use <group> name/ID for files added
|
|
|
|
.TP
|
|
|
|
\fB\-\-keep\-damaged\fR
|
|
|
|
don't delete partially extracted files
|
|
|
|
.TP
|
|
|
|
\fB\-\-missing\-crc\fR
|
|
|
|
exit with error status if missing extended CRC
|
2025-02-17 21:04:20 +01:00
|
|
|
.PP
|
|
|
|
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 tarlz to panic.
|
|
|
|
.SH "REPORTING BUGS"
|
|
|
|
Report bugs to lzip\-bug@nongnu.org
|
|
|
|
.br
|
|
|
|
Tarlz home page: http://www.nongnu.org/lzip/tarlz.html
|
|
|
|
.SH COPYRIGHT
|
2025-02-17 21:10:27 +01:00
|
|
|
Copyright \(co 2019 Antonio Diaz Diaz.
|
|
|
|
Using lzlib 1.11
|
2025-02-17 21:04:20 +01:00
|
|
|
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
|
|
|
|
.br
|
|
|
|
This is free software: you are free to change and redistribute it.
|
|
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
The full documentation for
|
|
|
|
.B tarlz
|
|
|
|
is maintained as a Texinfo manual. If the
|
|
|
|
.B info
|
|
|
|
and
|
|
|
|
.B tarlz
|
|
|
|
programs are properly installed at your site, the command
|
|
|
|
.IP
|
|
|
|
.B info tarlz
|
|
|
|
.PP
|
|
|
|
should give you access to the complete manual.
|