gamdb export

The gamdb export command exports all of the Global Addressing database resource information to a database properties file, GlobalAddressingDbResource.txt, either at a specified location, or if the location for the output file is not provided, GlobalAddressingDbResource.txt is written to the current folder. The database properties file can subsequently be used with the gamdb import command to configure the databases on another system.

Usage

gamdb export --o outputpath --g Group
RequiredArgumentDescription
No--o outputpathThe information on the Global Addressing database resources will be exported to GlobalAddressingDbResource.txt in the specified output directory. If the path is not provided, GlobalAddressingDbResource.txt will be written to the current folder.
Yes--g GroupSpecifies the Global Address Validation coder.
Global
Global Address Validation International coder.
US
Global Address Validation US coder.

Example

This example exports the Global Addressing database resource information to the designated directory. This example specifies the Global Address Validation International coder.

gamdb export --o C:\DBs\ --g Global