feat: Backup comparison — diff two backup records #64
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 UI to compare two backup records side-by-side, showing differences in file counts, sizes, tables, duration, and (for differential backups) which files changed.
UI
Why
Helps diagnose unexpected backup size changes, verify backup completeness, and understand what changed between backup points.
Files
src/Controller/BackupsController.php— addcompare()actiontmpl/backups/— comparison modal or sub-viewsrc/Model/BackupModel.php— add manifest comparison method