LinuxCommandLibrary

lrztar

Directory wrapper for lrzip

TLDR

Archive a directory with tar, then compress

$ lrztar [path/to/directory]
copy


Same as above, with ZPAQ - extreme compression, but very slow
$ lrztar -z [path/to/directory]
copy


Specify the output file
$ lrztar -o [path/to/file] [path/to/directory]
copy


Override the number of processor threads to use
$ lrztar -p [8] [path/to/directory]
copy


Force overwriting of existing files
$ lrztar -f [path/to/directory]
copy

SYNOPSIS

Header "SYNOPSIS" 3 lrztar [options] DIRECTORY lrztar -d [options] DIRECTORY.tar.lrz lrzuntar [options] DIRECTORY.tar.lrz

DESCRIPTION

Header "DESCRIPTION" lrztar is a wrapper for compressing and decompressing whole directories with lrzip (1) to corresponding file CW(C`DIRECTORY.tar.lrz (C' .lrzuntar is identical to CW(C`lrztar -d (C' . lrztar takes the same options as lrzip.

OPTIONS

Header "OPTIONS" See lrzip (1).

ENVIRONMENT

Header "ENVIRONMENT" None.

FILES

Header "FILES" None.

AUTHORS

Header "AUTHORS" Program was written by Con Kolivas.

This manual page was written by Jari Aalto <jari.aalto@cante.net> (but may be used by others). Released under license GNUGPL version 2 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>.

SEE ALSO

Header "SEE ALSO" lrzip.conf(5), lrzuntar(1), lrzip(1), lrunzip(1), lrzcat(1), lrz(1), bzip2(1), gzip(1), lzop(1), rzip(1), zip(1)

Copied to clipboard