]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/main.tex
Add documentation about ActionOnPurge
[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{Manual}
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} Copyright {\copyright} 1999-2009, Free Software Foundation
59   Europe
60   e.V. \\
61   Bacula {\textregistered}  is a registered trademark of Kern Sibbald.\\
62   \vspace{0.2in} Permission is granted to copy, distribute and/or modify this
63   document under the terms of the GNU Free Documentation License, Version 1.2
64   published by the Free Software Foundation; with no Invariant Sections, no
65   Front-Cover Texts, and no Back-Cover Texts.  A copy of the license is
66   included in the section entitled "GNU Free Documentation License".  }
67
68 \maketitle
69
70 \clearpage
71 \pagenumbering{roman}
72 \tableofcontents
73 \clearpage
74
75 \pagestyle{myheadings}
76 \markboth{Bacula Version \version}{Bacula Version \version}
77 \pagenumbering{arabic}
78
79 \part{Concepts and Overview Guide}
80 \label{part:conceptandoverview}
81 \include{concepts/general}
82 \include{concepts/newfeatures}
83 \include{concepts/pluginAPI}
84 \include{concepts/state}
85 \include{concepts/requirements}
86 \include{concepts/supportedoses}
87 \include{concepts/supporteddrives}
88 \include{concepts/tutorial}
89 \include{concepts/restore}
90 \include{concepts/recycling}
91 \include{concepts/disk}
92 \include{concepts/pools}
93 \include{concepts/migration}
94 \include{concepts/strategies}
95 \include{concepts/autochangers}
96 \include{concepts/supportedchangers}
97 \include{concepts/spooling}
98 \include{concepts/statistics}
99 \include{concepts/python}
100 \include{concepts/ansi-labels}
101 \include{concepts/win32}
102 \include{concepts/rescue}
103 \include{concepts/tls}
104 \include{concepts/dataencryption}
105 \include{concepts/verify}
106 \include{concepts/bootstrap}
107 \include{concepts/projects}
108 \include{concepts/thanks}
109 \include{concepts/bugs}
110 \include{concepts/vars}
111 \include{concepts/stunnel}
112 \include{concepts/dvd}
113
114 \part{Bacula Installation and Configuration Guide}
115 \label{part:install}
116
117 \include{install/quickstart}
118 \include{install/installation}
119 \include{install/critical}
120 \include{install/configure}
121 \include{install/dirdconf}
122 \include{install/filedconf}
123 \include{install/storedconf}
124 \include{install/messagesres}
125 \include{install/consoleconf}
126 \include{install/monitorconf}
127 \include{install/security}
128
129 \part{Bacula Console and Operators Guide}
130 \label{part:console}
131
132 \include{console/bconsole}
133 \include{console/gui}
134
135 \part{Bacula Utility Programs}
136 \label{part:utility}
137
138 \include{utility/progs}
139 \include{utility/bimagemgr-chapter}
140 \include{utility/rpm-faq}
141
142
143 \part{Bacula Catalog Database Guide}
144 \label{part:catalogdatabase}
145
146 \include{catalog/catmaintenance}
147 \include{catalog/mysql}
148 \include{catalog/postgresql}
149 \include{catalog/sqlite}
150 \include{catalog/internaldb}
151
152
153 \appendix
154 \part{Appendix}
155 \include{concepts/license}
156 \include{concepts/fdl}
157 \include{concepts/gpl}
158 \include{concepts/lesser}
159
160
161 % pull in the index
162 \clearpage
163 \printindex[general]
164 \printindex[dir]
165 \printindex[fd]
166 \printindex[sd]
167 \printindex[console]
168
169 \end{document}