safe-ldif(1)

ldif - verify and dump an LDIF file for backup

Section 1 ldap-git-backup bookworm source

Description

SAFE-LDIF

NAME

safe-ldif - verify and dump an LDIF file for backup

SYNOPSIS

ldap-git-backup [--ldif-cmd=</path/to/ldif-dump>]

ldap-git-backup --help

DESCRIPTION

Runs the command given by "--ldif-cmd" multiple times and returns the last output as soon as there are two consecutive invocations giving the same number of LDIF stanzas.

OPTIONS

--ldif-cmd <dump_ldif_command>

Specify a command to create a complete LDIF dump of the LDAP directory suitable for a backup. It should contain all entries necessary to restore the LDAP database. By default /usr/sbin/slapcat from OpenLDAP is taken.

--help

Prints this page.

AUTHOR

Elmar S. Heeb <elmar@heebs.ch>