Download the PHP package demi/backup without Composer
On this page you can find all versions of the php package demi/backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor demi
Package backup
Short Description Basic Yii2 site backup methods
License GPL-3.0-or-later
Homepage https://github.com/demisang/yii2-backup#readme
Package backup
Short Description Basic Yii2 site backup methods
License GPL-3.0-or-later
Homepage https://github.com/demisang/yii2-backup#readme
Please rate this library. Is it a good library?
Informations about the package backup
Yii2-backup
Basic Yii2 site backup methods.
Also pay attention to dropbox-backup.
Installation
Run
Configurations
Minimal config
Configure /common/config/main.php or console config:
Will create backup for:
directories:
/frontend/web/images/*
/backend/uploads/*
database:
Yii::$app->db
Result:
/backups/2015_08_11-05_45_48.tar/
>images.tar
>uploads.tar
>sql/blog.sql.gz
Maximal config
What's next
You can use this component anywhere.
For example, you can create console command
/console/controllers/ToolsController.php:
All versions of backup with dependencies
PHP Build Version
Package Version
The package demi/backup contains the following files
Loading the files please wait ....