txz_in
Description:
[ Version ( deprecated = true , since = "1.3.2" ) ]
public bool txz_in (string tarball, string directory, Cancellable? cancellable = null) throws Error
public bool txz_in (string tarball, string directory, Cancellable? cancellable = null) throws Error
Warning: txz_in is deprecated.
unpack compressed tarball to directory
Note:
In new code, use tar_in instead
This command uploads and unpacks local file tarball
(an *xz compressed* tar file) into directory.
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 |