Hi there,
I back up my MySQL server every night. Via the following plugin script.
---
root@dsme01:~# cat /etc/bareos/bareos-dir.d/fileset/plugin-mysql.conf
FileSet {
Name = "plugin-mysql"
Description = "Backup MariaDB"
Include {
Options {
Signature = MD5 # calculate md5 checksum per file
}
Plugin = "python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-percona:dumpbinary=mariabackup:dumpoptions=--backup --compress --stream=xbstream --parallel=4 --compress-threads=4:mycnf=/etc/mysql/backup.cnf"
}
}
---
I need a little help now if I want to restore a database.
How do I get this over the bconsole or website?
I would appreciate your support.
- Bareos Versionen (sd, dir and fd 19.2.7-2)
- Server Version Debian 10.
Greetings from Stefan