restic_backup/etc/env

23 lines
549 B
Text
Raw Normal View History

# This is the file that will typically be /etc/restic/env (which is sourced from the script)
# password for the repository
export RESTIC_PASSWORD=
# repository location
export RESTIC_REPOSITORY=
# restic cache dir
export RESTIC_CACHE_DIR=
## matrix notifiction hook settings
2023-01-17 09:43:24 -05:00
# base url for matrix hook
export MATRIX_HOOK_URL=
# api key
export MATRIX_HOOK_KEY=
# room_id, ensure it is in '', because the ! will mess things up
export MATRIX_HOOK_ROOMID=
# Specify these two if oom-killer is getting nasty with things
export TMPDIR=
export GOGC=1