This commit is contained in:
2025-06-08 22:48:18 -05:00
parent e3c53feb40
commit 7e500042b8
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ MYSQLCFG=/etc/mysql/my.cnf
BACKUPSTOKEEP=3
BACKUP_DAEMON=/usr/bin/mariabackup
# BACKUP_MOUNTED=true
BACKUP_TYPE=both # (xtrabackup, mysqldump, or both)
BACKUP_TYPE=both # (xtrabackup, mariadb-dump, or both)
" > /opt/idssys/mysqlbu/settings.conf
if [ ! -d "/opt/idssys/defaults" ]; then