]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/install/install.tex
Update
[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[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 \usepackage{html}
18 \usepackage{float}
19 \usepackage{graphicx}
20 \usepackage{bacula}
21 \usepackage{longtable}
22 \usepackage{makeidx}
23 \usepackage{index}
24 \usepackage{setspace}
25 \usepackage{hyperref}
26 \usepackage{url}
27
28
29 \makeindex
30 \newindex{dir}{ddx}{dnd}{Director Index}
31 \newindex{fd}{fdx}{fnd}{File Daemon Index}
32 \newindex{sd}{sdx}{snd}{Storage Daemon Index}
33 \newindex{console}{cdx}{cnd}{Console Index}
34 \newindex{general}{idx}{ind}{General Index}
35
36 \sloppy
37
38 \begin{document}
39 \sloppy
40
41 \newfont{\bighead}{cmr17 at 36pt}
42 \parskip 10pt
43 \parindent 0pt
44
45 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
46   \Huge{Bacula Installation and Configuration Guide}
47   \begin{center}
48    \large{It comes in the night and sucks 
49           the essence from your computers. }
50   \end{center}
51 }
52
53
54 \author{Kern Sibbald}
55 \date{\vspace{1.0in}\today \\
56       This manual documents Bacula version \input{version} \\
57       \vspace{0.2in}
58       Copyright \copyright 1999-2009, Free Software Foundation Europe
59       e.V. \\
60       \vspace{0.2in}
61   Permission is granted to copy, distribute and/or modify this document under the terms of the
62   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
63   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
64   A copy of the license is included in the section entitled "GNU Free Documentation License".
65 }
66
67 \maketitle
68
69 \clearpage
70 \tableofcontents
71 \clearpage
72
73 \include{quickstart}
74 \include{installation}
75 \include{critical}
76 \include{configure}
77 \include{dirdconf}
78 \include{filedconf}
79 \include{storedconf}
80 \include{messagesres}
81 \include{consoleconf}
82 \include{monitorconf}
83 \include{security}
84 \include{fdl}
85
86
87 % The following line tells link_resolver.pl to not include these files:
88 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
89
90 % pull in the index
91 \clearpage
92 \printindex[general]
93 \printindex[dir]
94 \printindex[fd]
95 \printindex[sd]
96 \printindex[console]
97
98 \end{document}