- Version: 0.1alpha
- Date: 2nd May 2015
- Github repository
Create archives of files & MYSQL databases suitable for backing up
- PHP 5.6.6 or above
- Composer installed
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.
Look at .backup_config.sample
for an example config.
Use dist/backup.phar
with command php -f dist/backup.phar -- run --help
- The
prune
command has not been implemented yet.