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:55]
smayr [Web Server (www)]
audina:dailymaintenance:start [2011/11/29 12:59] (current)
smayr [Web Server (www)]
Line 183: Line 183:
  
 # Website # Website
-#rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh --recursive --times --perms --links --delete --exclude=stats 192.168.0.160::webfiles /data/mirror/swdev.audina.net/www+rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh 
 +--recursive --times --perms --links --delete --exclude=stats 
 +192.168.0.160::webfiles /data/mirror/swdev.audina.net/www
  
 # Databases # Databases
-#rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh --recursive --times --perms --links --delete 192.168.0.160::databases /data/mirror/swdev.audina.net/databases+rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh 
 +--recursive --times --perms --links --delete 
 +192.168.0.160::databases /data/mirror/swdev.audina.net/databases
  
 # Root user home # Root user home
-#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+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
  
 # Subserver Repositories # Subserver Repositories
-rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh --recursive --times --perms --links --delete 192.168.0.160::repos /data/mirror/swdev.audina.net/repos+rsync --archive --verbose --progress --stats --rsh=/usr/bin/ssh 
 +--recursive --times --perms --links --delete 
 +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.