Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 450 Bytes

simple-mysqlbackup

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

Suggestions

If you have suggestions to improve the script, please let me know!