Skip to content

Instantly share code, notes, and snippets.

@fishdust
Created December 12, 2014 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fishdust/c987ffe1124c03bc4114 to your computer and use it in GitHub Desktop.
Save fishdust/c987ffe1124c03bc4114 to your computer and use it in GitHub Desktop.
zfs health check cron entry
SHELL=/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin
#
#minute (0-59)
#| hour (0-23)
#| | day of the month (1-31)
#| | | month of the year (1-12 or Jan-Dec)
#| | | | day of the week (0-6 with 0=Sun or Sun-Sat)
#| | | | | commands
#| | | | | |
# zfs health check and report
00 7,11,16 * * * /home/calomel/zfs_health.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment