Merge pull request #76 from gerardbosch/feature/desktop-notifications

Add optional desktop notifications
This commit is contained in:
Erik Westrup
2022-02-15 17:45:07 +01:00
committed by GitHub
2 changed files with 38 additions and 0 deletions

View File

@@ -29,3 +29,7 @@ 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
# (optional) Desktop notifications. See restic_backup.sh for details on how to set this up.
export RESTIC_NOTIFY_BACKUP_STATS="false"
export RESTIC_BACKUP_NOTIFICATION_FILE=""