####################################################################
#                          dumpMySQL                               #
####################################################################

dumpmysql is a simple shell script for daily automatic backups
of MySQL databases. The script has a configuration file called
'dumpmysql.cfg' located in /etc where one can define various
settings, including user to connect to the server and password.
Please modify the configuration file to fit your needs. The
dumpmysql script itself lives in /etc/cron.daily but can be
manually moved to /etc/cron.hourly or /etc/cron.weekly for
hourly or weekly backups instead of daily ones
