tape: add code to write backup snapshot files (without chunks) to tape

This commit is contained in:
Dietmar Maurer
2020-12-17 08:28:47 +01:00
parent 3fbf2d2fcd
commit 9c953dd260
2 changed files with 142 additions and 0 deletions

View File

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