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