Yii2 console command for making site backups and upload it to your dropbox account
Add to composer.json in your project
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/earx/yii2-dropbox-backup"
}
]
}
Run
php composer.phar require "earx/dropbox-backup"
or
Add to composer.json in your project
{
"require": {
"earx/dropbox-backup": "*"
}
}
then run command
php composer.phar update