8000 GitHub - mhanief/mysql-backup: Bash Script to Backup Mysql & MariaDB Database
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mhanief/mysql-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

mysql-backup

bash script for daily backup mysql databse. The backup will keep the backup file for 30 days and automatic delete if more than 30 days.

Backup database schedule

Please add below line in your crontab to automate the daily backup. Feel free to adjust the backup time according to you needs. Default is 01:05AM everydays.
05 01 * * * /opt/scripts/mysql-backup.sh > /dev/null 2>&1

About

Bash Script to Backup Mysql & MariaDB Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0