kunsi-p14s: add dataset for movies
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
Having them on a separate dataset away from the usual data allows us to easily exclude them from backups and snapshots - they are done at the source, no need to do them here, too.
This commit is contained in:
parent
eb958aed1f
commit
26a26db886
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,9 @@ nodes['kunsi-p14s'] = {
|
||||||
'xattr': 'sa',
|
'xattr': 'sa',
|
||||||
# encryption is enabled, too.
|
# encryption is enabled, too.
|
||||||
},
|
},
|
||||||
|
'zroot/movies': {
|
||||||
|
'mountpoint': '/media/movies',
|
||||||
|
},
|
||||||
'zroot/system/journal': {
|
'zroot/system/journal': {
|
||||||
'mountpoint': '/var/log/journal',
|
'mountpoint': '/var/log/journal',
|
||||||
'acltype': 'posix',
|
'acltype': 'posix',
|
||||||
|
@ -183,6 +186,7 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'snapshot_never': {
|
'snapshot_never': {
|
||||||
|
'zroot/movies',
|
||||||
'zroot/system/journal',
|
'zroot/system/journal',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue