tape: add media invenotry

This commit is contained in:
Dietmar Maurer
2020-12-05 12:53:08 +01:00
parent c4d2d54a6d
commit 7320e9ff4b
2 changed files with 647 additions and 0 deletions

View File

@ -6,6 +6,9 @@ pub use tape_write::*;
mod tape_read;
pub use tape_read::*;
mod inventory;
pub use inventory::*;
/// Directory path where we stora all status information
pub const MEDIA_POOL_STATUS_DIR: &str = "/var/lib/proxmox-backup/mediapool";