Advertisement
Guest User

Untitled

a guest
Sep 27th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. GNU nano 2.2.6 File: /tmp/crontab.UYlFNJ/crontab
  2.  
  3. # Edit this file to introduce tasks to be run by cron.
  4. #
  5. # Each task to run has to be defined through a single line
  6. # indicating with different fields when the task will be run
  7. # and what command to run for the task
  8. #
  9. # To define the time you can provide concrete values for
  10. # minute (m), hour (h), day of month (dom), month (mon),
  11. # and day of week (dow) or use '*' in these fields (for 'any').#
  12. # Notice that tasks will be started based on the cron's system
  13. # daemon's notion of time and timezones.
  14. #
  15. # Output of the crontab jobs (including errors) is sent through
  16. # email to the user the crontab file belongs to (unless redirected).
  17. #
  18. # For example, you can run a backup of all your user accounts
  19. # at 5 a.m every week with:
  20. # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
  21. #
  22. # For more information see the manual pages of crontab(5) and cron(8)
  23. #
  24. # m h dom mon dow command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement