tape: add tape device driver

This commit is contained in:
Dietmar Maurer
2020-12-07 08:27:15 +01:00
parent 2e7014e31d
commit fa9c9be737
8 changed files with 1599 additions and 0 deletions

View File

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