Created
January 29, 2014 05:53
-
-
Save fatgy/8682597 to your computer and use it in GitHub Desktop.
Run casperjs from crontab http://stackoverflow.com/questions/14836136/running-casperjs-from-cron Crontab date log file http://www.idevelopment.info/data/Oracle/DBA_tips/Unix/UNIX_7.shtml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * PHANTOMJS_EXECUTABLE=/usr/local/bin/phantomjs /usr/local/bin/casperjs /var/www/javascript/uat/prime.js 2>&1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 12 * * * /u01/app/oracle/bin/rman_backup.pl > /u01/app/oracle/log/rman_backup_$(date +\%Y\%m\%d_\%H:\%M:\%S\%z).log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment