source: box/trunk/docs/docbook/bbstored-config.xml @ 2474

Revision 2474, 4.1 KB checked in by chris, 3 years ago (diff)

Reorganise docs in trunk to match distribution layout, which is cleaner,
and makes Makefile work on distributions and trunk equally.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<refentry version="5.0" xmlns="http://docbook.org/ns/docbook"
3          xmlns:xlink="http://www.w3.org/1999/xlink"
4          xmlns:xi="http://www.w3.org/2001/XInclude"
5          xmlns:svg="http://www.w3.org/2000/svg"
6          xmlns:m="http://www.w3.org/1998/Math/MathML"
7          xmlns:html="http://www.w3.org/1999/xhtml"
8          xmlns:db="http://docbook.org/ns/docbook">
9  <refmeta>
10    <refentrytitle>bbstored-config</refentrytitle>
11
12    <manvolnum>8</manvolnum>
13
14    <refmiscinfo class="manual">Box Backup</refmiscinfo>
15
16    <refmiscinfo class="source">Box Backup</refmiscinfo>
17
18    <refmiscinfo class="version">0.11</refmiscinfo>
19  </refmeta>
20
21  <refnamediv>
22    <refname>bbstored-config</refname>
23
24    <refpurpose>Box Backup store daemon configuration file
25    generator</refpurpose>
26  </refnamediv>
27
28  <refsynopsisdiv>
29    <cmdsynopsis>
30      <command>bbstored-config</command>
31
32      <arg choice="plain">configdir</arg>
33
34      <arg choice="plain">servername</arg>
35
36      <arg choice="plain">username</arg>
37    </cmdsynopsis>
38  </refsynopsisdiv>
39
40  <refsection>
41    <title>Description</title>
42
43    <para>The bbstored-config script creates configuration files and server
44    certificates for a bbstored instance. It takes three parameters:</para>
45
46    <variablelist>
47      <varlistentry>
48        <term>configdir</term>
49
50        <listitem>
51          <para>The directory where config files will reside. A
52          <filename>bbstored</filename> subdirectory will be created where
53          several config files will reside. The
54          <filename>bbstored.conf</filename> file will be created in
55          <varname>configdir</varname>.</para>
56        </listitem>
57      </varlistentry>
58
59      <varlistentry>
60        <term>servername</term>
61
62        <listitem>
63          <para>The name of the server that is being configured. Usually the
64          fully qualified domain name of the machine in question.</para>
65        </listitem>
66      </varlistentry>
67
68      <varlistentry>
69        <term>username</term>
70
71        <listitem>
72          <para>The name of the user that should be running the
73          <command>bbstored</command> process. Recommended name:
74          _bbstored.</para>
75        </listitem>
76      </varlistentry>
77    </variablelist>
78
79    <para>A valid <citerefentry>
80        <refentrytitle>raidfile.conf</refentrytitle>
81
82        <manvolnum>5</manvolnum>
83      </citerefentry> must be found in configdir. Several steps are taken
84    during the run of <command>bbstored-config</command>:</para>
85
86    <itemizedlist>
87      <listitem>
88        <para>Server certificates are created. This requires interaction from
89        the operator.</para>
90      </listitem>
91
92      <listitem>
93        <para>The RAID volumes are checked to ensure that the configuration is
94        consistent and will work.</para>
95      </listitem>
96
97      <listitem>
98        <para>Instructions for next steps to take are shown. These steps may
99        be different for different OS platforms, so pay close attention to
100        these instructions.</para>
101      </listitem>
102    </itemizedlist>
103  </refsection>
104
105  <refsection>
106    <title>Files</title>
107
108    <para><filename>/etc/box/bbstored.conf</filename></para>
109  </refsection>
110
111  <refsection>
112    <title>See Also</title>
113
114    <para><citerefentry>
115        <refentrytitle>bbstored.conf</refentrytitle>
116
117        <manvolnum>5</manvolnum>
118      </citerefentry>, <citerefentry>
119        <refentrytitle>bbstored</refentrytitle>
120
121        <manvolnum>8</manvolnum>
122      </citerefentry>, <citerefentry>
123        <refentrytitle>bbstored-certs</refentrytitle>
124
125        <manvolnum>8</manvolnum>
126      </citerefentry>, <citerefentry>
127        <refentrytitle>raidfile-config</refentrytitle>
128
129        <manvolnum>8</manvolnum>
130      </citerefentry></para>
131  </refsection>
132
133  <refsection>
134    <title>Authors</title>
135
136    <para><author>
137        <personname>Ben Summers</personname>
138      </author></para>
139
140    <para><author>
141        <personname>Per Thomsen</personname>
142      </author></para>
143
144    <para><author>
145        <personname>James O'Gorman</personname>
146      </author></para>
147  </refsection>
148</refentry>
Note: See TracBrowser for help on using the repository browser.