Performing an export from specific branches - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce
To export data to an LDIF file under a specific branch from the userRoot backend of the local PingDirectory server into a compressed file, run the export-ldif tool.

In addition to including a specific branch, the following command excludes operational attributes from the exported data and wraps long lines at column 80.

$ bin/export-ldif --backendID userRoot --ldifFile userRoot.ldif.gz --compress \
  --includeBranch ou=people,dc=example,dc=com --excludeOperational \
  --wrapColumn 80