Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # All the comment lines will start with '#' character.
  2.  
  3. # in the beginning of the file set environment variables to be used in executed tasks:
  4. # ENV_VAR="value"
  5.  
  6. # the following line will send output for executed tasks to specified email:
  7. MAILTO=me@domain.com
  8.  
  9. # declare running tasks in the following pattern:
  10. # <minute> <hour> <day-of-month> <month> <day-of-week> <command>
  11.  
  12. # this example will run /var/www/public_html/cron.php every 15 minutes:
  13. 15 * * * * /var/www/public_html/cron.php
  14.  
  15. /var/www/public_html/: line 1: ?php: No such file or directory
  16. /var/www/public_html/: line 2: /backup: is a directory
  17. /var/www/public_html/: line 3: 091214db.sql: command not found
  18. /var/www/public_html/: line 4: 091214db.sql: command not found
  19. /var/www/public_html/: line 5: 091214db.sql: command not found
  20. /var/www/public_html/: line 6: 091214db.sql: command not found
  21. /var/www/public_html/: line 7: syntax error near unexpected token `('
  22. /var/www/public_html/: line 7: ` * This source file is subject to the Open Software License (OSL 3.0)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement