16. Managing and Deploying Applications : How You Can Import and Export Applications and Components : Export Applications and Components : Examples: ExportApp Utility
 
Share this page                  
Examples: ExportApp Utility
The following example exports the working version of all components in the “myapplication” application in the database “mydatabase” to the export file “myapp.bck” in OpenROAD text format:
w4gldev backupapp out mydatabase myapplication myapp.bck
The following example exports the working version of all components in the “myapplication” application to the export file “myapp.xml” in XML format with metadata:
w4gldev backupapp out mydatabase myapplication myapp.xml -xml -xmeta
The following example exports only application source information (no component information) to the export file “myapp.xml” in XML format without metadata:
w4gldev backupapp out mydatabase myapplication myapp.xml -appsource -xml