Skip to content
Snippets Groups Projects
Commit f22dbec1 authored by intrigeri's avatar intrigeri
Browse files

Improved README a bit.

parent d675fa6d
Branches
Tags
No related merge requests found
...@@ -81,7 +81,8 @@ For example: ...@@ -81,7 +81,8 @@ For example:
Typically, you will put a '.rdiff' config file last, so that any Typically, you will put a '.rdiff' config file last, so that any
database dumps you make are included in the filesystem backup. database dumps you make are included in the filesystem backup.
Configurations files which begin with 0 (zero) are skipped. 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." Unless otherwise specified, the config file format is "ini style."
...@@ -205,6 +206,7 @@ Installation: ...@@ -205,6 +206,7 @@ Installation:
# tar xvzf backupninja.tar.gz # tar xvzf backupninja.tar.gz
# cd backupninja # cd backupninja
# mv backupninja /usr/sbin/backupninja # mv backupninja /usr/sbin/backupninja
# mv ninjahelper /usr/sbin/ninjahelper
# mv etc/logrotate.d/backupninja /etc/logrotate.d/backupninja # mv etc/logrotate.d/backupninja /etc/logrotate.d/backupninja
# mv etc/cron.d/backupninja /etc/cron.d/backupninja # mv etc/cron.d/backupninja /etc/cron.d/backupninja
# mkdir /etc/backup.d/ # mkdir /etc/backup.d/
...@@ -226,7 +228,7 @@ probably don't need to be changed: ...@@ -226,7 +228,7 @@ probably don't need to be changed:
VSERVERINFO (default: /usr/sbin/vserver-info) VSERVERINFO (default: /usr/sbin/vserver-info)
VSERVER (default: /usr/sbin/vserver) 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 NINJAHELPER
=========== ===========
......
...@@ -5,6 +5,10 @@ version XX -- ... ...@@ -5,6 +5,10 @@ version XX -- ...
Note: the configuration is a bit different of rdiff Note: the configuration is a bit different of rdiff
handler's one, but the default behavior is the same: have handler's one, but the default behavior is the same: have
a look to example.dup. 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 version 0.7 -- July 26 2005
added ninjahelper: a dialog based wizard for creating backupninja configs. added ninjahelper: a dialog based wizard for creating backupninja configs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment