nodes/home.nas: move scrub to where it does not interfere with backups
This commit is contained in:
parent
82d2e5b416
commit
3fc51d9eba
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,10 @@ nodes['home.nas'] = {
|
||||||
'mountpoint': '/srv/scansnap',
|
'mountpoint': '/srv/scansnap',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'scrub': {
|
||||||
|
# running at 00:xx conflicts with backups
|
||||||
|
'cron': '54 4 * * sun',
|
||||||
|
},
|
||||||
'snapshots': {
|
'snapshots': {
|
||||||
'retain_per_dataset': {
|
'retain_per_dataset': {
|
||||||
'storage/download': {
|
'storage/download': {
|
||||||
|
|
Loading…
Reference in a new issue