moving more code to pbs-datastore

prune and fixed/dynamic index

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-08 10:07:01 +02:00
parent e64f38cb6b
commit 2f02e431b0
7 changed files with 549 additions and 666 deletions

View File

@ -195,9 +195,13 @@ pub mod file_formats;
pub mod index;
pub mod key_derivation;
pub mod manifest;
pub mod prune;
pub mod read_chunk;
pub mod task;
pub mod dynamic_index;
pub mod fixed_index;
pub use backup_info::{BackupDir, BackupGroup, BackupInfo};
pub use checksum_reader::ChecksumReader;
pub use checksum_writer::ChecksumWriter;