From 772a3f3fa2a23fdae93ddaf3e4fdacd850049f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Fri, 4 Apr 2025 15:09:03 +0200 Subject: [PATCH] db: refs #8140 - variable local-backup --- roles/db/templates/mariabackup/apply.config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/db/templates/mariabackup/apply.config.sh b/roles/db/templates/mariabackup/apply.config.sh index c74176b..190a00a 100755 --- a/roles/db/templates/mariabackup/apply.config.sh +++ b/roles/db/templates/mariabackup/apply.config.sh @@ -1,7 +1,7 @@ #!/bin/bash # Bacula directory for restore -baculaDir=/mnt/mysqldata/bacula-restore +baculaDir=/mnt/local-backup/bacula-restore # Database branch name dbBranch={{ db.branch }}