I am seeing this error message with the verifications failing:

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:

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

So, my question is how do I remove the backups that failed/that I interrupted?
I tried running this command on the PBS itself:
(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.

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:

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

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.