doar.cron 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. # ***************************
  2. # *** cron job for 'doar' ***
  3. # ***************************
  4. #
  5. # Edit this file to introduce tasks to be run by cron.
  6. #
  7. # Each task to run has to be defined through a single line
  8. # indicating with different fields when the task will be run
  9. # and what command to run for the task
  10. #
  11. # To define the time you can provide concrete values for
  12. # minute (m), hour (h), day of month (dom), month (mon),
  13. # and day of week (dow) or use '*' in these fields (for 'any').
  14. # Notice that tasks will be started based on the cron's system
  15. # daemon's notion of time and timezones.
  16. #
  17. # For example, you can run a backup of all your user accounts
  18. # at 5 a.m every week with:
  19. # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
  20. #
  21. # For more information see the manual pages of crontab(5) and cron(8)
  22. #
  23. # *** NOTE: This file is meant for Debian's '/etc/cron.d/', therefore it has the
  24. # additional username field.
  25. #
  26. # The minute (m) setting */30 means "every 30 minutes". You can change this
  27. # number to specify a different rate, e.g. "every 10 minutes".
  28. PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  29. # m h dom mon dow user command
  30. */30 * * * * root doar > /dev/null