The scripts and configs to enable full and incremental backups in MySQL.
- conf
- mysql-client.cnf: the config for the command
mysql
andmysqldump
. - mysql-server.cnf: the config for
mysqld
to enablebinlog
.
- mysql-client.cnf: the config for the command
- crontab
- mysql-backup-crontab: the crontab to do a full backup every 02:00.
- scripts
- mysql-backup.sh: the backup script.
- mysql-recovery.sh: the recovery script.
See also https://dev.mysql.com/doc/refman/5.7/en/backup-policy.html.