diff --git a/restic_compose_backup.env b/restic_compose_backup.env index 8521950..1a4b8fe 100644 --- a/restic_compose_backup.env +++ b/restic_compose_backup.env @@ -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)