This commit is contained in:
2025-05-06 03:32:34 +02:00
parent 2fbe457fde
commit 7bafeb227a

View File

@ -479,6 +479,8 @@ if _BACKUP:
if filename.is_file():
logging.info(filename.path)
logging.info(filename.name)
if filename.name == "restore":
break
host = filename.name
logging.info("Backup")
for b in backups[host]["jobs"]: