aboutsummaryrefslogtreecommitdiff
path: root/etc/backup.d/example.ldap
diff options
context:
space:
mode:
Diffstat (limited to 'etc/backup.d/example.ldap')
-rw-r--r--etc/backup.d/example.ldap20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/backup.d/example.ldap b/etc/backup.d/example.ldap
new file mode 100644
index 0000000..4491d12
--- /dev/null
+++ b/etc/backup.d/example.ldap
@@ -0,0 +1,20 @@
+##
+## configuration file for openldap backups
+##
+## The LDIFs generated are suitable for use with slapadd. As the
+## entries are in database order, not superior first order, they
+## cannot be loaded with ldapadd without being reordered.
+##
+
+## backupdir (default /var/backups/ldap): the destination for the backups
+# backupdir = /var/backups/ldap
+
+## conf (default /etc/ldap/slapd.conf): the location of the slapd.conf file.
+# conf = /etc/ldap/slapd.conf
+
+## databases (default all): either a space separated list of database
+## numbers or prefixes, or the keyword 'all'.
+# databases = all
+
+## compress (default yes): if set to yes, ldif exports are gzipped.
+# compress = yes