aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2005-08-09 20:46:18 +0000
committerintrigeri <intrigeri@boum.org>2005-08-09 20:46:18 +0000
commitf22dbec1dcad37d85b6ee8b556dc999c542bc3c0 (patch)
tree7e8a996065c90eae6c65a05e3a6b34bb80afc05a
parentd675fa6df95984eca8ecfc10e7ec00a34a0d2720 (diff)
downloadbackupninja-f22dbec1dcad37d85b6ee8b556dc999c542bc3c0.tar.gz
backupninja-f22dbec1dcad37d85b6ee8b556dc999c542bc3c0.tar.bz2
Improved README a bit.
-rw-r--r--README8
-rw-r--r--changelog4
2 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 9e2f2e6..849fe3a 100644
--- a/README
+++ b/README
@@ -80,8 +80,9 @@ For example:
90-runthislast.rdiff
Typically, you will put a '.rdiff' config file last, so that any
-database dumps you make are included in the filesystem backup.
-Configurations files which begin with 0 (zero) are skipped.
+database dumps you make are included in the filesystem backup.
+Configurations files with names beginning with 0 (zero) or ending with
+.disabled (preferred method) are skipped.
Unless otherwise specified, the config file format is "ini style."
@@ -205,6 +206,7 @@ Installation:
# tar xvzf backupninja.tar.gz
# cd backupninja
# mv backupninja /usr/sbin/backupninja
+ # mv ninjahelper /usr/sbin/ninjahelper
# mv etc/logrotate.d/backupninja /etc/logrotate.d/backupninja
# mv etc/cron.d/backupninja /etc/cron.d/backupninja
# mkdir /etc/backup.d/
@@ -226,7 +228,7 @@ probably don't need to be changed:
VSERVERINFO (default: /usr/sbin/vserver-info)
VSERVER (default: /usr/sbin/vserver)
-VROOTDIR (default: `$VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'; fi`)
+VROOTDIR (default: `$VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'`)
NINJAHELPER
===========
diff --git a/changelog b/changelog
index bb7a439..96f4723 100644
--- a/changelog
+++ b/changelog
@@ -5,6 +5,10 @@ version XX -- ...
Note: the configuration is a bit different of rdiff
handler's one, but the default behavior is the same: have
a look to example.dup.
+ improved README
+ documented .disabled method.
+ corrected VROOTDIR default value.
+ added ninjahelper to the install instructions.
version 0.7 -- July 26 2005
added ninjahelper: a dialog based wizard for creating backupninja configs.