Call Name: ExportObj.exe
Description: Exports the site information from the Parallels Pro Control Panel to a directory on the same server.
ExportObj.exe -t org -f
<location_of_XML_file> -u
<parent_username> -p
<parent_password>
ExportObj.exe -t org -s
<XML_data_as_a_string> -u
<parent_username> -p
<parent_password>
The parameters to be passed in the XML file for exporting the site information are given below.
<
?xml version="1.0" encoding="utf-8" ?>
<
orglist>
<
org name="site1.com">
<
property name="ShortName" type="string">
site1sn<
/property>
<
property name="ConfigOnly" type="System.Boolean">
false<
/property>
<!-- To export or import only the configuration settings of a site, set the ConfigOnly flag to "true". To export or import both the configuration settings and the service-specific data of a site, set the ConfigOnly flag to "false".-->
<
property name="WithAllUsers" type="System.Boolean">
false<
/property>
<!-- To export or import the information of all users, set the WithAllUsers flag to "true". To export or import the information of only the default site administrator, set the WithAllUsers flag to "false".-->
<
/org>
<
/orglist>