]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/main.tex
Add master document
[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{Catalog Database}
81 \include{catalog/catmaintenance}
82 \include{catalog/mysql}
83 \include{catalog/postgresql}
84 \include{catalog/sqlite}
85 \include{catalog/internaldb}
86
87 \part{Concepts and Overview}
88 \include{concepts/general}
89 \include{concepts/newfeatures}
90 \include{concepts/pluginAPI}
91 \include{concepts/state}
92 \include{concepts/requirements}
93 \include{concepts/supportedoses}
94 \include{concepts/supporteddrives}
95 \include{concepts/tutorial}
96 \include{concepts/restore}
97 \include{concepts/recycling}
98 \include{concepts/disk}
99 \include{concepts/pools}
100 \include{concepts/migration}
101 \include{concepts/strategies}
102 \include{concepts/autochangers}
103 \include{concepts/supportedchangers}
104 \include{concepts/spooling}
105 \include{concepts/statistics}
106 \include{concepts/python}
107 \include{concepts/ansi-labels}
108 \include{concepts/win32}
109 \include{concepts/rescue}
110 \include{concepts/tls}
111 \include{concepts/dataencryption}
112 \include{concepts/verify}
113 \include{concepts/bootstrap}
114
115 \part{Console and Operators}
116 \include{console/bconsole} 
117 \include{console/gui}
118
119 \part{Installation and Configuration}
120 \include{install/quickstart}
121 \include{install/installation}
122 \include{install/critical}
123 \include{install/configure}
124 \include{install/dirdconf}
125 \include{install/filedconf}
126 \include{install/storedconf}
127 \include{install/messagesres}
128 \include{install/consoleconf}
129 \include{install/monitorconf}
130 \include{install/security}
131
132 \part{Problem and Resolution}
133 \include{problems/faq}
134 \include{problems/tips}
135 \include{problems/tapetesting}
136 \include{problems/firewalls}
137 \include{problems/kaboom}
138
139 \part{Utility Programs}
140 \include{utility/progs}
141 \include{utility/bimagemgr-chapter}
142 \include{utility/rpm-faq}
143
144 \part{Annexes}
145 \include{concepts/license}
146 \include{concepts/fdl}
147 \include{concepts/gpl}
148 \include{concepts/lesser}
149 \include{concepts/projects}
150 \include{concepts/thanks}
151 \include{concepts/bugs}
152 \include{concepts/vars}
153 \include{concepts/stunnel}
154 \include{concepts/dvd}
155
156
157 % pull in the index
158 \clearpage
159 \printindex[general]
160 \printindex[dir]
161 \printindex[fd]
162 \printindex[sd]
163 \printindex[console]
164
165 \end{document}