move chunk_store to pbs-datastore
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -26,9 +26,10 @@ use proxmox::{
|
||||
api::section_config::SectionConfigData,
|
||||
};
|
||||
|
||||
use pbs_datastore::task_log;
|
||||
use pbs_datastore::task::TaskState;
|
||||
|
||||
use crate::{
|
||||
task_log,
|
||||
task::TaskState,
|
||||
backup::{
|
||||
Fingerprint,
|
||||
KeyConfig,
|
||||
|
@ -13,8 +13,9 @@ use anyhow::{bail, Error};
|
||||
|
||||
use proxmox::tools::Uuid;
|
||||
|
||||
use pbs_datastore::task_log;
|
||||
|
||||
use crate::{
|
||||
task_log,
|
||||
backup::{
|
||||
DataStore,
|
||||
},
|
||||
|
Reference in New Issue
Block a user