Edit: The post I was replying to seems to be deleted!.
@"franco"#p19841
Yes, as I mentioned in the thread above, some sites get stuck in the "work in progress" (wip) backup state. This means the backup is actually taken but not renamed from:
/backups/bb07c16a-aee2-4d7c-833d-fa67894ea5d6/wip-snapshot-1740107977761
to
/backups/bb07c16a-aee2-4d7c-833d-fa67894ea5d6/snapshot-1740107977761
You can find these stuck backups using:
find /backups -type d -name "wip*"
To test your backups, you can run this script:
bash <(curl -ks https://api.cpfence.app/backup_test.sh)
These half-done backups are taking up space on the server because each time a backup runs, it’s taken as a full backup but gets stuck in this state. It's probably an easy-to-fix bug. Hopefully, it will be resolved soon.