aboutsummaryrefslogtreecommitdiffstats
path: root/rbu.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rbu.conf')
-rw-r--r--rbu.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/rbu.conf b/rbu.conf
index 797adb2..1c40f13 100644
--- a/rbu.conf
+++ b/rbu.conf
@@ -16,6 +16,12 @@ export RBU_CACHE=/var/cache/backup
export RBU_LOCATION="$LBU_BACKUPDIR"
# ssh backup server to send backups to
export RBU_SERVER="user@backupserver.tld"
+# MQTT notification settings
+# Comment RBU_MQTT_HOST to disable notifications
+# export RBU_MQTT_HOST=
+# export RBU_MQTT_TOPIC=
+# export RBU_MQTT_TLS="-p 8883 --cafile /etc/ssl/cert.pem"
+# export RBU_MQTT_AUTH="-u username -P password"
# Custom profile settings