PHP Classes

Laravel Backup Manager: Backup Laravel applications to storage containers

Recommend this page to a friend!

  Author Author  
Picture of Isa Eken
Name: Isa Eken <contact>
Classes: 16 packages by
Country: Turkey Turkey
Innovation award
Innovation award
Nominee: 11x


  Detailed description   Download Download .zip .tar.gz  
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.

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


  Classes of Isa Eken  >  Laravel Backup Manager  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  

 

Name: Laravel Backup Manager
Base name: laravel-backup
Description: Backup Laravel applications to storage containers
Version: -
PHP version: 5
License: MIT/X Consortium License
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Systems administration System configuration and management View top rated classes
Group folder image Libraries Frameworks and libraries of cooperating classes View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder image.github (2 files, 2 directories)
Files folder imageconfig (1 file)
Files folder imageresources (1 directory)
Files folder imagesrc (6 files, 11 directories)
Files folder imagetests (2 files)
Plain text file .editorconfig Data Auxiliary data
Plain text file .php_cs.dist.php Example Example script
Plain text file CHANGELOG.md Data Auxiliary data
Plain text file composer.json Data Auxiliary data
Plain text file LICENSE.md Lic. License text
Plain text file phpunit.xml.dist Data Auxiliary data
Plain text file README.md Doc. Documentation

Download Download all files: laravel-backup.tar.gz laravel-backup.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

For more information send a message to info at phpclasses dot org.