bitwarden

This commit is contained in:
jaydee
2024-12-09 22:12:09 +01:00
parent 7ef5161e40
commit e611b2849f

View File

@@ -99,7 +99,7 @@ backups = {
BACKUP_FS = "/srv/dev-disk-by-uuid-2f843500-95b6-43b0-bea1-9b67032989b8" BACKUP_FS = "/srv/dev-disk-by-uuid-2f843500-95b6-43b0-bea1-9b67032989b8"
BACKUP_HOST = "omv.home.lan" BACKUP_HOST = "omv.home.lan"
#BACKUP_HOST = "morefine.home.lan" #BACKUP_HOST = "morefine.home.lan"
if not host in backups: if not host in backups and _BACKUP:
print(f"No backup jobs for {host}") print(f"No backup jobs for {host}")
sys.exit() sys.exit()
print("Test connection") print("Test connection")