Until recently, I've been a fan of the PostgreSQL database, but Mysql's database replication implementation is very slick. Not to disparage my favorite RDBMS too much, but PostgreSQL's replication ...
A typical way of backing up data in a database server is retrieving a dump of the database(s). Depending on the update frequency and the criticality of the data, this kind of backup can be done, once ...