Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 703 Bytes

README.markdown

File metadata and controls

34 lines (18 loc) · 703 Bytes

Backup

Overview

Create archives of files & MYSQL databases suitable for backing up

Server requirements

  • PHP 5.6.6 or above
  • Composer installed

Installation

Out of the box, dist/backup.phar can be run.

To build your own phar from source, use php -f build.php. Be sure to run composer install from inside the src/ folder first.

Configuration

Look at .backup_config.sample for an example config.

Usage

Use dist/backup.phar with command php -f dist/backup.phar -- run --help

TODO

  • The prune command has not been implemented yet.