Skip to content

Simple Bash script to backup MySQL databases on GNU/Linux systems.

License

Notifications You must be signed in to change notification settings

DEV7163/mysql-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Set cronjobs this way to schedule daily, weekly and monthly backups

0 0 * * * /path/to/the/script/mysql_backup.sh -d

15 0 * * 1 /path/to/the/script/mysql_backup.sh -w

30 0 1 * * /path/to/the/script/mysql_backup.sh -m

About

Simple Bash script to backup MySQL databases on GNU/Linux systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages