1
0
Fork 0

root crontab: the computer is on at midday, start scrub at that time

This commit is contained in:
Pratham Patel 2023-02-06 15:31:21 +05:30
parent c6d25f6786
commit 09fafdc760
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ROOT_CRONTAB="# remove cache every 2 hours and update local db
0 */6 * * * updatedb > /dev/null
# zfs scrub
0 0 1,15 * * /usr/bin/zpool scrub > /dev/null
0 12 1,15 * * /usr/bin/zpool scrub > /dev/null
"
################################################################################