feat: Manual purge — delete all backup records older than a selected date #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add a "Purge" toolbar button on the Backups list view that lets users delete all backup records (and their archive files) older than a user-specified date. Currently cleanup only runs automatically via retention settings — there's no manual bulk purge.
UI
Also applies to
Files
src/Controller/BackupsController.php— purge actiontmpl/backups/default.php— purge modal + AJAXsrc/View/Backups/HtmlView.php— toolbar button