tape: add tape changer support using 'mtx' command

This commit is contained in:
Dietmar Maurer
2020-12-05 14:46:57 +01:00
parent 7320e9ff4b
commit b107fdb99a
6 changed files with 485 additions and 0 deletions

View File

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