spatie/laravel-backup-server
Receive, store, and manage encrypted backups from multiple Laravel apps on a dedicated backup server. Built on top of spatie/laravel-backup, it centralizes backup uploads, retention, and monitoring for safer off-site storage.
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?