kunsi-p14s: do backups
This commit is contained in:
parent
5be2610a86
commit
9a8e7abef4
4 changed files with 16 additions and 1 deletions
|
@ -2,6 +2,7 @@ nodes['kunsi-p14s'] = {
|
|||
'hostname': 'localhost',
|
||||
'bundles': {
|
||||
'arch-with-gui',
|
||||
'backup-client',
|
||||
'lldp',
|
||||
'lm-sensors',
|
||||
#'nfs-client',
|
||||
|
@ -131,6 +132,18 @@ nodes['kunsi-p14s'] = {
|
|||
},
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
# this is not a complete list, but we can't create that
|
||||
# structure using bundlewrap anyway, so there's no point
|
||||
# in adding it here.
|
||||
'zroot/system/root': {
|
||||
'canmount': 'noauto',
|
||||
'mountpoint': '/',
|
||||
},
|
||||
'zroot/user/kunsi': {
|
||||
'mountpoint': '/home/kunsi',
|
||||
},
|
||||
},
|
||||
'snapshots': {
|
||||
'retain_per_dataset': {
|
||||
'zroot/user/kunsi': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue