Blue_backup Blue_backup is a small bash script written to automate the backup task of for example webpages. I wrote this script to backup my own webpage files and MySQL databases. Later I re-wrote and cleaned it up a bit. It's not fancy in any way. The script makes a tar archive of several directories of your choice and then upload them via FTP. The MySQL part it's a simple mysqldump of your databases, witch then are uploaded via FTP (to the same server as the tar archives). If you don't want the MySQL support just disable it by setting the MYSQL variable to 0. Hope it will be useful to someone out there. It was my friend who pointed out that it might be helpful to someone else, that's why I choose to release it. This software is released under GNU General Public Licence. Jack-Benny Persson jake@cyberinfo.se