cleanup proxmox_backup::backup module
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -6,12 +6,9 @@ use serde::{Deserialize, Serialize};
|
||||
use proxmox::api::{api, schema::*};
|
||||
use proxmox::const_regex;
|
||||
|
||||
use pbs_datastore::catalog::CatalogEntryType;
|
||||
use pbs_datastore::catalog::{CatalogEntryType, DirEntryAttribute};
|
||||
|
||||
use crate::{
|
||||
backup::DirEntryAttribute,
|
||||
config::acl::Role,
|
||||
};
|
||||
use crate::config::acl::Role;
|
||||
|
||||
mod tape;
|
||||
pub use tape::*;
|
||||
|
Reference in New Issue
Block a user