Function iroh_blobs::export::export_collection
source · pub async fn export_collection<D: BaoStore>(
db: &D,
hash: Hash,
outpath: PathBuf,
mode: ExportMode,
progress: impl ProgressSender<Msg = ExportProgress> + IdGenerator
) -> Result<()>
Expand description
Export all entries of a collection, recursively, to files on the local filesystem.