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.
This package cannot create database backups. It will only backup files on remote servers.
You can however, define pre_backup_commands for each source. The commands will be executed right before taking a backup. You could use this to dump the database on a remote server to the remote server, so that it will be backed up. In the post_backup_commands of a source you could add a command that removes the dump from the filesystem of the remote server.
How can I help you explore Laravel packages today?