a script that automatically backups your mysql database and upload to your git repository
just clone the project
then run ./prerequisite.sh one time.
then ./fullBackup.sh
you can put it on crontan like this
crontab -u USER -e
@daily /path/to/fullBackup.sh > /dev/null 2>&1