Is there anyway to backup a Mysql database with daily Incremental? I don't want to run mysqldump too often as it took too much resources and the database is large. Is there anyway that I can run a full backup of the database at the beginning and then incremental?
↧