feat: Auto-verify backup integrity after creation #65
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
After a backup archive is created, automatically verify it can be read by opening and testing a few entries. Currently verification is manual (toolbar button). Auto-verify catches corrupt archives immediately instead of months later when needed.
Implementation
database.sqlis present (for full/database backups)Files
src/Engine/BackupEngine.php— add verification step after archive creationsrc/Engine/SteppedBackupEngine.php— add verify phase