mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user