Add common env vars to env file
This commit is contained in:
parent
9f33cbcc39
commit
ef07645664
|
@ -4,6 +4,21 @@ DOCKER_BASE_URL=unix://tmp/docker.sock
|
|||
RESTIC_REPOSITORY=/restic_data
|
||||
RESTIC_PASSWORD=password
|
||||
|
||||
RESTIC_KEEP_DAILY=7
|
||||
RESTIC_KEEP_WEEKLY=4
|
||||
RESTIC_KEEP_MONTHLY=12
|
||||
RESTIC_KEEP_YEARLY=3
|
||||
|
||||
LOG_LEVEL=info
|
||||
|
||||
# EMAIL_HOST=
|
||||
# EMAIL_PORT=
|
||||
# EMAIL_HOST_USER=
|
||||
# EMAIL_HOST_PASSWORD=
|
||||
# EMAIL_SEND_TO=
|
||||
|
||||
# DISCORD_WEBHOOK=u
|
||||
|
||||
# Various env vars for restic : https://restic.readthedocs.io/en/stable/040_backup.html#environment-variables
|
||||
# RESTIC_REPOSITORY Location of repository (replaces -r)
|
||||
# RESTIC_PASSWORD_FILE Location of password file (replaces --password-file)
|
||||
|
|
Loading…
Reference in New Issue