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

Revision 2474, 2.4 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</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</refname>
23
24    <refpurpose>Box Backup store daemon</refpurpose>
25  </refnamediv>
26
27  <refsynopsisdiv>
28    <cmdsynopsis>
29      <command>bbstored</command>
30
31      <arg>config-file</arg>
32    </cmdsynopsis>
33  </refsynopsisdiv>
34
35  <refsection>
36    <title>Description</title>
37
38    <para><command>bbstored</command> runs on a central server. Clients
39    running <command>bbackupd</command> connect to the server and upload
40    files.</para>
41
42    <para>The only argument is optional and specifies a non-default
43    configuration file. By default it will look for the configuration file as
44    <filename>/etc/box/bbstored.conf</filename>.</para>
45  </refsection>
46
47  <refsection>
48    <title>Files</title>
49
50    <para><filename>/etc/box/bbstored.conf</filename></para>
51  </refsection>
52
53  <refsection>
54    <title>See Also</title>
55
56    <para><citerefentry>
57        <refentrytitle>bbstored.conf</refentrytitle>
58
59        <manvolnum>5</manvolnum>
60      </citerefentry>, <citerefentry>
61        <refentrytitle>bbstored-config</refentrytitle>
62
63        <manvolnum>8</manvolnum>
64      </citerefentry>, <citerefentry>
65        <refentrytitle>raidfile-config</refentrytitle>
66
67        <manvolnum>8</manvolnum>
68      </citerefentry>, <citerefentry>
69        <refentrytitle>raidfile.conf</refentrytitle>
70
71        <manvolnum>5</manvolnum>
72      </citerefentry></para>
73  </refsection>
74
75  <refsection>
76    <title>Authors</title>
77
78    <para><author>
79        <personname>Ben Summers</personname>
80      </author></para>
81
82    <para><author>
83        <personname>Per Thomsen</personname>
84      </author></para>
85
86    <para><author>
87        <personname>James O'Gorman</personname>
88      </author></para>
89  </refsection>
90</refentry>
Note: See TracBrowser for help on using the repository browser.