Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml,v diff -u -r1.6.2.8 -r1.6.2.9 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 15 Dec 2003 16:29:01 -0000 1.6.2.8 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 16 Dec 2003 11:15:53 -0000 1.6.2.9 @@ -5,11 +5,20 @@ %myvars; ]> - Backup and Recovery - - By Don Baccus with additions + Backup and Recovery + + By Don Baccus with additions by Joel Aufrecht + We will cover some basic backup and recovery strategies. These are intended to + be robust but simple enough to set up. For a large scale production site you would + probably need to create your own backup strategies (in particular full dumps from + oracle, while easy to set up, are far from the best solution). + + + There are three basic things which need to be backed up, the database data, the server + source tree, and the acs-content-repository (which is in the server source tree). + Backup Strategy @@ -386,9 +395,9 @@ [service0 service0]$ cd /var/lib/aolserver/service0 [service0 service0]$ cvs up -r current [service0 service0]$ exit -su - service0 +su - service0 cd /var/lib/aolserver/service0 cvs up -r current - ($Id$) + ($Id$)