Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 337 Bytes

automaticDatabaseBackupUsingGit

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