move sync.rs to pbs_config workspace
This commit is contained in:
@ -521,7 +521,7 @@ async fn schedule_datastore_prune() {
|
||||
async fn schedule_datastore_sync_jobs() {
|
||||
|
||||
|
||||
let config = match proxmox_backup::config::sync::config() {
|
||||
let config = match pbs_config::sync::config() {
|
||||
Err(err) => {
|
||||
eprintln!("unable to read sync job config - {}", err);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user