marcandreappel / backup
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel backup
1.0.14
2021-10-21 10:32 UTC
Requires
- php: ^8.0
- ext-pcntl: *
- albertofem/rsync-lib: ^1.0
- illuminate/contracts: ^8.37
- spatie/db-dumper: ^3.0
- spatie/laravel-package-tools: ^1.9
- spatie/temporary-directory: ^2.0
Requires (Dev)
- nunomaduro/collision: ^5.10
- orchestra/testbench: ^6.21
- pestphp/pest: ^1.18
- pestphp/pest-plugin-laravel: ^1.1
- spatie/laravel-ray: ^1.26
- vimeo/psalm: ^4.10
README
If standard backup files are bigger than 5Gib and/or Backblaze B2 is the destination, then this package helps.
Requirements
zip
needs to be installed and executable on the server.
Installation
Install it with composer require marcandreappel/backup
, run php artisan vendor:publish
and choose the package configuration for publishing.
Configuration
The configuration is not different from Spatie's Backup, just lighter. The comments help to understand...