[Bedework-commit] bedework r1325 - trunk/deployment/dumprestore/shellscr/resources

svnadmin at bedework.org svnadmin at bedework.org
Fri Apr 6 13:31:31 EDT 2007


Author: johnsa
Date: 2007-04-06 13:31:31 -0400 (Fri, 06 Apr 2007)
New Revision: 1325

Modified:
   trunk/deployment/dumprestore/shellscr/resources/dumpres.bat
Log:
fixed up windows dump/restore bat file

Modified: trunk/deployment/dumprestore/shellscr/resources/dumpres.bat
===================================================================
--- trunk/deployment/dumprestore/shellscr/resources/dumpres.bat	2007-04-06 16:29:02 UTC (rev 1324)
+++ trunk/deployment/dumprestore/shellscr/resources/dumpres.bat	2007-04-06 17:31:31 UTC (rev 1325)
@@ -43,34 +43,37 @@
   if "%1" == "schema-export" GOTO schema-export
 
 :usage
-  ECHO Usage:
-  ECHO  dump <filename>
-  ECHO     Dump the database in xml format suitable for restore.
-  ECHO
-  ECHO  restore <filename>
-  ECHO     Restore the database from an xml formatted dump.
-  ECHO
-  ECHO  backup <directory> <prefix>}
-  ECHO     Dump the database in xml format suitable for restore.
-  ECHO     Files will have a name built from the prefix and the current date/time.
-  ECHO
-  ECHO  initdb [--indexroot=<lucene-index-root>
-  ECHO     Populate the database using the provided initial data.
-  ECHO
-  ECHO  drop [--haltonerror]
-  ECHO     Create a file in the current directory with sql drop statements
-  ECHO
-  ECHO  drop-export [--haltonerror]
-  ECHO     Drop tables in the database. Note this may not work if the schema
-  ECHO     was changed.
-  ECHO
-  ECHO  schema [--haltonerror]
-  ECHO     Create a schema from the xml schema. Placed in a file in the current directory
-  ECHO
-  ECHO  schema-export [--haltonerror]
-  ECHO     Create a schema from the xml schema.
-  ECHO     Also create the database tables, indexes etc.
-  ECHO
+  ECHO   Usage:
+  ECHO.
+  ECHO     schema-export [--haltonerror]
+  ECHO        Create a schema from the xml schema.
+  ECHO        Also create the database tables, indexes etc.
+  ECHO.
+  ECHO     initdb [--indexroot={lucene-index-root}]
+  ECHO        Populate the database using the provided initial data.
+  ECHO.
+  ECHO     dump {filename}
+  ECHO        Dump the database in xml format suitable for restore.
+  ECHO.
+  ECHO     restore {filename}
+  ECHO        Restore the database from an xml formatted dump.
+  ECHO.
+  ECHO     backup {directory} {prefix}
+  ECHO        Dump the database in xml format suitable for restore.
+  ECHO        Files will have a name built from the prefix and the current date/time.
+  ECHO.
+  ECHO     drop [--haltonerror]
+  ECHO        Create a file in the current directory with sql drop statements
+  ECHO.
+  ECHO     drop-export [--haltonerror]
+  ECHO        Drop tables in the database. Note this may not work if the schema
+  ECHO        was changed.
+  ECHO.
+  ECHO     schema [--haltonerror]
+  ECHO        Create a schema from the xml schema. Placed in a file in the 
+  ECHO        current directory
+  ECHO.
+
   GOTO end
 
 



More information about the Bedework-commit mailing list