Code

Updated doc for recent roundup-admin changes
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 10 Oct 2001 03:58:40 +0000 (03:58 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 10 Oct 2001 03:58:40 +0000 (03:58 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@287 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/index.html

index a5ac988670031e3f9906e84cd154d921c3820519..fc0ce946c4e0a4a53e334c83c8f577f11dbd3c25 100644 (file)
@@ -362,13 +362,26 @@ Usage:
     <td><tt>set designator[,designator]* propname=value ...</tt><p>
     Sets the property to the value for all designators given.
 </td></tr>
-    
+
 <tr><td valign=top><strong>init</strong></td>
     <td><tt>init [template [backend [admin password]]]</tt><p>
     The command will prompt for the instance home directory (if not supplied
     through INSTANCE_HOME or the -i option. The template, backend and admin
     password may be specified on the command-line as arguments, in that order.
 </td></tr>
+
+<tr><td valign=top><strong>export</strong></td>
+    <td><tt>export class[,class] destination_dir</tt><p>
+    This action exports the current data from the database into
+    comma-separated files that are placed in the nominated destination
+    directory. The journals are not exported.
+</td></tr>
+
+<tr><td valign=top><strong>import</strong></td>
+    <td><tt>import class file</tt><p>
+    The file must define the same properties as the class (including having
+    a "header" line with those property names.)
+</td></tr>
     
 <tr><td valign=top><strong>freshen</strong></td>
     <td><tt>freshen</tt><p>
@@ -1139,7 +1152,7 @@ system on their time.
 
 <p>&nbsp;</p>
 <hr>
-$Id: index.html,v 1.13 2001-10-10 01:47:55 richard Exp $
+$Id: index.html,v 1.14 2001-10-10 03:58:40 richard Exp $
 <p>&nbsp;</p>
 
 </body></html>