diff options
author | Christian Hesse <mail@eworm.de> | 2018-10-09 15:46:39 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-10-09 15:46:39 +0200 |
commit | 5e4ef0ab8fe45790acca764f81055ae83b9524fd (patch) | |
tree | d70c834e4339ca82b4786babc1a8d85a2fd455e9 /global-config | |
parent | 977a5d5f5e021ecdcf22bacb831c5e4042a5c9e5 (diff) |
global-functions: add function to notify via e-mail and telegram
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global-config b/global-config index 743c56f..80e73ac 100644 --- a/global-config +++ b/global-config @@ -16,6 +16,11 @@ :global "email-backup-to" "mail@example.com"; :global "email-backup-cc" ""; +# You can send Telegram notifications. Register a bot +# and add the token and chat ids here. +:global "telegram-tokenid" "123456:ABCDEF-GHI"; +:global "telegram-chatid" "12345678"; + # This defines what backups to generate and what password to use. :global "backup-send-binary" false; :global "backup-send-export" true; |