stumpner / mysql-table-backup

Backup Script for MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql-table-backup

Linux Shellscript for backing up all Tables of all Databases separately

setup

In the File backupscript you must enter your mysql server credentials:

  • MUSER
  • MPASS
  • MHOST

The Script backupscript.sh is used to create the backups. You can call it from cronjobs daily. The Script removescript.sh is used to delete old backups. You can call it from cronjobs daily.

About

Backup Script for MySQL

License:Apache License 2.0


Languages

Language:Shell 100.0%