Month: May 2010
-
backing up a mysql DB incrementally using mysql dump
This script will backup your mysql DB using mysqldump, but because mysql dump locks the entire DB, this script only backs up one table at a time, thus only locking one table at a time. #!/bin/sh # System + MySQL backup script # Copyright (c) 2008 Marchost # This script is licensed under…