ZFS plugin scrub

  • Hi
    I create a scrub job of my pool in cron (Sheduled jobs), but now i find in /etc/cron.d/zfsutils-linux with job


    Code
    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 [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub ] && /usr/lib/zfs-linux/scrub

    Is it means that there is no need in my new scrub cron job?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!