CVS-only backup is often appropriate for development sites. If you are already using CVS and your data is not important, you @@ -17,8 +17,7 @@ down to the minute. For maximum safety, you can apply a tag to your current files. You will still need to back up your database.
Note that, if you did the CVS options in this document, the
/var/lib/aolserver/$OPENACS_SERVICE_NAME/etc
-directory is not included in cvs and you may want to add it.
-[root root]#su - $OPENACS_SERVICE_NAME
+directory is not included in cvs and you may want to add it.[root root]#su - $OPENACS_SERVICE_NAME
[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$cd /var/lib/aolserver/
[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$$OPENACS_SERVICE_NAME
cvs commit -m "last-minute commits before upgrade to 4.6"
@@ -37,8 +36,7 @@ cvs commit -m "last-minute commits before upgrade to 4.6" cvs tag before_upgrade_to_4_6 exit -To restore files from a cvs tag such as the one used above:
-[root root]#su - $OPENACS_SERVICE_NAME
+To restore files from a cvs tag such as the one used above:
[root root]#su - $OPENACS_SERVICE_NAME
[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$cd /var/lib/aolserver/
[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$$OPENACS_SERVICE_NAME
cvs up -r current
@@ -48,9 +46,9 @@