Incremental recovery
from the Artful MySQL Tips List
Mysqldump doesn't support date-filtered or incremental backups. See
http://dev.mysql.com/doc/refman/5.5/en/backup-methods.html
and
http://dev.mysql.com/doc/refman/5.5/en/point-in-time-recovery.html
for how to do incremental recovery from the Binary Log.
Return to
the Artful MySQL Tips page