Skip to content

smzerehpoush/automaticDatabaseBackupUsingGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages