bitwarden

This commit is contained in:
jaydee
2024-11-29 11:45:04 +01:00
parent 0c000043d1
commit ca5ae41ca3

View File

@@ -82,6 +82,7 @@ BACKUP_FS = "/srv/dev-disk-by-uuid-2f843500-95b6-43b0-bea1-9b67032989b8"
if not host in backups:
print(f"No backup jobs for {host}")
sys.exit()
print("Test connection")
try:
socket.gethostbyaddr("omv.home.lan")
except socket.herror: