Difference between revisions of "SUNScholar/System Admin"

From Libopedia
Jump to navigation Jump to search
(Created page with "* http://wiki.lib.sun.ac.za/index.php/SUNScholar/Disaster_Recovery")
 
Line 1: Line 1:
 
* http://wiki.lib.sun.ac.za/index.php/SUNScholar/Disaster_Recovery
 
* http://wiki.lib.sun.ac.za/index.php/SUNScholar/Disaster_Recovery
 +
;root crontab
 +
The following crontab is configured for the "root" account.
 +
<pre>
 +
MAILTO="hgibson@sun.ac.za"
 +
 +
00 6 * * *  service tomcat6 restart
 +
15 13 * * *  service tomcat6 restart
 +
@midnight    /usr/local/bin/backup.sh
 +
</pre>

Revision as of 15:09, 7 January 2012

root crontab

The following crontab is configured for the "root" account.

MAILTO="hgibson@sun.ac.za"

00 6 * * *   service tomcat6 restart
15 13 * * *  service tomcat6 restart
@midnight    /usr/local/bin/backup.sh