Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 31 | | All time: 10,870 This week: 189 |
|
Description | | Author ?sa Eken
Contributor
|
This package can backup Laravel applications to storage containers.
It provides commands to execute with Laravel Artisan to create backup copies of the current Laravel application data.
Currently, the commands can create new backup copies or list backup copies executed previously.
The commands may take options that configure aspects like:
- The types of services used during the backup process
- The storage systems used to store the backup copy data
- The timeout period to wait when remote services are too slow or do not respond
- Etc. Innovation Award
 March 2022
Number 4 |
Laravel is a well-known PHP framework that has become very popular among PHP developers worldwide.
Having a backup of the data used by an application is essential to have an alternative plan when something goes wrong in the application's environment.
This package provides a backup solution for Laravel applications that is very flexible.
It allows developers to control several valuable options, like the remote service that it will use to store the backup data and the possibility to list the backup copies that it has taken previously.
Manuel Lemos |
| |
 |
|
Innovation award
 Nominee: 13x |
|
Details
isaeken/laravel-backup
Usage
> Work in progress do not use in production!
php artisan backup:run
php artisan backup:run --services=database,storage
php artisan backup:run --storages=local,s3,gcloud
php artisan backup:run --disable-notifications
php artisan backup:run --timeout=3
php artisan backup:list
output:
+---+--------------------------------------------+-------+---------------------+----------+
| # | Name | Disk | Date | Size |
+---+--------------------------------------------+-------+---------------------+----------+
| 1 | backup_2022-03-13-22-48-29.zip | local | 2022-03-13 22:48:29 | 29.99 KB |
| 2 | backup_database_2022-03-13-22-48-29.sqlite | local | 2022-03-13 22:48:29 | 48 KB |
+---+--------------------------------------------+-------+---------------------+----------+
Totally Used Storage: 77.99 KB
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.