sophie.vmhost: add backup datasets
This commit is contained in:
parent
c5ba88a7d9
commit
40c8568100
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,8 @@ nodes['sophie.vmhost'] = {
|
|||
'apt': {
|
||||
'packages': {
|
||||
'irqbalance': {},
|
||||
'mosh': {},
|
||||
'borgbackup': {},
|
||||
},
|
||||
},
|
||||
'groups': {
|
||||
|
@ -184,6 +186,12 @@ nodes['sophie.vmhost'] = {
|
|||
}
|
||||
},
|
||||
"datasets": {
|
||||
'nas/ejgwthink': {
|
||||
'mountpoint': '/mnt/backups/ejgwthink',
|
||||
},
|
||||
'nas/ejgwdesk': {
|
||||
'mountpoint': '/mnt/backups/ejgwdesk',
|
||||
},
|
||||
"storage/libvirt": {
|
||||
"mountpoint": "/var/lib/libvirt",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue