mdadm/mdcheck-cron

5 lines
165 B
Plaintext
Raw Permalink Normal View History

2020-01-11 15:20:50 +08:00
# Run the mdcheck script once on every Saturday for 5 hours
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
2020-01-11 15:20:50 +08:00
0 0 * * 6 root /usr/sbin/mdcheck --duration "5 hours"