Backup status

Dec 17, 2021
40
3
13
60
I'm trying to find a way to know if the last backup of a specific LXC was successful or not.

We are in PVE 8.4.1 and storing the backups in PBS 3.3.2

The only place I can find some information is in cluster/tasks but the task list returned has a limited size and is not really covering our needs.

Any idea?

Thanks in advance
 
Yes, this API seems to allow me to do what I want.

Code is going to be convoluted, I need to navigate though all the nodes, navigate through all the LXVs and VMs on the node and then get the last task run for in that node for that vmid and if it's no "OK", raise the issue.

Not the easiest logic but seems to OK.