]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/install/install.tex
Add first cut reorganization
[bacula/docs] / docs / manuals / en / install / install.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
22 \makeindex
23 \newindex{dir}{ddx}{dnd}{Director Index}
24 \newindex{fd}{fdx}{fnd}{File Daemon Index}
25 \newindex{sd}{sdx}{snd}{Storage Daemon Index}
26 \newindex{console}{cdx}{cnd}{Console Index}
27 \newindex{general}{idx}{ind}{General Index}
28
29 \sloppy
30
31 \begin{document}
32 \sloppy
33
34 \newfont{\bighead}{cmr17 at 36pt}
35 \parskip 10pt
36 \parindent 0pt
37
38 \title{\includegraphics{./bacula-logo.eps} \\ \bigskip
39   \Huge{Bacula Installation and Configuration Guide}
40   \begin{center}
41    \large{It comes in the night and sucks 
42           the essence from your computers. }
43   \end{center}
44 }
45
46
47 \author{Kern Sibbald}
48 \date{\vspace{1.0in}\today \\
49       This manual documents Bacula version \input{version} \\
50       \vspace{0.2in}
51       Copyright \copyright 1999-2007, Free Software Foundation Europe
52       e.V. \\
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 \tableofcontents
64 \clearpage
65 \listoffigures
66 \clearpage
67 \listoftables
68 \clearpage
69
70 \include{quickstart}
71 \include{installation}
72 \include{critical}
73 \include{configure}
74 \include{dirdconf}
75 \include{filedconf}
76 \include{storedconf}
77 \include{messagesres}
78 \include{consoleconf}
79 \include{monitorconf}
80 \include{security}
81 \include{fdl}
82
83
84 % The following line tells link_resolver.pl to not include these files:
85 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
86
87 % pull in the index
88 \clearpage
89 \printindex[general]
90 \printindex[dir]
91 \printindex[fd]
92 \printindex[sd]
93 \printindex[console]
94
95 \end{document}