• Use the export-ldif command to export data to an LDIF file under a specific branch from the userRoot backend of the local Directory Server into a compressed file. The command also 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