mysql: No longer prepend vroot to the backupdir.
[matthijs/upstream/backupninja.git] / examples / example.ldap
index ee7c57d42f438fe8764aea93daa1e4dfec0bbb85..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.
@@ -48,4 +50,8 @@
 
 ## 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
\ No newline at end of file
+# 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>