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:
@@ -484,6 +484,10 @@ def restore_job():
|
|||||||
|
|
||||||
def backup_job():
|
def backup_job():
|
||||||
logging.info(f'starting backup job')
|
logging.info(f'starting backup job')
|
||||||
|
message = "start"
|
||||||
|
topic = "sectorq/backups/start"
|
||||||
|
message= "finished"
|
||||||
|
client.publish(topic, message)
|
||||||
return 0
|
return 0
|
||||||
last = 1
|
last = 1
|
||||||
while True:
|
while True:
|
||||||
|
Reference in New Issue
Block a user