Thanks for your contribution! I made a couple of tweaks that worked for my use case, might be helpful for others:
#!/bin/bash
DATASTORE="datastore_name"
NAMESPACE="namespace_name"
proxmox-backup-client snapshot list --datastore="$DATASTORE"...
Hi,
I've unfortunately not encrypted my earliest backups and after doing so I realized that the GUI doesn't offer a way to bulk-select backups.
After searching the forum for a while I found workpush's script that bulk deletes unverified...