strs-migrate.bat -d MSSQL -m EXPORT -n strsWeb -o 1433 -p myPwd -s WMF3K55 -u sa -z C:\strs_data\myDb.zip
strs-migrate.bat -d ORACLE -i abc321 -m EXPORT -n strsWeb -o 1521 -p myPwd -s salma -u sys -z C:\strs_data\myDb.zip
You can use the -b flag or the --docdefbatch flag to export a subset of the document definitions in the web content repository. The -b/--docdefbatch flags take an xml file as argument, and this xml file defines which document definitions to export. The xml syntax is illustrated by the following example:You can create the file manually or run list-resources.bat or the UNIX equivalent list-resources.sh to generate the xml file. See Running list-resources.bat for more information.
Note: You can only run list-resources.bat/list-resources.sh against a runtime repository. This means the output xml will only contain published document definitions.strs-migrate.bat -d MSSQL -m EXPORT -n strsWeb -o 1433 -p myPwd -s WMF3K55 -u sa -z C:\strs_data\myDb.zip -b C:\strs_data\ListResources.xml
strs-migrate.bat -d ORACLE -i abc321 -m EXPORT -n strsWeb -o 1521 -p myPwd -s salma -u sys -z C:\strs_data\myDb.zip -b C:\strs_data\ListResources.xml
OpenText StreamServe 5.6 | Updated: 2013-03-01 |