From 3fc51d9eba4fc22cf8db6727b9cad4d24b5854f5 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 6 Jun 2021 08:03:16 +0200 Subject: [PATCH] nodes/home.nas: move scrub to where it does not interfere with backups --- nodes/home/nas.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 730f385..2af5b2c 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -218,6 +218,10 @@ nodes['home.nas'] = { 'mountpoint': '/srv/scansnap', }, }, + 'scrub': { + # running at 00:xx conflicts with backups + 'cron': '54 4 * * sun', + }, 'snapshots': { 'retain_per_dataset': { 'storage/download': {