I'm interesting in hearing about anyones experiences with using mk-slave-delay.
Currently we have a MySQL server with replication slave running as a backup. This works well, and have dry-run tested swapping them over in case of failure. However in reality we are a lot more likely to accidently drop a record/table/database than we are to destroy the server entirely. So we are toying with the idea of running a delayed slave, which provides a constant hour-beind backup, ready for us to pull records from in case of accidents.
So have people managed something similar with mk-slave-delay? I'm hoping it's as impressive as the other maatkit tools!