Hi All,
I'm using the latest version of automysqlbackup that supports differential backup of mysql database.
When I enable the differential backup by CONFIG_mysql_dump_differential='yes' in the conf file and run the backup,
I get the following errors. But by disabling it, it runs fine and makes backup properly.
[code]
Daily Backup of Database ( mysql )
## Reading in Manifest file
Corrupted line: md5sum diff_id rel_id 0 db mysql
Corrupted line: md5sum diff_id rel_id 0 db mysql
.
.
Number of manifest entries: 0
Corrupted line: md5sum diff_id rel_id 0 db mysql
Corrupted line: md5sum diff_id rel_id 0 db mysql
Corrupted line: md5sum diff_id rel_id 0 db mysql
.
.
.
----------------------------------------------------------------------
Total disk space used for backup storage...
Size - Location
856K /tmp/automysql/backup
======================================================================
###### WARNING ######
Errors reported during AutoMySQLBackup execution.. Backup failed
Error log below..
mktemp: too few X's in template `/tmp/automysql/backup/daily/testdb/daily_testdb_2012-09-04_14h30m_Tuesday_XXXXXXXX.sql.gz'
/usr/local/bin/automysqlbackup: line 713: : No such file or directory
mysqldump: Got errno 32 on write
md5sum: : No such file or directory
cp: cannot stat `': No such file or directory
[/code]