Changeset 2112
- Timestamp:
- 19/03/2008 07:06:40 (4 years ago)
- Location:
- box/trunk/documentation
- Files:
-
- 6 edited
-
bbackupctl.xml (modified) (4 diffs)
-
bbackupquery.xml (modified) (4 diffs)
-
bbstoreaccounts.xml (modified) (4 diffs)
-
bbstored-certs.xml (modified) (4 diffs)
-
bbstored-config.xml (modified) (3 diffs)
-
raidfile-config.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/documentation/bbackupctl.xml
r2015 r2112 4 4 <refentrytitle>bbackupctl</refentrytitle> 5 5 6 <manvolnum> 1</manvolnum>6 <manvolnum>8</manvolnum> 7 7 </refmeta> 8 8 … … 24 24 <para><literal>bbackupctl</literal> lets the user control the bbackupd 25 25 daemon on a client machine. The main use is to force a sync with the store 26 server. This is especially important if bbackupd( 1) is configured to do26 server. This is especially important if bbackupd(8) is configured to do 27 27 snapshot backups. In that case <literal>bbackupctl</literal> is the only 28 28 way to effect a backup.</para> … … 32 32 connecting on this socket has the correct credentials to execute the 33 33 commands, leaving a rather sizeable security hole open. To avoid this, 34 unset the CommandSocket parameter in <literal>bbackupd.conf</literal>( 8).34 unset the CommandSocket parameter in <literal>bbackupd.conf</literal>(5). 35 35 That disables the command socket, so bbackupd is secure. This does, 36 36 however, render bbackupctl unusable.</para> … … 94 94 <title>See Also</title> 95 95 96 <para><literal>bbackupd.conf( 8)</literal></para>96 <para><literal>bbackupd.conf(5)</literal></para> 97 97 98 <para> bbackupd(1)</para>98 <para><literal>bbackupd(8)</literal></para> 99 99 </refsection> 100 100 -
box/trunk/documentation/bbackupquery.xml
r2015 r2112 4 4 <refentrytitle>bbackupquery</refentrytitle> 5 5 6 <manvolnum> 1</manvolnum>6 <manvolnum>8</manvolnum> 7 7 </refmeta> 8 8 … … 40 40 41 41 <para>Note that commands that contain spaces are enclosed in double 42 quotes. If the <literal>quit</literal> command is om mitted, after the42 quotes. If the <literal>quit</literal> command is omitted, after the 43 43 preceding commands are completed, <literal>bbackupquery</literal> will 44 44 enter interactive mode.</para> … … 329 329 <title>See Also</title> 330 330 331 <para>bbackupd.conf( 8)</para>331 <para>bbackupd.conf(5)</para> 332 332 </refsection> 333 333 … … 358 358 359 359 <listitem> 360 <para>The platform you are running on ( Hardware and OS), for both360 <para>The platform you are running on (hardware and OS), for both 361 361 client and server.</para> 362 362 </listitem> -
box/trunk/documentation/bbstoreaccounts.xml
r2015 r2112 4 4 <refentrytitle>bbstoreaccounts</refentrytitle> 5 5 6 <manvolnum> 1</manvolnum>6 <manvolnum>8</manvolnum> 7 7 </refmeta> 8 8 … … 29 29 server. </para> 30 30 31 <para><literal>bbstoreaccounts</literal> alwa s takes at least 231 <para><literal>bbstoreaccounts</literal> always takes at least 2 32 32 parameters: the command name and the account ID. Some commands require 33 33 additional parameters, and some commands have optional parameters.</para> … … 161 161 <listitem> 162 162 <para>Blocks used by deleted files: The number of blocks used by 163 files that have been deleted on the client. Thi s data is at163 files that have been deleted on the client. This data is at 164 164 risk for being removed during housekeeping.</para> 165 165 </listitem> … … 268 268 269 269 <listitem> 270 <para>The platform you are running on ( Hardware and OS), for both270 <para>The platform you are running on (hardware and OS), for both 271 271 client and server.</para> 272 272 </listitem> -
box/trunk/documentation/bbstored-certs.xml
r2015 r2112 4 4 <refentrytitle>bbstored-certs</refentrytitle> 5 5 6 <manvolnum> 1</manvolnum>6 <manvolnum>8</manvolnum> 7 7 </refmeta> 8 8 … … 52 52 <para><literal>sign <clientcsrfile></literal>: Sign a client 53 53 certificate. The <literal>clientcsrfile</literal> is generated 54 during client setup. See <literal>bbackupd-config( 1)</literal>. Send54 during client setup. See <literal>bbackupd-config(8)</literal>. Send 55 55 the signed certificate back to the client, and install according to 56 56 the instructions given by <literal>bbackupd-config</literal>.</para> … … 73 73 <title>See Also</title> 74 74 75 <para><literal>bbstored-config( 1)</literal></para>75 <para><literal>bbstored-config(8)</literal></para> 76 76 77 77 <para><literal>bbstored.conf(5)</literal></para> 78 78 79 <para><literal>bbstoreaccounts( 1)</literal></para>79 <para><literal>bbstoreaccounts(8)</literal></para> 80 80 </refsection> 81 81 … … 103 103 104 104 <listitem> 105 <para>The platform you are running on ( Hardware and OS), for both105 <para>The platform you are running on (hardware and OS), for both 106 106 client and server.</para> 107 107 </listitem> -
box/trunk/documentation/bbstored-config.xml
r2015 r2112 4 4 <refentrytitle>bbstored-config</refentrytitle> 5 5 6 <manvolnum> 1</manvolnum>6 <manvolnum>8</manvolnum> 7 7 </refmeta> 8 8 … … 87 87 <title>See Also</title> 88 88 89 <para><literal>raidfile-config( 1)</literal></para>89 <para><literal>raidfile-config(8)</literal></para> 90 90 91 91 <para><literal>bbstored.conf(5)</literal></para> … … 118 118 119 119 <listitem> 120 <para>The platform you are running on ( Hardware and OS), for both120 <para>The platform you are running on (hardware and OS), for both 121 121 client and server.</para> 122 122 </listitem> -
box/trunk/documentation/raidfile-config.xml
r2015 r2112 4 4 <refentrytitle>raidfile-config</refentrytitle> 5 5 6 <manvolnum> 1</manvolnum>6 <manvolnum>8</manvolnum> 7 7 </refmeta> 8 8 … … 46 46 <listitem> 47 47 <para><literal>blocksize</literal>: The block size used for file 48 storage in the system, in bytes. Using a mult ple of the file system48 storage in the system, in bytes. Using a multiple of the file system 49 49 block size is a good strategy. Depending on the size of the files 50 50 you will be backing up, this multiple varies. Of course it also … … 91 91 <title>See Also</title> 92 92 93 <para><literal>bbstored-config( 1)</literal></para>93 <para><literal>bbstored-config(8)</literal></para> 94 94 95 95 <para><literal>bbstored.conf(5)</literal></para> … … 121 121 122 122 <listitem> 123 <para>The platform you are running on ( Hardware and OS), for both123 <para>The platform you are running on (hardware and OS), for both 124 124 client and server.</para> 125 125 </listitem>
Note: See TracChangeset
for help on using the changeset viewer.
