spatie/laravel-backup-server
Securely store and manage backups from multiple Laravel apps on a dedicated backup server. Built on spatie/laravel-backup, it automatically receives and organizes incoming backups, with setup and docs tailored for Laravel deployments.
After you've defined a source and a destination, backups can be created. To learn more about what happens during a backup, read this page on the backup process.
The most common way to do this is by hourly scheduling the backup-server:dispatch-backups command like shown in the installation instructions. The backup process for a source will start when the current hour matches the value in the backup_hour for that source.
You can manually create a backup by executing this command.
php artisan backup-server:backup <name-of-source>
How can I help you explore Laravel packages today?