Export.xml

 

<?xml version="1.0" encoding="UTF-8"?>
<!--
-->

<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"
         type="export"
         export-users="false">
    
    <!-- This exports the complete portal configuration (not including users). 
         Exporting users is not desirable when you transfer configurations between different 
         portal installations because the systems should be configured to use the same LDAP.
         It may, however, be useful when transferring configurations between development
         installations. See also: ExportAllUsers.xml -->

    <portal action="export"/>

</request>