]> git.sur5r.net Git - bacula/bacula/blob - bacula/manpages/bacula.8
Remove docs from spec
[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 three
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 GNOME GUI interface that for the moment (07 October
50 2005) is far from complete, but quite functional as it has most
51 the capabilities of the shell Console.  The third version is a
52 wxWidgets GUI with an interactive file restore.  It also has most
53 of the capabilities of the shell console, allows command
54 completion with tabulation, and gives you instant help about the
55 command you are typing.
56
57 .LP
58 Bacula File services (or Client program) is the software program
59 that is installed on the machine to be backed up.  It is specific
60 to the operating system on which it runs and is responsible for
61 providing the file attributes and data when requested by the
62 Director.  The File services are also responsible for the file
63 system dependent part of restoring the file attributes and data
64 during a recovery operation.  For more details see the File
65 Services Daemon Design Document in the Bacula Developer's Guide.
66 This program runs as a daemon on the machine to be backed up, and
67 in some of the documentation, the File daemon is referred to as
68 the Client (for example in Bacula's configuration file).  In
69 addition to Unix/Linux File daemons, there is a Windows File
70 daemon (normally distributed in binary format).  The Windows File
71 daemon runs on all currently known Windows versions (98, Me,
72 NT, 2K, 2003,  XP).
73
74 .LP
75 Bacula Storage services consist of the software programs that
76 perform the storage and recovery of the file attributes and data
77 to the physical backup media or volumes.  In other words, the
78 Storage daemon is responsible for reading and writing your tapes
79 (or other storage media, e.g.  files).  For more details see the
80 Storage Services Daemon Design Document in the Bacula Developer's
81 Guild.  The Storage services runs as a daemon on the machine that
82 has the backup device (usually a tape drive).
83
84 .LP
85 Catalog services are comprised of the software programs
86 responsible for maintaining the file indexes and volume databases
87 for all files backed up.  The Catalog services permit the System
88 Administrator or user to quickly locate and restore any desired
89 file.  The Catalog services sets Bacula apart from simple backup
90 programs like tar and bru, because the catalog maintains a record
91 of all Volumes used, all Jobs run, and all Files saved,
92 permitting efficicient restoration and Volume management.  Bacula
93 currently supports three different databases, MySQL, PostgreSQL,
94 and SQLite, one of which must be chosen when building Bacula.
95
96 .SH OPTIONS
97 See the HTML/PDF documentation at:
98 .br
99  <http://www.bacula.org>          
100 .br
101 for details of the command line options.
102
103
104 .SH CONFIGURATION
105 Each daemon has its own configuration file which must be
106 tailored for each particular installation.  Please see the HTML/PDF
107 documentation for the details.
108
109 .SH SEE ALSO
110 The HTML manual installed on your system (typically found in
111 .br
112 /usr/share/doc/bacula-<version>) or the online manual at:
113 .br
114 <http://www.bacula.org>
115
116 .SH BUGS
117 See <http://bugs.bacula.org>
118
119 .SH AUTHOR
120 Kern Sibbald
121 .SS Current maintainer
122 Kern Sibbald
123 .SS Contributors
124 An enormous list of past and former persons who have devoted
125 their time and energy to this project -- thanks.
126
127 .SH COPYRIGHT
128 Bacula is distributed under a modified GPL version 2.0, as described in the
129 file LICENSE included with the source distribution.