bgbackup
bgbackup copied to clipboard
A wrapper script for xtrabackup/innobackupex.
Misc improvements, including mariabackup support from smeeus
MySQL 8.x distros includes the optional mysql router in the rpm list. If it is installed, a new user, mysql_router is created. If the authorized user for bgbackup is mysql...
Command build fixes, argument fixes for MariaDB backup Compression works fine with MariaDB backup MariaDB backup does not have encryption support Reflect proper binary in output Remove double use database...
MariaDB has it's own backup package mariabackup. This has the same options as xtrabackup, so wouldn't be a lot of work. See here for details: https://mariadb.com/kb/en/mariadb/mariadb-backup-overview/
If fullbackday is set to anything other than the name of the day of the week or "Everyday", the current logic makes the script to incremental every time it runs....
Hello! I do 1 full backup every week. But I would also like to do differential backups every hour. I would like to keep last 48 differential backups. But as...
To disable incremental/differential backups and have every run be a full backup, set `fullbackday` to `Always`
Add an option to enable cleartext password for PAM. export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN = 1
We have a request to support streaming backups to OpenStack Swift. https://www.percona.com/blog/2014/11/01/backup-and-restore-of-mysql-to-openstack-swift/
We should add a check for xtrabackup, perl-Digest-MD5, mail, etc. Maybe this should be a setup/configuration script.