Function conserve::restore::restore

source ·
pub fn restore(
    archive: &Archive,
    destination: &Path,
    options: &RestoreOptions<'_>,
    monitor: Arc<dyn Monitor>
) -> Result<RestoreStats>
Expand description

Restore a selected version, or by default the latest, to a destination directory.