From 668ae0432be77bf5fcf954c3046bcb4f19b4919f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 23 Jun 2024 14:52:09 +0200 Subject: [PATCH] htz-hel.backup-kunsi: remove backup target for kunsi-t470 --- nodes/htz-hel/backup-kunsi.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/nodes/htz-hel/backup-kunsi.py b/nodes/htz-hel/backup-kunsi.py index be66592..6db104e 100644 --- a/nodes/htz-hel/backup-kunsi.py +++ b/nodes/htz-hel/backup-kunsi.py @@ -32,22 +32,6 @@ nodes['htz-hel.backup-kunsi'] = { 'encrypted-devices': { '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi1-part1': bwpass.password('bw/backup-kunsi/encryption-passphrase'), }, - 'clients': { - 'kunsi-t470': { - 'user': 'kunsi-t470', - 'exclude_from_monitoring': True, - 'retain': { - 'daily': 30, - 'weekly': 6, - 'monthly': 12, - }, - }, - }, - }, - 'openssh': { - 'allowed_users': { - 'kunsi-t470', # backup user - }, }, }, }