X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbackupninja.conf.in;h=362eb5992804cb46e334e61d97946828d594a602;hb=368eec97740496c14a8fdddf33ad98cda55f7565;hp=f64e16f9a0dd952c6e1693bf21a15950cd947a59;hpb=195a1bdc0726d2c693f20c1eefef0fb94c193ab1;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index f64e16f..362eb59 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -38,6 +38,9 @@ configdirectory = @CFGDIR@/backup.d # where backupninja helper scripts are found scriptdirectory = @pkgdatadir@ +# where backupninja libs are found +libdirectory = @pkglibdir@ + # whether to use colors in the log file usecolors = yes @@ -47,3 +50,16 @@ when = everyday at 01:00 # if running vservers, set to yes vservers = no +# programs paths +# SLAPCAT=/usr/sbin/slapcat +# LDAPSEARCH=/usr/bin/ldapsearch +# RDIFFBACKUP=/usr/bin/rdiff-backup +# MYSQL=/usr/bin/mysql +# MYSQLHOTCOPY=/usr/bin/mysqlhotcopy +# MYSQLDUMP=/usr/bin/mysqldump +# PGSQLDUMP=/usr/bin/pg_dump +# PGSQLDUMPALL=/usr/bin/pg_dumpall +# GZIP=/bin/gzip +# RSYNC=/usr/bin/rsync +# VSERVERINFO=/usr/sbin/vserver-info +# VSERVER=/usr/sbin/vserver