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 - }, }, }, }