./bin/ninja.sh export -O export.zip -r -z -l 4
Export
Export command allows users to export objects.
Object can be exported to SYSOUT
or to file (-o
, --output
) and compressed using ZIP if needed (-z
, --zip
).
Export also support multi-threading (-l
, --multi-thread
).
Use -O
, --overwrite
switch if you wish to overwrite an existing output file.
Objects exported from midPoint can be filtered in several ways:
-
by oid (
--oid
) -
by type (
-t, --type
) and filter (-f, --filter
)
When creating export from midPoint Without |
Example of export to compressed zip file using 4 threads:
Was this page helpful?
YES
NO
Thanks for your feedback