Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
audina:dailymaintenance:start [2011/11/29 12:57]
smayr [Web Server (www)]
audina:dailymaintenance:start [2011/11/29 12:59] (current)
smayr [Web Server (www)]
Line 184: Line 184:
 # Website # Website
 rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh \ rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh \
---recursive --times --perms --links --delete +--recursive --times --perms --links --delete --exclude=stats 
---exclude=stats 192.168.0.160::webfiles /data/mirror/swdev.audina.net/www+192.168.0.160::webfiles /data/mirror/swdev.audina.net/www
  
 # Databases # Databases
Line 194: Line 194:
 # Root user home # Root user home
 rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh \ rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh \
---recursive --times --perms --links --delete 192.168.0.160::root /data/mirror/swdev.audina.net/root+--recursive --times --perms --links --delete 
 +192.168.0.160::root /data/mirror/swdev.audina.net/root
  
 # Subserver Repositories # Subserver Repositories
Line 201: Line 202:
 192.168.0.160::repos /data/mirror/swdev.audina.net/repos 192.168.0.160::repos /data/mirror/swdev.audina.net/repos
 </code> </code>
-  * Check that the pmon process is running.+  * Check that the ''pmon'' process is running.
   * No changes to ''/etc/passwd'', ''/etc/shadow'', ''/etc/hosts'', ''/etc/group''.   * No changes to ''/etc/passwd'', ''/etc/shadow'', ''/etc/hosts'', ''/etc/group''.
   * Check the latest entries in the logs.   * Check the latest entries in the logs.