feat: Pre-flight checks before backup starts #67
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 pre-flight validation phase that runs before starting a backup, catching common issues early with clear error messages instead of failing mid-backup.
Checks
Files
src/Engine/BackupEngine.php— addpreflight()method called beforerun()src/Engine/SteppedBackupEngine.php— call preflight duringinit()src/Controller/AjaxController.php— return preflight errors during init step