txz_out
Description:
[ Version ( deprecated = true , since = "1.3.2" ) ]
public bool txz_out (string directory, string tarball, Cancellable? cancellable = null) throws Error
public bool txz_out (string directory, string tarball, Cancellable? cancellable = null) throws Error
Warning: txz_out is deprecated.
pack directory into compressed tarball
Note:
In new code, use tar_out instead
This command packs the contents of directory and downloads it to local file tarball
(as an xz compressed tar archive).
This function depends on the feature "xz". See also feature_available.
Parameters:
this |
A GuestfsSession object |
cancellable |
A GCancellable object |
Returns:
true on success, false on error |