Exporting OnDemand administrative objects to an XML file

You can use the ARSXML command to export objects from Content Manager OnDemand into an XML file in several ways:
  • You can export a single object, such as a single user.
  • You can export all the defined objects of a particular type, for example, all user groups
  • You can export any combination of objects, for example, a user group and all users in that group
This feature can be used to back up part of a Content Manager OnDemand system, copy objects from one system to another, or store objects into an XML file so that they can be processed by another application.

Use the ARSXML command to export administrative objects into an XML file. For syntax, description, and parameters of this command, see ARSXML.

If you are exporting objects that have dependencies on other objects: Some objects in Content Manager OnDemand might have dependencies on other objects. For example, a group object has a dependency on all of the users that are defined within the group. When you export these objects, you can use the -r parameter with a value of d to include in the XML file all of the dependent objects that the exported objects might have.

See ARSXML for more example XML files that are generated in different export scenarios.