r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100
authorintrigeri <intrigeri@boum.org>
Mon, 2 Jan 2006 16:19:54 +0000 (16:19 +0000)
committerintrigeri <intrigeri@boum.org>
Mon, 2 Jan 2006 16:19:54 +0000 (16:19 +0000)
 Added (commented out) to backupninja.conf the default paths to programs such as
 PGSQLDUMP, so that users can figure out more easily they can customize them.

ChangeLog
etc/backupninja.conf.in

index db788de8f908cb1a05c68991cb2477b7fecc4c89..5efb006c75970736602f46434a50343fbc38ea14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+version 0.9.3 -- unreleased
+       backupninja changes
+               backupninja.conf
+                       . added (commented out) the various default paths to
+                         programs such as PGSQLDUMP, so that users can figure
+                         out more easily they can customize them
+
 version 0.9.2 -- December 29, 2005
        backupninja changes
                fixed broken toint() which caused when "everyday" problems
 version 0.9.2 -- December 29, 2005
        backupninja changes
                fixed broken toint() which caused when "everyday" problems
index da2bfa10a47c56da1a3dac6186a5f0f2f79b6820..362eb5992804cb46e334e61d97946828d594a602 100644 (file)
@@ -50,3 +50,16 @@ when = everyday at 01:00
 # if running vservers, set to yes
 vservers = no
 
 # 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