From d2f8df88bf874d25401bab2dbeba7e17328b9735 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 6 Jun 2023 11:39:20 +0200 Subject: [PATCH] comment --- bundles/zfs/metadata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/zfs/metadata.py b/bundles/zfs/metadata.py index 1195e5e..15b0064 100644 --- a/bundles/zfs/metadata.py +++ b/bundles/zfs/metadata.py @@ -49,12 +49,12 @@ defaults = { 'systemd-timers': { 'zfs-trim': { 'command': '/usr/lib/zfs-linux/trim', - 'when': '*-*-16 02:00', + 'when': '*-*-1 02:00', # first day of a month at 02:00 'persistent': True, }, 'zfs-scrub': { 'command': '/usr/lib/zfs-linux/scrub', - 'when': '*-2,4,6,8,10,12-1 02:00', + 'when': '*-2,4,6,8,10,12-2 02:00', # second day of every second month at 02:00 'persistent': True, }, },