Acronis MySQL backup support
Acronis MySQL Scripts includes two backup scenarios. You can do a standardmysqldump
type backup before it runs but you can also do a freeze and thaw
of MySQL to create consistent backups of the raw data directory.
The following command will install the Sensson OSS-repository.
$ curl -1sLf \
'https://dl.cloudsmith.io/public/sensson/base/cfg/setup/bash.rpm.sh' \
| sudo bash
Or on Ubuntu.
curl -1sLf \
'https://dl.cloudsmith.io/public/sensson/base/setup.deb.sh' \
| sudo -E bash
Once the Sensson OSS-repository is available you can use yum
or apt
to install these scripts and keep them up to date.
# Redhat/CentOS
$ sudo yum install acronis-mysql-scripts
# Ubuntu
$ sudo apt update && apt install acronis-mysql-scripts
This configuration example includes both methods. You can skip whichever you
want or include both.
/var/lib/Acronis/mysqlbackup.sh
/var/lib/Acronis/mysqlfreeze.sh
/var/lib/Acronis/mysqlthaw.sh
These scripts have been tested on:
Sorry, this code doesn’t come with tests yet.
We strongly believe in the power of open source. This module is our way of
saying thanks.
If you want to contribute please: