Selecting Data to be Exported from CLI
To select the object types to be exported, edit the export_build.xml file. For more information on objects that are exported, see Exported Objects. The export_build.xml file contains entries such as the following:
<target name="export"> <AMXAdminExportTask propsFile="${instanceProperties}" failOnError="false" exportToLocation="<Dir_Path>" exportFileName=""> <!--AMX Objects to export--> <ObjectTypeToExport objectType="Admin Server Configuration"/> <ObjectTypeToExport objectType="Global Substitution Variables"/> <ObjectTypeToExport objectType="Logging Appenders"/> <ObjectTypeToExport objectType="Environments"/> <ObjectTypeToExport objectType="Hosts"/> <ObjectTypeToExport objectType="Global Resource Templates"/> <ObjectTypeToExport objectType="Nodes"/> <ObjectTypeToExport objectType="Applications"/> <ObjectTypeToExport objectType="Enterprise Permissions"/> <!--export options--> <ExportOption option="externalizeProperties" value="false"/> <ExportOption option="exportWithPermissions" value="false"/> <ExportOption option="includeSystemObjects" value="false"/> </AMXAdminExportTask> </target> </project>
Copyright © Cloud Software Group, Inc. All rights reserved.