From f509e68ef5ebdd7d39a664facbabaf9f542d5ead Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 17 Jan 2023 10:33:01 -0500 Subject: [PATCH] doc: add default/overridable settings in env file base --- etc/env | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/etc/env b/etc/env index f956355..c3f9f60 100644 --- a/etc/env +++ b/etc/env @@ -20,3 +20,22 @@ export MATRIX_HOOK_ROOMID= # Specify these two if oom-killer is getting nasty with things export TMPDIR= export GOGC=1 + +# The following settings all have a default in the backup.sh itself, but you can override them here +#BACKUP_PATHS="/" +#BACKUP_EXCLUDES="/etc/restic/exclude" +# +#BACKUP_TAG=$(hostname -s) +# +# +#RETENTION_DAYS=7 +#RETENTION_WEEKS=4 +#RETENTION_MONTHS=3 +#RETENTION_YEARS=1 +# +#CURL="/usr/bin/curl" +#FIND="/usr/bin/find" +#RESTIC="/usr/bin/restic" +#ECHO="/usr/bin/echo" +# +#HOST=$(hostname -s)