]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/fr/concepts/concepts.tex
c4f4b08ce6cb187db31827e643ea9f3ae0716831
[bacula/docs] / docs / manuals / fr / 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[11pt,a4paper]{book}
10 \usepackage{html}
11 \usepackage{float}
12 \usepackage{graphicx}
13 \usepackage{bacula}
14 \usepackage{longtable}
15 \usepackage{makeidx}
16 \usepackage{index}
17 \usepackage{setspace}
18 \usepackage{hyperref}
19 \usepackage{url}
20
21
22 \makeindex
23 \newindex{dir}{ddx}{dnd}{Director Index}
24 \newindex{fd}{fdx}{fnd}{File Daemon Index}
25 \newindex{sd}{sdx}{snd}{Storage Daemon Index}
26 \newindex{console}{cdx}{cnd}{Console Index}
27 \newindex{general}{idx}{ind}{General Index}
28
29 \sloppy
30
31 \begin{document}
32 \sloppy
33
34 \newfont{\bighead}{cmr17 at 36pt}
35 \parskip 10pt
36 \parindent 0pt
37
38 \title{\includegraphics{./bacula-logo.eps} \\ \bigskip
39   \Huge{Bacula Concepts and Overview Guide}
40   \begin{center}
41    \large{It comes in the night and sucks 
42           the essence from your computers. }
43   \end{center}
44 }
45
46
47 \author{Kern Sibbald}
48 \date{\vspace{1.0in}\today \\
49       This manual documents Bacula version \input{version} \\
50       \vspace{0.2in}
51       Copyright \copyright 1999-2007, Free Software Foundation Europe
52       e.V. \\
53       \vspace{0.2in}
54   Permission is granted to copy, distribute and/or modify this document under the terms of the
55   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
56   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
57   A copy of the license is included in the section entitled "GNU Free Documentation License".
58 }
59
60 \maketitle
61
62 \clearpage
63 \pagenumbering{roman}
64 \tableofcontents
65 \clearpage
66 \listoffigures
67 \clearpage
68 \listoftables
69 \clearpage
70
71 \markboth{Bacula Manual}{}
72 \pagenumbering{arabic}
73 \include{general}
74 \include{state}
75 \include{requirements}
76 \include{supportedoses}
77 \include{supporteddrives}
78 \include{tutorial}
79 \include{restore}
80 \include{recycling}
81 \include{disk}
82 \include{dvd}
83 \include{pools}
84 \include{migration}
85 \include{strategies}
86 \include{autochangers}
87 \include{supportedchangers}
88 \include{spooling}
89 \include{python}
90 \include{ansi-labels}
91 \include{win32}
92 \include{rescue}
93 \include{tls}
94 \include{dataencryption}
95 \include{verify}
96 \include{bootstrap}
97 \include{license}
98 \include{fdl}
99 \include{gpl}
100 \include{lesser}
101 \include{projects}
102 \include{thanks}
103 \include{bugs}
104 \include{vars}
105 \include{stunnel}
106
107 % pull in the index
108 \clearpage
109 \printindex[general]
110 \printindex[dir]
111 \printindex[fd]
112 \printindex[sd]
113 \printindex[console]
114
115 \end{document}