mirror of
https://git.proxmox.com/git/mirror_zfs-debian
synced 2025-08-08 21:43:25 +00:00
5 lines
214 B
Makefile
5 lines
214 B
Makefile
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
|