Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Tweaked language a bit

...

Import/Export provides IMPORT, EXPORT and DELETE operations for supported portal entities.

Import

Adds the entity entities defined in the specified XML file(s) to the portal database. If the specified entity is entities are already present – determined by Id, Name, or other primary key, as appropriate – this operation will update the existing entity to match the information provided in the XML.

...

Where path-to-directory is a file system directory, absolute or relative, containing uPortal Import/Export XML files; and regex is an (optional) Java Regular Expression specifying a file name pattern that candidate files must match or be ignored by the importer.

Note
titleThe -Dpattern Argument

Regex special characters overlap heavily with OS/Shell special characters. It's often better to avoid the -Dpattern argument altogether. You can always place desired files into a new directory for import.

Export

Creates XML representations of files representing the requested entities and writes them to the specified file system location.

...

(error) =not specified or not supportedImport/Export