From bfcd407e5e6f4943f3ef886cb68ff2f655b51116 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 17 Jan 2026 23:57:21 -0600 Subject: feat(archsetup): enable weekly ZFS scrub timer --- archsetup | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archsetup') diff --git a/archsetup b/archsetup index cd3fc41..73e4365 100755 --- a/archsetup +++ b/archsetup @@ -922,6 +922,9 @@ EOF action="enabling sanoid timer" && display "task" "$action" systemctl enable sanoid.timer >> "$logfile" 2>&1 || error "error" "$action" "$?" + action="enabling weekly ZFS scrub" && display "task" "$action" + systemctl enable zfs-scrub-weekly.timer >> "$logfile" 2>&1 || error "error" "$action" "$?" + # Note: zfs-replicate.timer is NOT enabled automatically # User must set up SSH key auth to TrueNAS first, then run: # systemctl enable --now zfs-replicate.timer -- cgit v1.2.3