]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/main/main.tex
Commit two patches from Philippe to cleanup the manuals
[bacula/docs] / docs / manuals / en / main / main.tex
1 %%
2 %%
3 %%  The following characters must be preceded by a backslash
4 %%    to be entered as printable characters:
5 %%
6 %%   # $ % & ~ _ ^ \ { }
7 %%
8
9 \documentclass[10pt,a4paper,english,titlepage]{borgmanual}
10 %\documentclass[10pt,a4paper]{book}
11
12 \topmargin -0.5in
13 \oddsidemargin 0.0in
14 \evensidemargin 0.0in
15 \textheight 10in
16 \textwidth 6.5in
17
18 \usepackage{html}
19 \usepackage{float}
20 \usepackage{graphicx}
21 \usepackage{bacula}
22 \usepackage{longtable}
23 \usepackage{makeidx}
24 \usepackage{index}
25 \usepackage{setspace}
26 \usepackage{hyperref}
27 % \usepackage[linkcolor=black,colorlinks=true]{hyperref}
28 \usepackage{url}
29
30
31 \makeindex
32 \newindex{dir}{ddx}{dnd}{Director Index}
33 \newindex{fd}{fdx}{fnd}{File Daemon Index}
34 \newindex{sd}{sdx}{snd}{Storage Daemon Index}
35 \newindex{console}{cdx}{cnd}{Console Index}
36 \newindex{general}{idx}{ind}{General Index}
37
38 \sloppy
39
40 \begin{document}
41 \sloppy
42
43 \title{Bacula$^{\normalsize \textregistered}$ Main Reference}
44
45 \author{Kern Sibbald}
46 \date{\vspace{1.0in}\today \\
47       This manual documents Bacula version \input{version} \\
48       \vspace{0.2in}
49       Copyright {\copyright} 1999-2010, Free Software Foundation Europe
50       e.V. \\
51       Bacula {\textregistered}  is a registered trademark of Kern Sibbald.\\
52       \vspace{0.2in}
53   Permission is granted to copy, distribute and/or modify this document under the terms of the
54   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
55   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
56   A copy of the license is included in the section entitled "GNU Free Documentation License".
57 }
58
59 \maketitle
60 \clearpage
61 \pagenumbering{roman}
62 \tableofcontents
63 \clearpage
64
65 \pagestyle{myheadings}
66 \markboth{Bacula Version \version}{Bacula Version \version}
67 \pagenumbering{arabic}
68 \include{general}
69 %%% \include{newbsfeatures}
70 \include{newfeatures}
71 \include{state}
72 \include{requirements}
73 \include{supportedoses}
74 \include{supporteddrives}
75
76 \include{quickstart}   % install
77 \include{install}      % install
78 \include{critical}     % install
79
80 \include{tutorial}
81
82 \include{configure}    % install
83 \include{dirdconf}     % install
84 \include{filedconf}    % install
85 \include{storedconf}   % install
86 \include{messagesres}  % install
87 \include{consoleconf}  % install
88 \include{monitorconf}  % install
89
90 \include{restore}
91 \include{recycling}
92 \include{disk}
93 \include{pools}
94 \include{migration}
95 \include{basejob}
96 \include{strategies}
97 \include{autochangers}
98 \include{supportedchangers}
99 \include{spooling}
100 \include{statistics}
101 \include{ansi-labels}
102 \include{win32}
103 \include{rescue}
104 \include{tls}
105 \include{dataencryption}
106 \include{verify}
107
108 \include{mysql}           % catalog
109 \include{postgresql}      % catalog
110 \include{sqlite}          % catalog
111 \include{catmaintenance}  %catalog
112
113 \include{tapetesting}   % install
114 \include{security}        % install
115
116 \include{bootstrap}
117 \include{license}
118 \include{fdl}
119 \include{gpl}
120 \include{lesser}
121 \include{projects}
122 \include{thanks}
123 \include{bugs}
124
125 % pull in the index
126 \clearpage
127 \printindex[general]
128 \printindex[dir]
129 \printindex[fd]
130 \printindex[sd]
131 \printindex[console]
132
133 \end{document}