diff options
author | intrigeri <intrigeri@boum.org> | 2006-01-02 16:19:54 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2006-01-02 16:19:54 +0000 |
commit | 368eec97740496c14a8fdddf33ad98cda55f7565 (patch) | |
tree | 91a510e619985f43bd8cce45e67d61835f5bceda | |
parent | 299a43e39e2a2e5bc05b1eca24212d7a39aefde9 (diff) | |
download | backupninja-368eec97740496c14a8fdddf33ad98cda55f7565.tar.gz backupninja-368eec97740496c14a8fdddf33ad98cda55f7565.tar.bz2 |
r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100
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.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | etc/backupninja.conf.in | 13 |
2 files changed, 20 insertions, 0 deletions
@@ -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 diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index da2bfa1..362eb59 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -50,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 |