diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 52a2bfd..84d4aff 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -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,