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.
+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
# 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