22 Feb, 2010
Automatic database backup via script
Posted by: James In: Linux| ProTip| Web Development
As mentioned before somewhere in my blog, here is the script I have written to back up my databases. This is actually my local backup script, I have a much different one on the server which uses a passwordless ssh connection to backup the databases offsite.
#!/bin/sh
# Database backup 2008 <jemmrich@gmail.com>
# Nightly Usage:
# 0 0 * [...]













Recent Comments