PBS prune and verify last status from cli

Sep 7, 2024
6
0
1
Hello.
How to get the last status of prune and verify jobs from the command line?

We can get the garbage-collection from the command only like below,
proxmox-backup-manager garbage-collection status

But there is no status option for prune and verify.

Best.
 
Hi!
currently this is not possible, if you'd really like this, you can open a bug here: https://bugzilla.proxmox.com/.
But you could use this proxmox-backup-manager command:
Code:
proxmox-backup-manager task list --all --output-format json-pretty
and then filter it with jq.