MySQL Incremental Backup on WIndows

I have been asked to do incremental backup of MySQL server database for our client who uses windows. I read through how to setup incremental backup and I got to know of an utility program called mysqlbackup. I have searched internet but couldn’t see anywhere I can download the utility.

Please anyone with the idea of how I can set it up on Windows?

Thanks

Hi,

mysqlbackup command comes with MySQL Entreprise Backup utility. So you have to purchase or download from there.
[url]http://dev.mysql.com/doc/mysql-enterprise-backup/3.7/en/mysqlbackup.incremental.html[/url]
[url]https://blogs.oracle.com/MySQL/entry/mysql_enterprise_backup_taking_incremental[/url]

For the incremental backup, you can also use mysqldump + backup of binlog file.
[URL]http://dev.mysql.com/doc/refman/5.1/en/backup-methods.html[/URL]
[url]https://dev.mysql.com/doc/refman/5.1/en/point-in-time-recovery.html[/url]

There are also some 3rd party tools like Zmanda
[url]http://www.zmanda.com/zrm-mysql-enterprise.html[/url]