mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
29.00.2024 d07bf639c264da3047bce990bee272624ee2fd2c
[#383] FIX docs: import-ldif and export-ldif binaries should be shown using the --offline option (#385)

Co-authored-by: Maxim Thomas <maxim.thomas@gmail.com>
1 files modified
2 ■■■■■ changed files
opendj-doc-generated-ref/src/main/docbkx/admin-guide/chap-import-export.xml 2 ●●●●● patch | view | raw | blame | history
opendj-doc-generated-ref/src/main/docbkx/admin-guide/chap-import-export.xml
@@ -155,6 +155,7 @@
      server, and then run the <command>import-ldif</command> command.</para>
      <screen>$ stop-ds
$ import-ldif
 --offline
 --includeBranch dc=example,dc=org
 --backendID userRoot
 --ldifFile /path/to/generated.ldif</screen>
@@ -193,6 +194,7 @@
     export data using the <command>export-ldif</command> command.</para>
     <screen>$ stop-ds
$ export-ldif
 --offline
 --includeBranch dc=example,dc=org
 --backendID userRoot
 --ldifFile /path/to/backup.ldif</screen>