mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-09-13 12:10:12 +02:00
build
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user