Skip to content

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

License

Notifications You must be signed in to change notification settings

earx/yii2-dropbox-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%