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