We are using MySql version 5.0 and most of the tables are INNODB. We run replication to a slave server.
We are thinking of backup the MySql log files on a dally bases.
QUESTIONS:
• Is there any other way of doing an Incremental backup without using the log files?
• What are the best practices when doing Incremental backups ?