export-config
Exports a server configuration from the server database to the current working directory as a configuration.xml file.
export-config
[-f | --force]
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
[-h value | --hash=value]
[export file]
Overview
Use this command to export a server configuration from the server database to a file. The configuration in the file can be edited and then imported back into the server database using the import-config command.
Options
Option | Optional or Required | Default Value | Description |
---|---|---|---|
|
Optional | none | Indicates that the tool should overwrite an existing destination file. |
|
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
|
Optional | none | The configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. Refer to Bootstrap.xml file. |
|
Optional | none | The (possibly abbreviated) hash of the configuration to export. Must consist of at least 6 hexadecimal characters. |
|
Optional | configuration.xml | The path to the configuration file that will be created. |
Parent topic: Command-line reference