fixed vars_file using vars from different file

This commit is contained in:
2023-03-30 13:58:50 +02:00
parent 511d743518
commit ebd639ff5b
2 changed files with 18 additions and 23 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/bash
# Variablen
data_dir="{{ data_dir }}"
data_dir="/home/{{ user['name'] }}/docker"
samba_share="{{ smb_share }}"
samba_credentials="{{ smb_credentials }}"
samba_credentials="/home/{{ user['name'] }}/.cifs"
backup_target_usage_threshold="{{smb_threshold}}" # Prozentuale Schwellenwert für die Speicherauslastung
mount_point="{{ mount_point }}"
backup_repository="$mount_point/{{borg_repo}}"