]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/es/concepts/concepts.tex
Add base of Spanish manual
[bacula/docs] / docs / manuals / es / concepts / concepts.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 \include{general}
80 \include{newfeatures}
81 \include{pluginAPI}
82 \include{state}
83 \include{requirements}
84 \include{supportedoses}
85 \include{supporteddrives}
86 \include{tutorial}
87 \include{restore}
88 \include{recycling}
89 \include{disk}
90 \include{pools}
91 \include{migration}
92 \include{strategies}
93 \include{autochangers}
94 \include{supportedchangers}
95 \include{spooling}
96 \include{statistics}
97 \include{python}
98 \include{ansi-labels}
99 \include{win32}
100 \include{rescue}
101 \include{tls}
102 \include{dataencryption}
103 \include{verify}
104 \include{bootstrap}
105 \include{license}
106 \include{fdl}
107 \include{gpl}
108 \include{lesser}
109 \include{projects}
110 \include{thanks}
111 \include{bugs}
112 \include{vars}
113 \include{stunnel}
114 \include{dvd}
115
116 % pull in the index
117 \clearpage
118 \printindex[general]
119 \printindex[dir]
120 \printindex[fd]
121 \printindex[sd]
122 \printindex[console]
123
124 \end{document}