Difference between revisions of "SUNScholar/System Admin"

From Libopedia
Jump to navigation Jump to search
Line 4: Line 4:
 
#[[SUNScholar/Daily_Admin|Daily "dspace" user crontab]]
 
#[[SUNScholar/Daily_Admin|Daily "dspace" user crontab]]
 
#[[SUNScholar/Rebuild_Dspace|Rebuild DSpace Script]]
 
#[[SUNScholar/Rebuild_Dspace|Rebuild DSpace Script]]
 
=="root" user crontab==
 
The following crontab is configured for the "root" account.
 
<pre>
 
MAILTO="myadmin@repo.ac.za"
 
 
@midnight    /usr/local/bin/backup.sh
 
</pre>
 
'''Replace %myadmin@repo.ac.za% with the email address of the person to receive admin email.'''
 
  
 
  '''[[SUNScholar/IR|Back to IR Help]]'''
 
  '''[[SUNScholar/IR|Back to IR Help]]'''

Revision as of 15:12, 30 July 2012

The following tasks should be setup by an Ubuntu Linux System Administrator.

Tasks

  1. Disaster Recovery
  2. Daily "dspace" user crontab
  3. Rebuild DSpace Script
Back to IR Help