From 5e4ef0ab8fe45790acca764f81055ae83b9524fd Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 9 Oct 2018 15:46:39 +0200 Subject: global-functions: add function to notify via e-mail and telegram --- global-config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'global-config') 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; -- cgit v1.2.3-54-g00ecf