mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-09-13 20:20:11 +02:00
build
This commit is contained in:
@@ -19,7 +19,7 @@ import paramiko
|
|||||||
import shutil
|
import shutil
|
||||||
import paho.mqtt.client as mqtt
|
import paho.mqtt.client as mqtt
|
||||||
#import numpy as np
|
#import numpy as np
|
||||||
|
logging.info(f"Start OMV Backup")
|
||||||
BROKER = 'mqtt.home.lan' # e.g., 'mqtt.example.com'
|
BROKER = 'mqtt.home.lan' # e.g., 'mqtt.example.com'
|
||||||
PORT = 1883 # Typically 8883 for secure MQTT
|
PORT = 1883 # Typically 8883 for secure MQTT
|
||||||
TOPIC = 'sectorq/backups/start'
|
TOPIC = 'sectorq/backups/start'
|
||||||
|
Reference in New Issue
Block a user