mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon/tar: support more compression methods.
Add support for lzma and zstd compression methods. Signed-off-by: Zixun LI <admin@hifiphile.com> Reviewed-by: Richard W.M. Jones <rjones@redhat.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
d0d8e67384
commit
692802bf96
@@ -2710,9 +2710,9 @@ This command uploads and unpacks local file C<tarfile> into F<directory>.
|
||||
The optional C<compress> flag controls compression. If not given,
|
||||
then the input should be an uncompressed tar file. Otherwise one
|
||||
of the following strings may be given to select the compression
|
||||
type of the input file: C<compress>, C<gzip>, C<bzip2>, C<xz>, C<lzop>.
|
||||
(Note that not all builds of libguestfs will support all of these
|
||||
compression types).
|
||||
type of the input file: C<compress>, C<gzip>, C<bzip2>, C<xz>, C<lzop>,
|
||||
C<lzma>, C<zstd>. (Note that not all builds of libguestfs will support
|
||||
all of these compression types).
|
||||
|
||||
The other optional arguments are:
|
||||
|
||||
@@ -2745,9 +2745,9 @@ it to local file C<tarfile>.
|
||||
The optional C<compress> flag controls compression. If not given,
|
||||
then the output will be an uncompressed tar file. Otherwise one
|
||||
of the following strings may be given to select the compression
|
||||
type of the output file: C<compress>, C<gzip>, C<bzip2>, C<xz>, C<lzop>.
|
||||
(Note that not all builds of libguestfs will support all of these
|
||||
compression types).
|
||||
type of the output file: C<compress>, C<gzip>, C<bzip2>, C<xz>, C<lzop>,
|
||||
C<lzma>, C<zstd>. (Note that not all builds of libguestfs will support
|
||||
all of these compression types).
|
||||
|
||||
The other optional arguments are:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user