summaryrefslogtreecommitdiff
path: root/debian/raidfile-config.8
diff options
context:
space:
mode:
Diffstat (limited to 'debian/raidfile-config.8')
-rw-r--r--debian/raidfile-config.854
1 files changed, 54 insertions, 0 deletions
diff --git a/debian/raidfile-config.8 b/debian/raidfile-config.8
new file mode 100644
index 00000000..ad3aba6f
--- /dev/null
+++ b/debian/raidfile-config.8
@@ -0,0 +1,54 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH raidfile-config 8 "Apr 15, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+raidfile-config \- utility to configure the client daemon of the Box Backup system
+.SH SYNOPSIS
+.B raidfile-config
+.RI "config-dir block-size dir0 [dir1 dir2]"
+.SH DESCRIPTION
+This manual page documents briefly the
+.B raidfile-config
+command.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+\fbraidfile-config\fP can be used to manage the raidfile config of the
+Box Backup system.
+.SH OPTIONS
+.TP
+.B config-dir
+Location of the generated configuration. Generally /etc/boxbackup.
+.TP
+.B block-size
+must be a power of two, and usually the block or fragment size of your
+filing system.
+.TP
+.B dir0, dir1, dir2
+the directories used as the root of the raid file system. If only one
+directory is specified, then userland RAID is disabled. Specifying three
+directories enables it.
+.SH SEE ALSO
+.BR bbackupd (8),
+.BR bbackupctl (8),
+.BR bbackupquery (8).
+.br
+.SH AUTHOR
+This manual page was written by Reinhard Tartler <siretart@tauware.de>
+(with the help of the online documentation located at
+http://bbdev.fluffy.co.uk/trac/wiki/)
+for the Debian GNU/Linux system (but may be used by others).