nodes/home.nas: add backup target for kunsi-t470
This commit is contained in:
parent
014b37082c
commit
d19f0dd5bd
2 changed files with 11 additions and 0 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue