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

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/7a65ea65-2e4d-4b3e-8fd7-05b20092544bn%40googlegroups.com.

Reply via email to