summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup3
1 files changed, 3 insertions, 0 deletions
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