1
0
Fork 0

chroot-setup: add root cronjob for zfs scrub

This commit is contained in:
Pratham Patel 2022-12-23 22:45:58 +05:30
parent ec999b2d70
commit a6674c057a
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ ROOT_CRONTAB="# remove cache every 2 hours and update local db
# update db for pkgfile
@reboot pkgfile --update 2>&1
# zfs scrub
0 0 1,15 * * /usr/sbin/zpool scrub
"
################################################################################