Advertisement
Guest User

webgui cron job

a guest
Jun 4th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Add the following cron jobs to your server's cron tab.
  2. ------------------------------------------------------
  3. crontab -e press i to edit then to save I press ESC key then : then w then q
  4.  
  5. # crontab -e
  6.  
  7. 0 0 * * * /data/wre/sbin/logrotate.pl
  8. */3 * * * * /data/wre/sbin/wremonitor.pl
  9. 0 2 * * * /data/wre/sbin/backup.pl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement