moved tape_job.rs to pbs_config workspace
This commit is contained in:
@ -8,19 +8,14 @@ use proxmox::api::schema::{ApiType, parse_property_string};
|
||||
use proxmox::try_block;
|
||||
|
||||
use pbs_tools::format::HumanByte;
|
||||
use pbs_api_types::{
|
||||
TapeBackupJobSetup, SyncJobConfig, VerificationJobConfig,
|
||||
APTUpdateInfo, GarbageCollectionStatus,
|
||||
Userid, Notify, DatastoreNotify,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
config::datastore::DataStoreConfig,
|
||||
config::verify::VerificationJobConfig,
|
||||
config::sync::SyncJobConfig,
|
||||
config::tape_job::TapeBackupJobSetup,
|
||||
api2::types::{
|
||||
APTUpdateInfo,
|
||||
GarbageCollectionStatus,
|
||||
Userid,
|
||||
Notify,
|
||||
DatastoreNotify,
|
||||
},
|
||||
};
|
||||
|
||||
const GC_OK_TEMPLATE: &str = r###"
|
||||
|
@ -1,12 +1,11 @@
|
||||
use anyhow::{format_err, Error};
|
||||
|
||||
use pbs_datastore::task_log;
|
||||
use pbs_api_types::{Authid, VerificationJobConfig};
|
||||
|
||||
use crate::{
|
||||
server::WorkerTask,
|
||||
api2::types::*,
|
||||
server::jobstate::Job,
|
||||
config::verify::VerificationJobConfig,
|
||||
backup::{
|
||||
DataStore,
|
||||
verify_filter,
|
||||
|
Reference in New Issue
Block a user