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

Revision 2474, 3.8 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>bbackupd-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>bbackupd-config</refname>
23
24    <refpurpose>Box Backup client daemon configuration file
25    generator</refpurpose>
26  </refnamediv>
27
28  <refsynopsisdiv>
29    <cmdsynopsis>
30      <command>bbackupd-config</command>
31
32      <arg choice="plain">config-dir</arg>
33
34      <arg choice="plain">backup-mode</arg>
35
36      <arg choice="plain">account-num</arg>
37
38      <arg choice="plain">server-hostname</arg>
39
40      <arg choice="plain">working-dir</arg>
41
42      <arg choice="plain">backup-dir</arg>
43
44      <arg choice="opt">backup-dir ...</arg>
45    </cmdsynopsis>
46  </refsynopsisdiv>
47
48  <refsection>
49    <title>Description</title>
50
51    <para>The bbackupd-config script creates configuration files and client
52    certificates. It takes at least six parameters:</para>
53
54    <variablelist>
55      <varlistentry>
56        <term>config-dir</term>
57
58        <listitem>
59          <para>Configuration directory. Usually
60          <filename>/etc/box</filename>.</para>
61        </listitem>
62      </varlistentry>
63
64      <varlistentry>
65        <term>backup-mode</term>
66
67        <listitem>
68          <para>Either lazy or snapshot.</para>
69        </listitem>
70      </varlistentry>
71
72      <varlistentry>
73        <term>account-num</term>
74
75        <listitem>
76          <para>The client account number. This is set by the bbstored
77          administrator.</para>
78        </listitem>
79      </varlistentry>
80
81      <varlistentry>
82        <term>server-hostname</term>
83
84        <listitem>
85          <para>The hostname or IP address of the bbstored server.</para>
86        </listitem>
87      </varlistentry>
88
89      <varlistentry>
90        <term>working-dir</term>
91
92        <listitem>
93          <para>A directory to keep temporary state files. This is usually
94          something like <filename>/var/bbackupd</filename>. This can be
95          changed in <filename>bbackupd.conf</filename> later on if
96          required.</para>
97        </listitem>
98      </varlistentry>
99
100      <varlistentry>
101        <term>backup-dir</term>
102
103        <listitem>
104          <para>A space-separated list of directories to be backed up. Note
105          that this <emphasis>does not</emphasis> traverse mount
106          points.</para>
107        </listitem>
108      </varlistentry>
109    </variablelist>
110  </refsection>
111
112  <refsection>
113    <title>Files</title>
114
115    <para><filename>/etc/box/bbackupd.conf</filename></para>
116
117    <para><filename>/etc/box/bbackupd/NotifySysAdmin.sh</filename></para>
118  </refsection>
119
120  <refsection>
121    <title>See Also</title>
122
123    <para><citerefentry>
124        <refentrytitle>bbackupd.conf</refentrytitle>
125
126        <manvolnum>5</manvolnum>
127      </citerefentry>, <citerefentry>
128        <refentrytitle>bbackupd</refentrytitle>
129
130        <manvolnum>8</manvolnum>
131      </citerefentry>, <citerefentry>
132        <refentrytitle>bbackupctl</refentrytitle>
133
134        <manvolnum>8</manvolnum>
135      </citerefentry></para>
136  </refsection>
137
138  <refsection>
139    <title>Authors</title>
140
141    <para><author>
142        <personname>Ben Summers</personname>
143      </author></para>
144
145    <para><author>
146        <personname>Per Thomsen</personname>
147      </author></para>
148
149    <para><author>
150        <personname>James O'Gorman</personname>
151      </author></para>
152  </refsection>
153</refentry>
Note: See TracBrowser for help on using the repository browser.