[#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>
| | |
| | | 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> |
| | |
| | | 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> |