Add RESTIC_VERBOSITY_LEVEL

Fixes #50
This commit is contained in:
Erik Westrup
2022-02-01 16:19:05 +01:00
parent 341f3e79ec
commit f4b90c2499
4 changed files with 8 additions and 3 deletions

View File

@@ -22,3 +22,7 @@ export B2_CONNECTIONS=10
# Extra args to restic-backup. This is empty here and profiles can override this after sourcing this file.
export RESTIC_BACKUP_EXTRA_ARGS=
# Verbosity level from 0-3. 0 means no --verbose.
# Override this value in a profile if needed.
export RESTIC_VERBOSITY_LEVEL=0