diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-17 23:57:21 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-17 23:57:21 -0600 |
| commit | bfcd407e5e6f4943f3ef886cb68ff2f655b51116 (patch) | |
| tree | d829e895a18cb442573ea4a69a0953d4377f9e14 | |
| parent | 8a2076e1e5909f1241ccfd8906469e179fab25d6 (diff) | |
feat(archsetup): enable weekly ZFS scrub timer
| -rwxr-xr-x | archsetup | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
