]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula.8
cfc7177b24da3bf6331fe616e2a85b72c7723c2f
[bacula/bacula] / bacula / manpages / bacula.8
1 .\" manual page [] for Bacula
2 .\" SH section heading
3 .\" SS subsection heading
4 .\" LP paragraph
5 .\" IP indented paragraph
6 .\" TP hanging label
7 .TH Bacula 8 "The Network Backup Solution"
8 .SH NAME
9 Bacula \- The Network Backup Solution            
10 .SH SYNOPSIS
11 .B bacula-dir \- Director
12 .br
13 .B bacula-fd \- File daemon or Client
14 .br
15 .B bacula-sd \- Storage daemon
16 .br
17 .B bconsole \- Console to control Bacula
18 .br
19 .B wx-console \- GUI Console
20 .br
21 .SH DESCRIPTION
22 .LP
23 Bacula is a set of computer programs that permits you (or the
24 system administrator) to manage backup, recovery, and
25 verification of computer data across a network of computers of
26 different kinds.  In technical terms, it is a network
27 Client/Server based backup program.  Bacula is relatively easy to
28 use and efficient, while offering many advanced storage
29 management features that make it easy to find and recover lost or
30 damaged files.  Due to its modular design, Bacula is scalable
31 from small single computer systems to systems consisting of
32 hundreds of computers located over a large network.
33
34 .LP
35 Bacula Director service consists of the program that supervises
36 all the backup, restore, verify and archive operations.  The
37 system administrator uses the Bacula Director to schedule backups
38 and to recover files.  For more details see the Director Services
39 Daemon Design Document in the Bacula Developer's Guild.  The
40 Director runs as a daemon or a service (i.e.  in the background).
41
42 .LP
43 Bacula Console services is the program that allows the
44 administrator or user to communicate with the Bacula Director
45 (see above).  Currently, the Bacula Console is available in two
46 versions.  The first and simplest is to run the Console program
47 in a shell window (i.e.  TTY interface).  Most system
48 administrators will find this completely adequate.  The second
49 version is a Qt 4.2 GUI interface named bat that has
50 more features than the bconsole program.
51
52 .LP
53 Bacula File services (or Client program) is the software program
54 that is installed on the machine to be backed up.  It is specific
55 to the operating system on which it runs and is responsible for
56 providing the file attributes and data when requested by the
57 Director.  The File services are also responsible for the file
58 system dependent part of restoring the file attributes and data
59 during a recovery operation.  For more details see the File
60 Services Daemon Design Document in the Bacula Developer's Guide.
61 This program runs as a daemon on the machine to be backed up, and
62 in some of the documentation, the File daemon is referred to as
63 the Client (for example in Bacula's configuration file).  In
64 addition to Unix/Linux File daemons, there is a Windows File
65 daemon (normally distributed in binary format).  The Windows File
66 daemon runs on all currently known Windows versions (2K, 2003,  XP, 
67 and Vista).
68
69 .LP
70 Bacula Storage services consist of the software programs that
71 perform the storage and recovery of the file attributes and data
72 to the physical backup media or volumes.  In other words, the
73 Storage daemon is responsible for reading and writing your tapes
74 (or other storage media, e.g.  files).  For more details see the
75 Storage Services Daemon Design Document in the Bacula Developer's
76 Guide.  The Storage services runs as a daemon on the machine that
77 has the backup device (usually a tape drive).
78
79 .LP
80 Catalog services are comprised of the software programs
81 responsible for maintaining the file indexes and volume databases
82 for all files backed up.  The Catalog services permit the System
83 Administrator or user to quickly locate and restore any desired
84 file.  The Catalog services sets Bacula apart from simple backup
85 programs like tar and bru, because the catalog maintains a record
86 of all Volumes used, all Jobs run, and all Files saved,
87 permitting efficicient restoration and Volume management.  Bacula
88 currently supports three different databases, MySQL, PostgreSQL,
89 and SQLite3, one of which must be chosen when building Bacula.
90
91 .SH OPTIONS
92 See the HTML/PDF documentation at:
93 .br
94  <http://www.bacula.org>          
95 .br
96 for details of the command line options.
97
98
99 .SH CONFIGURATION
100 Each daemon has its own configuration file which must be
101 tailored for each particular installation.  Please see the HTML/PDF
102 documentation for the details.
103
104 .SH SEE ALSO
105 The HTML manual installed on your system (typically found in
106 .br
107 /usr/share/doc/bacula-<version>) or the online manual at:
108 .br
109 <http://www.bacula.org>
110
111 .SH BUGS
112 See <http://bugs.bacula.org>
113
114 .SH AUTHOR
115 Kern Sibbald
116 .SS Current maintainer
117 Kern Sibbald
118 .SS Contributors
119 An enormous list of past and former persons who have devoted
120 their time and energy to this project -- thanks. See the AUTHORS
121 file in the main Bacula source directory.
122
123 .SH COPYRIGHT
124 Bacula is distributed under a modified GPL version 2.0, as described in the
125 file LICENSE included with the source distribution.