@@ -362,13 +362,26 @@ <h2><a name="cmd">Command Line Tool</a></h2>
362362 < td > < tt > set designator[,designator]* propname=value ...</ tt > < p >
363363 Sets the property to the value for all designators given.
364364</ td > </ tr >
365-
365+
366366< tr > < td valign =top > < strong > init</ strong > </ td >
367367 < td > < tt > init [template [backend [admin password]]]</ tt > < p >
368368 The command will prompt for the instance home directory (if not supplied
369369 through INSTANCE_HOME or the -i option. The template, backend and admin
370370 password may be specified on the command-line as arguments, in that order.
371371</ td > </ tr >
372+
373+ < tr > < td valign =top > < strong > export</ strong > </ td >
374+ < td > < tt > export class[,class] destination_dir</ tt > < p >
375+ This action exports the current data from the database into
376+ comma-separated files that are placed in the nominated destination
377+ directory. The journals are not exported.
378+ </ td > </ tr >
379+
380+ < tr > < td valign =top > < strong > import</ strong > </ td >
381+ < td > < tt > import class file</ tt > < p >
382+ The file must define the same properties as the class (including having
383+ a "header" line with those property names.)
384+ </ td > </ tr >
372385
373386< tr > < td valign =top > < strong > freshen</ strong > </ td >
374387 < td > < tt > freshen</ tt > < p >
@@ -1139,7 +1152,7 @@ <h1><a name="ack">Acknowledgements</a></h1>
11391152
11401153< p > </ p >
11411154< hr >
1142- $Id: index.html,v 1.13 2001-10-10 01:47:55 richard Exp $
1155+ $Id: index.html,v 1.14 2001-10-10 03:58:40 richard Exp $
11431156< p > </ p >
11441157
11451158</ body > </ html>
0 commit comments