Function rgb_lib::restore_backup
source · pub fn restore_backup(
backup_path: &str,
password: &str,
target_dir: &str
) -> Result<(), Error>
Expand description
Restore a backup from the given file and password to the provided target directory.