mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -82,6 +82,7 @@ BACKUP_FS = "/srv/dev-disk-by-uuid-2f843500-95b6-43b0-bea1-9b67032989b8"
|
|||||||
if not host in backups:
|
if not host in backups:
|
||||||
print(f"No backup jobs for {host}")
|
print(f"No backup jobs for {host}")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
print("Test connection")
|
||||||
try:
|
try:
|
||||||
socket.gethostbyaddr("omv.home.lan")
|
socket.gethostbyaddr("omv.home.lan")
|
||||||
except socket.herror:
|
except socket.herror:
|
||||||
|
|||||||
Reference in New Issue
Block a user