bash script to backup your databases
##Parameters##
STORAGEDIR
= Folder where the script stores your backup.
IGNOREDB
= List of Databases to ignore.
ROTATION
= Number of days the backup should rotate. Default is 7.
MUSER
= Username
MPASS
= Password
If you have suggestions to improve the script, please let me know!