ntfsclone_in
Description:
[ Version ( since = "1.17.9" ) ]
public bool ntfsclone_in (string backupfile, string device, Cancellable? cancellable = null) throws Error
public bool ntfsclone_in (string backupfile, string device, Cancellable? cancellable = null) throws Error
restore NTFS from backup file
Restore the backupfile
(from a previous call to
ntfsclone_out) to device
, overwriting any
existing contents of this device.
This function depends on the feature "ntfs3g". See also feature_available.
Parameters:
this |
A GuestfsSession object |
cancellable |
A GCancellable object |
Returns:
true on success, false on error |