github spatie/laravel-backup 10.3.1

7 hours ago

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

Full Changelog: 10.3.0...10.3.1

Don't miss a new laravel-backup release

NewReleases is sending notifications on new releases.