]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/de/old/install/install.tex
Add more print info to send
[bacula/docs] / docs / manuals / de / old / 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 \listoffigures
73 \clearpage
74 \listoftables
75 \clearpage
76
77 \include{quickstart}
78 \include{installation}
79 \include{critical}
80 \include{configure}
81 \include{dirdconf}
82 \include{filedconf}
83 \include{storedconf}
84 \include{messagesres}
85 \include{consoleconf}
86 \include{monitorconf}
87 \include{security}
88 \include{fdl}
89
90
91 % The following line tells link_resolver.pl to not include these files:
92 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
93
94 % pull in the index
95 \clearpage
96 \printindex[general]
97 \printindex[dir]
98 \printindex[fd]
99 \printindex[sd]
100 \printindex[console]
101
102 \end{document}