tape: add PoolWriter

This commit is contained in:
Dietmar Maurer
2020-12-18 15:27:44 +01:00
parent b9ee86efe1
commit d37da6b7fc
2 changed files with 395 additions and 0 deletions

View File

@ -45,6 +45,9 @@ pub use chunk_archive::*;
mod snapshot_archive;
pub use snapshot_archive::*;
mod pool_writer;
pub use pool_writer::*;
/// Directory path where we store all tape status information
pub const TAPE_STATUS_DIR: &str = "/var/lib/proxmox-backup/tape";