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.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 30 Mar 2003 05:56:18 -0000 1.1.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 7 Apr 2003 16:45:30 -0000 1.1.2.2 @@ -1,6 +1,6 @@ - - Backup and Recovery - + + Backup and Recovery + by Don Baccus with additions by Joel Aufrecht @@ -77,7 +77,7 @@ supervise directory, which is unneccesary and has complicated permissions. Make sure that you are using the cron job to back up the database to a file in /web/service0/database-backup so that the tar command will include the database. [root@yourserver root]# su - service0 -[service0@yourserver service0]$ tar -cpsj --exclude /web/service0/etc/daemontools/supervise --file /tmp/service0-backup.tar.bz2 /web/service0/ --exclude /web/service0/etc/daemontools/supervise/ +[service0@yourserver service0]$ tar -cpsj --exclude /web/service0/etc/daemontools/supervise --file /tmp/service0-backup.tar.bz2 /web/service0/ tar: Removing leading `/' from member names [service0@yourserver service0]$