]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/main.tex
Update main.tex
[bacula/docs] / docs / manuals / en / 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]{book}
10
11 \topmargin -0.5in
12 \oddsidemargin 0.0in
13 \evensidemargin 0.0in
14 \textheight 10in
15 \textwidth 6.5in
16
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 \makeindex
31 \newindex{dir}{ddx}{dnd}{Director Index}
32 \newindex{fd}{fdx}{fnd}{File Daemon Index}
33 \newindex{sd}{sdx}{snd}{Storage Daemon Index}
34 \newindex{console}{cdx}{cnd}{Console Index}
35 \newindex{general}{idx}{ind}{General Index}
36
37 \sloppy
38
39 \begin{document}
40 \sloppy
41
42 \newfont{\bighead}{cmr17 at 36pt}
43 \parskip 10pt
44 \parindent 0pt
45
46 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
47   \Huge{Bacula}$^{\normalsize \textregistered}$ \Huge{Concepts and Overview Guide}
48   \begin{center}
49    \large{It comes in the night and sucks
50           the essence from your computers. }
51   \end{center}
52 }
53
54
55 \author{Kern Sibbald}
56 \date{\vspace{1.0in}\today \\
57       This manual documents Bacula version \fullversion \\
58       \vspace{0.2in}
59       Copyright {\copyright} 1999-2009, Free Software Foundation Europe
60       e.V. \\
61       Bacula {\textregistered}  is a registered trademark of Kern Sibbald.\\
62       \vspace{0.2in}
63   Permission is granted to copy, distribute and/or modify this document under the terms of the
64   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation;
65   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
66   A copy of the license is included in the section entitled "GNU Free Documentation License".
67 }
68
69 \maketitle
70
71 \clearpage
72 \pagenumbering{roman}
73 \tableofcontents
74 \clearpage
75
76 \pagestyle{myheadings}
77 \markboth{Bacula Version \version}{Bacula Version \version}
78 \pagenumbering{arabic}
79
80 \part{Concepts and Overview}
81 \include{concepts/general}
82 \include{concepts/newfeatures}
83 \include{concepts/pluginAPI}
84 \include{concepts/state}
85 \include{concepts/requirements}
86 \include{concepts/supportedoses}
87 \include{concepts/supporteddrives}
88 \include{concepts/tutorial}
89 \include{concepts/restore}
90 \include{concepts/recycling}
91 \include{concepts/disk}
92 \include{concepts/pools}
93 \include{concepts/migration}
94 \include{concepts/strategies}
95 \include{concepts/autochangers}
96 \include{concepts/supportedchangers}
97 \include{concepts/spooling}
98 \include{concepts/statistics}
99 \include{concepts/ansi-labels}
100 \include{concepts/win32}
101 \include{concepts/rescue}
102 \include{concepts/tls}
103 \include{concepts/dataencryption}
104 \include{concepts/verify}
105 \include{concepts/bootstrap}
106
107 \part{Installation and Configuration}
108 \include{install/quickstart}
109 \include{install/installation}
110 \include{install/critical}
111 \include{install/configure}
112 \include{install/dirdconf}
113 \include{install/filedconf}
114 \include{install/storedconf}
115 \include{install/messagesres}
116 \include{install/consoleconf}
117 \include{install/monitorconf}
118 \include{install/security}
119
120 \part{Console and Operators}
121 \include{console/bconsole} 
122 \include{console/gui}
123
124 \part{Catalog Database}
125 \include{catalog/catmaintenance}
126 \include{catalog/mysql}
127 \include{catalog/postgresql}
128 \include{catalog/sqlite}
129
130 \part{Problem and Resolution}
131 \include{problems/faq}
132 \include{problems/tips}
133 \include{problems/tapetesting}
134 \include{problems/firewalls}
135 \include{problems/kaboom}
136
137 \part{Utility Programs}
138 \include{utility/progs}
139 \include{utility/bimagemgr-chapter}
140 \include{utility/rpm-faq}
141
142 \part{Miscellaneous}
143 \include{misc/python}
144 \include{misc/vars}
145 \include{misc/stunnel}
146 \include{misc/dvd}
147 \include{misc/internaldb}
148
149 \part{Annexes}
150 \include{concepts/license}
151 \include{concepts/fdl}
152 \include{concepts/gpl}
153 \include{concepts/lesser}
154 \include{concepts/projects}
155 \include{concepts/thanks}
156 \include{concepts/bugs}
157
158
159 % pull in the index
160 \clearpage
161 \printindex[general]
162 \printindex[dir]
163 \printindex[fd]
164 \printindex[sd]
165 \printindex[console]
166
167 \end{document}