Borgbackup update info to MQTT

I wanted a way to keep track of my borgbackups in HA to make sure they are actually running. Local pushing seemed liked the best option, and with MQTT autodiscovery it was a breeze! I packaged it into a little python packaged if anyone else would like to make use of it.

Currently, it pushes the following information:

  • Number of backups
  • Deduplicated Size
  • Total size
  • Most recent backup

More info in the github repository:

Suggestions more than welcome! Let me know if you have any questions :grinning:

2 Likes