src/backup/catalog_blob.rs: moved catalog impl. from pxar
And avoid loading catalog into memory.
This commit is contained in:
@ -209,7 +209,7 @@ fn create_archive(
|
||||
feature_flags ^= pxar::flags::WITH_SOCKETS;
|
||||
}
|
||||
|
||||
let catalog = None::<&mut pxar::catalog::SimpleCatalog>;
|
||||
let catalog = None::<&mut pxar::catalog::DummyCatalogWriter>;
|
||||
pxar::Encoder::encode(source, &mut dir, &mut writer, catalog, devices, verbose, false, feature_flags)?;
|
||||
|
||||
writer.flush()?;
|
||||
|
Reference in New Issue
Block a user