Holy God, It's Done At Last

After a lot of faffing about, I've accomplished the following on the backup server at $WORK:


I encountered the following problems:

   * The stupid raid card in the backup server only supports two RAID drives --

thus, the mirrored drive for /var/lib/mysql is Linux software raid. I'd have preferred to keep things consistent, but it was not to be. ```


I learned:

   * The repair of the File table while MyISAM, with tmp files in

/dev/shm, took about 15 minutes. That compares with leaving it overnight and still not having it done. ```


I still have to do these things:

   * Update documentation.
   * Update Bacula checks to include /var/lib/mysql.
   * Perhaps up pool_size to 20 GB.
   * Set up a slave server again.
   * A better way of doing this might've been to set up LVM on md0, then use snapshots for database backup.
   * Test with a reboot!  Right now I need to get some sleep.