earx / yii2-dropbox-backup

Yii2 console command for making site backups and upload it to your dropbox account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii2-dropbox-backup

Yii2 console command for making site backups and upload it to your dropbox account

Installation

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

Configurations


Create new dropbox application

About

Yii2 console command for making site backups and upload it to your dropbox account

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%