home.nas: clean up some datasets
This commit is contained in:
parent
ab717f62e7
commit
884c6f73af
1 changed files with 0 additions and 29 deletions
|
@ -309,18 +309,12 @@ nodes['home.nas'] = {
|
|||
'encrypted': {
|
||||
'primarycache': 'metadata',
|
||||
},
|
||||
'encrypted/download': {
|
||||
'mountpoint': '/media/download',
|
||||
},
|
||||
'encrypted/nas': {
|
||||
'acltype': 'off',
|
||||
'atime': 'off',
|
||||
'compression': 'off',
|
||||
'mountpoint': '/storage/nas',
|
||||
},
|
||||
'encrypted/paperless': {
|
||||
'mountpoint': '/media/paperless',
|
||||
},
|
||||
'tank': {
|
||||
'primarycache': 'metadata',
|
||||
},
|
||||
|
@ -330,47 +324,24 @@ nodes['home.nas'] = {
|
|||
'tank/download': {
|
||||
'mountpoint': '/storage/download',
|
||||
},
|
||||
'tank/nas': {
|
||||
'acltype': 'off',
|
||||
'atime': 'off',
|
||||
'compression': 'off',
|
||||
'mountpoint': '/media/nas_old',
|
||||
},
|
||||
'tank/paperless': {
|
||||
'mountpoint': '/srv/paperless',
|
||||
},
|
||||
},
|
||||
'snapshots': {
|
||||
'retain_per_dataset': {
|
||||
'encrypted/download': {
|
||||
'hourly': 6,
|
||||
'daily': 0,
|
||||
'weekly': 0,
|
||||
'monthly': 0,
|
||||
},
|
||||
'encrypted/nas': {
|
||||
# juuuuuuuust to be sure.
|
||||
'daily': 14,
|
||||
'weekly': 6,
|
||||
'monthly': 12,
|
||||
},
|
||||
'encrypted/paperless': {
|
||||
'daily': 14,
|
||||
'weekly': 6,
|
||||
'monthly': 24,
|
||||
},
|
||||
'tank/download': {
|
||||
'hourly': 48,
|
||||
'daily': 0,
|
||||
'weekly': 0,
|
||||
'monthly': 0,
|
||||
},
|
||||
'tank/nas': {
|
||||
# juuuuuuuust to be sure.
|
||||
'daily': 14,
|
||||
'weekly': 6,
|
||||
'monthly': 12,
|
||||
},
|
||||
'tank/paperless': {
|
||||
'daily': 14,
|
||||
'weekly': 6,
|
||||
|
|
Loading…
Reference in a new issue