aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2006-04-04 17:29:40 +0000
committerElijah Saxon <elijah@riseup.net>2006-04-04 17:29:40 +0000
commit5dc573b4c991bad1b38819abd8a8e65afe391427 (patch)
tree1e2b99d41184c623116493a43fb73d7c1b91779f
parente9e56a7af88cb07d453a94af1133bf0665f00ae3 (diff)
downloadbackupninja-5dc573b4c991bad1b38819abd8a8e65afe391427.tar.gz
backupninja-5dc573b4c991bad1b38819abd8a8e65afe391427.tar.bz2
corrected minor typo
-rw-r--r--man/backup.d.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/backup.d.5 b/man/backup.d.5
index 34a2d92..5090051 100644
--- a/man/backup.d.5
+++ b/man/backup.d.5
@@ -56,12 +56,12 @@ These files must be owned by root and must not be world or group readable/writab
The configuration files are processed in alphabetical order. However, it is suggested that you name the config files in "sysvinit style."
.TP
For example:
- 10-disabled.ldap.disabled
+ 10-local.ldap.disabled
15-runthisfirst.sh
20-runthisnext.mysql
90-runthislast.rdiff
.TP
-Typically, you will put a '.rdiff' config file last, so that any database dumps you make are included in the filesystem backup. Action configurations which begin end with .disabled are skipped.
+Typically, you will put a '.rdiff' config file last, so that any database dumps you make are included in the filesystem backup. Action configurations which end with .disabled are skipped.
.TP
Example templates for the action configuration files can be found in /usr/share/doc/backupninja/examples. You can also use \fBninjahelper(1)\fP, a console based "wizard" for creating backup actions.