How do I delete failed backups that is causing the verification to fail?

alpha754293

Member
Jan 8, 2023
115
22
23
I am seeing this error message with the verifications failing:

1756717039225.png

And I know that this is because I had stopped those two backups whilst it was running.

When I go to the datastore, the failed/interrupted backup doesn't show up in the list of backups:

1756717114834.png

And the pruning job is set to run daily whilst the garbage collection job is set to run every Saturday at 00:15:

1756717180727.png

So, my question is how do I remove the backups that failed/that I interrupted?

I tried running this command on the PBS itself:

Code:
find /path2pbs-datastore/.chunks -type f -print0 | xargs -0 touch -d "-2 days"

(via https://forum.proxmox.com/threads/i-can´t-get-space-if-i-delete-backups-on-pbs.117712/post-654784)

but that didn't work neither.

Any help in regards to this matter is greatly appreciated.

Thank you.