pub fn restore_archive(
storage_root: &Path,
archive: &BackupArchive,
) -> Result<BackupReport, String>Expand description
Restore an archive into the wellfair/ subtree under storage_root (creating directories).
pub fn restore_archive(
storage_root: &Path,
archive: &BackupArchive,
) -> Result<BackupReport, String>Restore an archive into the wellfair/ subtree under storage_root (creating directories).