You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a Cron scrub job from within the webmin module?
ZFS only maintains its integrity as a filesystem Manager if scrub jobs are done at least monthly if not weekly.
I know we can establish this frequency in CLI but it would be nice to able to do it from the webmin admin panel?
Thanks
The text was updated successfully, but these errors were encountered:
root:~# cat /etc/cron.d/zfsutils-linux
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Scrub the second Sunday of every month.
24 0 8-14 * * root if [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub ]; then /usr/lib/zfs-linux/scrub; fi
Hi guys,
Is it possible to create a Cron scrub job from within the webmin module?
ZFS only maintains its integrity as a filesystem Manager if scrub jobs are done at least monthly if not weekly.
I know we can establish this frequency in CLI but it would be nice to able to do it from the webmin admin panel?
Thanks
The text was updated successfully, but these errors were encountered: