This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Backup script to create full and incremental backups using innobackupex | |
* | |
* Creates a full backup once a day and periodically incremental backups using innobackupex by Percona | |
* | |
* Install: create backup folder, change mysql username/password and add a crontab calling "php -f /PATH_TO_SCRIPT/backup.php" every hour | |
* | |
* --- | |
* Warning: |