tgz_out
Description:
[ Version ( deprecated = true , since = "1.0.3" ) ]
public bool tgz_out (string directory, string tarball, Cancellable? cancellable = null) throws Error
public bool tgz_out (string directory, string tarball, Cancellable? cancellable = null) throws Error
Warning: tgz_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.
Parameters:
| this |
A GuestfsSession object |
| cancellable |
A GCancellable object |
Returns:
|
true on success, false on error |