]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/concepts/concepts.tex
ebl Add chapter about statistics
[bacula/docs] / docs / manuals / en / concepts / concepts.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[11pt,a4paper]{book}
10 \usepackage{html}
11 \usepackage{float}
12 \usepackage{graphicx}
13 \usepackage{bacula}
14 \usepackage{longtable}
15 \usepackage{makeidx}
16 \usepackage{index}
17 \usepackage{setspace}
18 \usepackage{hyperref}
19 \usepackage{url}
20
21 \makeindex
22 \newindex{dir}{ddx}{dnd}{Director Index}
23 \newindex{fd}{fdx}{fnd}{File Daemon Index}
24 \newindex{sd}{sdx}{snd}{Storage Daemon Index}
25 \newindex{console}{cdx}{cnd}{Console Index}
26 \newindex{general}{idx}{ind}{General Index}
27
28 \sloppy
29
30 \begin{document}
31 \sloppy
32
33 \newfont{\bighead}{cmr17 at 36pt}
34 \parskip 10pt
35 \parindent 0pt
36
37 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
38   \Huge{Bacula}$^{\normalsize \textregistered}$ \Huge{Concepts and Overview Guide}
39   \begin{center}
40    \large{It comes in the night and sucks 
41           the essence from your computers. }
42   \end{center}
43 }
44
45
46 \author{Kern Sibbald}
47 \date{\vspace{1.0in}\today \\
48       This manual documents Bacula version \fullversion \\
49       \vspace{0.2in}
50       Copyright {\copyright} 1999-2008, Free Software Foundation Europe
51       e.V. \\
52       Bacula {\textregistered}  is a registered trademark of Kern Sibbald.\\
53       \vspace{0.2in}
54   Permission is granted to copy, distribute and/or modify this document under the terms of the
55   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
56   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
57   A copy of the license is included in the section entitled "GNU Free Documentation License".
58 }
59
60 \maketitle
61
62 \clearpage
63 \pagenumbering{roman}
64 \tableofcontents
65 \clearpage
66 \listoffigures
67 \clearpage
68 \listoftables
69 \clearpage
70
71 \pagestyle{myheadings}
72 \markboth{Bacula Version \version}{Bacula Version \version}
73 \pagenumbering{arabic}
74 \include{general}
75 \include{newfeatures}
76 \include{state}
77 \include{requirements}
78 \include{supportedoses}
79 \include{supporteddrives}
80 \include{tutorial}
81 \include{restore}
82 \include{recycling}
83 \include{disk}
84 \include{dvd}
85 \include{pools}
86 \include{migration}
87 \include{strategies}
88 \include{autochangers}
89 \include{supportedchangers}
90 \include{spooling}
91 \include{statistics}
92 \include{python}
93 \include{ansi-labels}
94 \include{win32}
95 \include{rescue}
96 \include{tls}
97 \include{dataencryption}
98 \include{verify}
99 \include{bootstrap}
100 \include{license}
101 \include{fdl}
102 \include{gpl}
103 \include{lesser}
104 \include{projects}
105 \include{thanks}
106 \include{bugs}
107 \include{vars}
108 \include{stunnel}
109
110 % pull in the index
111 \clearpage
112 \printindex[general]
113 \printindex[dir]
114 \printindex[fd]
115 \printindex[sd]
116 \printindex[console]
117
118 \end{document}