Overview of spatie/laravel-backup
mainspatie/laravel-backup is a Laravel package that creates application backups as zip files. Each backup contains specified application directories and a database dump.
Key features include:
- Multi-filesystem support: Backups can be stored on any Laravel-configured filesystem and can be sent to multiple filesystems simultaneously.
- Notifications: Integration with Mail, Slack, or any Laravel notification provider to alert you if a backup fails.
- Maintenance: Capabilities to clean up old backups and monitor backup health.
- Overview: Tools to view an overview of all existing backups.