From: Tom <to...@co...> - 2017-01-09 17:34:13
|
In the output below, the "Rotating 4 month backups for" line in both the "Dump full schema." and "Dump status." sections is blank because the $(mdb) variable is undefined. That variable is on lines 1752, 1770, 1787, 1816, 1834 and 1851. That's too many lines to just be typo. How can I fix this? Any help would be appreciated. checking directory "/backups/mysql/daily" ... exists. checking directory "/backups/mysql/weekly" ... exists. checking directory "/backups/mysql/monthly" ... exists. checking directory "/backups/mysql/latest" ... exists. checking directory "/backups/mysql/tmp" ... exists. checking directory "/backups/mysql/fullschema" ... exists. checking directory "/backups/mysql/status" ... exists. # Testing for installed programs pigz ... found. mysql ... found. mysqldump ... found. mail ... found. # Parsing databases ... done. ====================================================================== AutoMySQLBackup version 3.0 http://sourceforge.net/projects/automysqlbackup/ Backup of Database Server - kahuna Databases - ancestry,books,mysql,piwigo Databases (monthly) - ancestry,books,mysql,piwigo ====================================================================== ====================================================================== Dump full schema. Rotating 4 month backups for ====================================================================== ====================================================================== Dump status. Rotating 4 month backups for ====================================================================== Backup Start Time Mon Jan 9 12:02:34 EST 2017 ====================================================================== Daily Backup ... Daily Backup of Database ( ancestry ) Rotating 6 day backups for ancestry ---------------------------------------------------------------------- Daily Backup of Database ( books ) Rotating 6 day backups for books ---------------------------------------------------------------------- Daily Backup of Database ( mysql ) Rotating 6 day backups for mysql ---------------------------------------------------------------------- Daily Backup of Database ( piwigo ) Rotating 6 day backups for piwigo ---------------------------------------------------------------------- Backup End Time Mon Jan 9 12:02:34 EST 2017 ====================================================================== Total disk space used for backup storage... Size - Location 4.2M /backups/mysql ====================================================================== |