Download the PHP package portedcheese/backups without Composer
On this page you can find all versions of the php package portedcheese/backups. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download portedcheese/backups
More information about portedcheese/backups
Files in portedcheese/backups
Download portedcheese/backups
More information about portedcheese/backups
Files in portedcheese/backups
Vendor portedcheese
Package backups
Short Description Backup db and storage with sendind to aws
License MIT
Package backups
Short Description Backup db and storage with sendind to aws
License MIT
Please rate this library. Is it a good library?
Informations about the package backups
Backups
Команды для бэкапа приложения, бэкапит базу данных и папку storage/app/public
Так же создает два диска backups
и yandex
Yandex можно использовать и для хранения файлов, параметр YANDEX_CLOUD_FOLDER
используется только для бэкапов
Install
php artisan vendor:publish --provider="PortedCheese\Backups\ServiceProvider" --tag=config
YANDEX_CLOUD_ID = Id ключа
YANDEX_CLOUD_SECRET = Secret ключа
YANDEX_CLOUD_BUCKET = Имя бакета
YANDEX_CLOUD_FOLDER = Папка куда будут сохраняться файлы
YANDEX_CLOUD_REGION = ru-central1 (регион)
Usage
backup:app {period=daily} {--folder=}
- Создает бэкап и отправляет в облако (если не задан конфиг, то сохранить в папку current)
restore:app {period=daily} {--from-current} {--folder=}
- Восстанавливает бэкап из облака
Есть api для создания и восстановления бэкапов, нужно включить очередь на сервере
GET /api/backups - Список всех бэкапов в папке
POST /api/backups/{period} - Создать бэкап
PUT /api/backups/{period} - Восстановить бэкап
All versions of backups with dependencies
PHP Build Version
Package Version
Requires
zanysoft/laravel-zip Version
^2.0
aws/aws-sdk-php Version ^3.112
league/flysystem-aws-s3-v3 Version ^3.0
portedcheese/base-settings Version ^4.0 | ^5.0
aws/aws-sdk-php Version ^3.112
league/flysystem-aws-s3-v3 Version ^3.0
portedcheese/base-settings Version ^4.0 | ^5.0
The package portedcheese/backups contains the following files
Loading the files please wait ....