This commit is contained in:
cronekorkn 2023-06-06 11:39:20 +02:00
parent 5259e13eef
commit d2f8df88bf
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -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,
},
},