MySQL and File System Backup to FTP Server
I've put some shell scripts together to automate the backup process of my root server (basically a LAMP system).
You can read the how-to and get the download links to the backup scripts at mycodedump wiki.
For those how just want the code, fast - here you go:
Any comments or suggestions for improvements etc. are welcome!
- Previous »
Information and Links
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
- Related Articles
- Ubuntu PXE install via Windows
- Speed up your Website
- Media-Server Requirements
- Get the latest and greatest LifeType release!
- Assembling my Media Server


I don't have mine in a publishable format, I think. My mysql script is similar to yours, though my stuff isn't as fancy with the variables, etc.
I also do a hard-coded/hacky way of looking in the for i in /var/lib/mysql/* sort of thing.
But, it works.
I've been meaning to take a look at this for file backups:
http://www.nongnu.org/rdiff-backup/
Right now I have a "hidden" account with UID 0 that doesn't have a password, but is allowed ssh/rsync access with a password-less ssh key, so my home desktop can login automatically to all of my servers as root and get all of the files.