Exporting Data by Using the Export Utility

Export operation is performed through the administrative console.

Procedure

  1. To export an entire database run the following administrative command: export [dir=<directory>]
    For example, export dir=/opt/tgdb/export
  2. To export selected node type run the following administrative command:
    export selective (<nodetypename>[,<nodetypename>]+) degree=<degrees> [dir=<directory>]
    For example, export selective (houseMemberType) degree=2 dir=/opt/tgdb/export If the directory to export files is not specified in the command, then a directory named export, located in the same directory as the tgdb-admin executable, will be used.