2
0
Fork 0
This commit is contained in:
Ducky 2023-08-22 00:38:45 +01:00
parent b8d80856f8
commit 5dc53f1963
2 changed files with 9 additions and 4 deletions

View file

@ -12,7 +12,7 @@ fi
me_filename="$(basename "$(realpath -s "$0")")"
backup_scripts_dir="$(get_config_dir "sh.zio.backup")/scripts"
cache_dir="/var/cache/sh.zio.backup/restic"
cache_dir="$(get_config_dir "sh.zio.backup" "/var/cache")/restic"
secrets_dir="$(get_config_dir "sh.zio.backup")/secrets"
host="$(hostname -s)"
now="$(date +"%Y-%m-%d %H:%M:%S")"