I'm setting up a second VPS with my server provider that will primarily act as a remote backup to MySQL. This way, in case of catastrophic hard drive failure (again) I won't be left empty handed.
The question is, what's the "best" way to do this? "Best" being subjective, the priorities are reliability, speed, and limiting any down time of the live database while it's being backed up.
Until now I've just been storing backups in a /backup/ directory on the same drive. WHM's backup is kind of a pain, though, and wants to back up everything, not just MySQL. If I can use WHM's backup tool to do this, how do I make it JUST do MySQL, and without taking the database offline while it does it?
The question is, what's the "best" way to do this? "Best" being subjective, the priorities are reliability, speed, and limiting any down time of the live database while it's being backed up.
Until now I've just been storing backups in a /backup/ directory on the same drive. WHM's backup is kind of a pain, though, and wants to back up everything, not just MySQL. If I can use WHM's backup tool to do this, how do I make it JUST do MySQL, and without taking the database offline while it does it?