This commit is contained in:
2025-08-26 11:49:23 +02:00
parent eababc2f7c
commit d6a3d3765b

View File

@@ -484,6 +484,10 @@ def restore_job():
def backup_job():
logging.info(f'starting backup job')
message = "start"
topic = "sectorq/backups/start"
message= "finished"
client.publish(topic, message)
return 0
last = 1
while True: