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,7 +675,10 @@ if _BACKUP:
|
||||
for line in iter(ssh_stderr.readline, ""):
|
||||
logger.info(line)
|
||||
ssh.close()
|
||||
os.remove("/backups/restore")
|
||||
try:
|
||||
os.remove("/backups/restore")
|
||||
except:
|
||||
pass
|
||||
# if _MODE == "auto":
|
||||
# hostup = True
|
||||
# cmnd = "ssh root@omv.home.lan 'systemctl suspend &'"
|
||||
|
Reference in New Issue
Block a user