diff options
Diffstat (limited to 'archsetup')
| -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 |
