Skip to content

morontt/backup-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup Manager

Installation

    composer install
    # and edit config/config.yml

Create Dropbox application, choose an Dropbox API and App folder, save key and secret to config.yml

Get access token for site myblog

    ./console dropbox:auth myblog

Usage

Backup database for site myblog (MySQL only)

    ./console backup:database myblog

Backup files for site myblog

    ./console backup:files myblog

Requirements

  • openssl

Decryption

Decrypt encrypted file

    openssl enc -d -{cipher} -in /path/to/file.enc -out /path/to/decrypted/file
    # and enter encryption key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%