move sync.rs to pbs_config workspace

This commit is contained in:
Dietmar Maurer
2021-09-08 06:57:23 +02:00
parent 58bfa3b19c
commit a4e5a0fc9f
9 changed files with 22 additions and 15 deletions

View File

@ -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;