zertrin / duplicity-backup.sh

Bash wrapper script for automated backups with duplicity supporting Amazon's S3 online storage as well as other storage destinations (ftp, rsync, sftp, local storage...).
https://zertrin.org/projects/duplicity-backup/
GNU General Public License v3.0
766 stars 187 forks source link

Telegram Notifications #163

Closed GerardRibas closed 7 years ago

GerardRibas commented 7 years ago

Hi @zertrin,

I've added Telegram notifications to duplicity-backup.sh. I tested and everything works ok.

If you want to test it, you can follow the guide to create a Telegram Bot: https://core.telegram.org/bots#3-how-do-i-create-a-bot and then add in config file the chatID and Key to test.

Thanks for the hard work on the duplicity-backup.sh Gerard.

zertrin commented 7 years ago

Thanks a lot!