moved all to trunk
[matthijs/upstream/backupninja.git] / etc / backup.d / example.ldap
1 ##
2 ## configuration file for openldap backups 
3 ##
4 ## The LDIFs generated are suitable for use with slapadd. As the 
5 ## entries are in database order, not superior first order, they
6 ## cannot be loaded with ldapadd without being reordered.
7 ##
8
9 ## backupdir (default /var/backups/ldap): the destination for the backups
10 # backupdir = /var/backups/ldap
11
12 ## conf (default /etc/ldap/slapd.conf): the location of the slapd.conf file.
13 # conf = /etc/ldap/slapd.conf
14
15 ## databases (default all): either a space separated list of database
16 ## numbers or prefixes, or the keyword 'all'.
17 # databases = all
18
19 ## compress (default yes): if set to yes, ldif exports are gzipped.
20 # compress = yes