diff options
author | Elijah Saxon <elijah@riseup.net> | 2004-12-09 04:37:12 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2004-12-09 04:37:12 +0000 |
commit | ef78e14b29df0a9f010c3c2a07572bef5668d079 (patch) | |
tree | 4387d38537791ae7b3bc88e52995c35d17bcde7d /etc/backup.d/example.ldap | |
download | backupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.gz backupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.bz2 |
moved all to trunk
Diffstat (limited to 'etc/backup.d/example.ldap')
-rw-r--r-- | etc/backup.d/example.ldap | 20 |
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 |