Index: openacs-4/etc/backup.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/backup.sh,v diff -u -r1.6 -r1.7 --- openacs-4/etc/backup.sh 1 Mar 2004 12:56:18 -0000 1.6 +++ openacs-4/etc/backup.sh 12 Mar 2004 12:36:31 -0000 1.7 @@ -46,8 +46,16 @@ # to be backed up to file system # space-separated list of directories to be backed up -DIRECTORIES="/etc /home /root /cvsroot /var/qmail/alias /usr/local/aolserver $WEBDIR" +#--------------------------------------------------------------------- +# a space-delimited list of directories to back up +# A minimal backup +DIRECTORIES="/var/lib/aolserver/service0" +# +# this is a fairly thorough set of data back - must run as root to work, though +#DIRECTORIES="/etc /home /root /cvsroot /var/qmail/alias /usr/local/aolserver $WEBDIR" +#--------------------------------------------------------------------- + # System Program Paths PG_BINDIR=/usr/local/pgsql/bin # path to PostGreSQL binaries TIMEDIR=$BACKUPDIR/last-full # where to store time of full backup