proxmox-backup-manager: add sync-job cli
This commit is contained in:
@ -314,6 +314,7 @@ fn main() {
|
||||
.insert("remote", remote_commands())
|
||||
.insert("garbage-collection", garbage_collection_commands())
|
||||
.insert("cert", cert_mgmt_cli())
|
||||
.insert("sync-job", sync_job_commands())
|
||||
.insert("task", task_mgmt_cli())
|
||||
.insert(
|
||||
"pull",
|
||||
|
Reference in New Issue
Block a user