comment
This commit is contained in:
parent
5259e13eef
commit
d2f8df88bf
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue