mysql: No longer prepend vroot to the backupdir.
[matthijs/upstream/backupninja.git] / examples / example.ldap
index adc1fcd039affb78a9f13db3a4ff372d8e165f0b..6fec13f50c097f80c8e2e9b85bfa3980b868d5d3 100644 (file)
@@ -7,7 +7,9 @@
 ## ldapadd without being reordered.
 ##
 
-## backupdir (default /var/backups/ldap): the destination for the backups
+## backupdir (default /var/backups/ldap): the destination for the backups.
+## This variable is interpolated, see backup.d (5) for which variables are
+## available.
 # backupdir = /var/backups/ldap
 
 ## conf (default /etc/ldap/slapd.conf): the location of the slapd.conf file.
 ## to, not needed for slapcat
 # binddn =
 
+## ldaphost (no default): set this to your ldap host if it is not local
+# ldaphost =
+
+## tls (default yes): if set to 'yes' then TLS connection will be
+## attempted to your ldaphost by using the URI base ldaps: otherwise ldap: will be used
+# tls = yes
+#
+# vsnames (no default): What vservers to run in (only used if vservers are
+# enabled in /etc/backupninja.conf). If this is left empty, run in the host.
+# vsnames = all | <vserver1> <vserver2>