diff --git a/bundles/zfs/metadata.py b/bundles/zfs/metadata.py index 955f953..6ca2454 100644 --- a/bundles/zfs/metadata.py +++ b/bundles/zfs/metadata.py @@ -41,12 +41,12 @@ defaults = { 'systemd-timers': { 'zfs-trim': { 'command': '/usr/lib/zfs-linux/trim', - 'when': 'Sat 00:00', + 'when': '*-*-01 00:00:00', 'persistent': True, }, 'zfs-scrub': { 'command': '/usr/lib/zfs-linux/scrub', - 'when': 'Sun 00:00', + 'when': '*-*-15 00:00:00', 'persistent': True, }, 'zfs-auto-snapshot-hourly': {