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.
The location where backups will be stored is represented by a Destination. Mostly this will be a large block storage device that is connected to the server running backup server.
A Destination is an eloquent model. It can be created like this.
Destinations\BackupServer\Models\Destination::create($attributes)
These two attributes are required:
name: the name of this destinationdisk_name: the name of one of the disks configured in config\filesystems.php. The chosen disk must use the local driverThe other attributes on the destination are used for monitoring health and clean up of backups.
How can I help you explore Laravel packages today?