When verify_backup is enabled, the file count of the created archive is now compared against the backup manifest. Previously the expected count was passed to the verification step but never checked, so verification only caught an unopenable or completely empty zip. A truncated archive now fails the backup with a BackupVerificationFailed exception.
Thanks to @gazben for spotting this.
What's Changed
- Mention wnx/laravel-backup-restore in docs introduction page by @stefanzweifel in #1980
- Verify the archive file count against the manifest by @freekmurze in #1982
Full Changelog: 10.3.0...10.3.1