#!/bin/sh

# Run a hot database backup of each OpenLDAP database
# Configuraion in /etc/sysconfig/ldap
# See the script for documentation of the options

/usr/share/openldap/scripts/ldap-hot-db-backup

