Backing up mysql: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 12:47, 30 September 2019
Backing up mysql
- Install automysqlbackup
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install automysqlbackup
- Configure automysqlbackup
- ensure /etc/cron.daily/automysqlbackup
- contains the following
- #!/bin/sh
- test -x /usr/sbin/automysqlbackup || exit 0
- /usr/sbin/automysqlbackup