various
This commit is contained in:
parent
b8d80856f8
commit
5dc53f1963
2 changed files with 9 additions and 4 deletions
|
@ -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")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue