nodes/home.nas: add backup target for kunsi-t470

This commit is contained in:
Franzi 2020-11-27 03:10:11 +01:00
parent 014b37082c
commit d19f0dd5bd
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 11 additions and 0 deletions

View file

@ -29,6 +29,11 @@ nodes['home.nas'] = {
'exclude_from_backups': True,
},
'backup-server': {
'clients': {
'kunsi-t470': {
'user': 'kunsi-t470',
},
},
'zfs-base': 'storage/backups',
},
'cron': {
@ -65,6 +70,11 @@ nodes['home.nas'] = {
},
},
},
'openssh': {
'allowed_users': {
'kunsi-t470', # backup user
},
},
'users': {
'f2k1de': {
'ssh_pubkey': {