mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 15:48:33 +02:00
added v3
This commit is contained in:
@ -675,6 +675,7 @@ if _BACKUP:
|
|||||||
for line in iter(ssh_stderr.readline, ""):
|
for line in iter(ssh_stderr.readline, ""):
|
||||||
logger.info(line)
|
logger.info(line)
|
||||||
ssh.close()
|
ssh.close()
|
||||||
|
os.remove("/backups/restore")
|
||||||
# if _MODE == "auto":
|
# if _MODE == "auto":
|
||||||
# hostup = True
|
# hostup = True
|
||||||
# cmnd = "ssh root@omv.home.lan 'systemctl suspend &'"
|
# cmnd = "ssh root@omv.home.lan 'systemctl suspend &'"
|
||||||
|
Reference in New Issue
Block a user