fn get_snapshot_archives<T, F>(snapshot_archives_dir: &Path, cb: F) -> Vec<T>where
    F: Fn(PathBuf) -> Result<T>,
Expand description

Walk down the snapshot archive to collect snapshot archive file info