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 }}