]> git.sur5r.net Git - bacula/docs/blob - docs/manual/state.tex
ebl add log_stdout method
[bacula/docs] / docs / manual / state.tex
1 %%
2 %%
3
4 \section*{The Current State of Bacula}
5 \label{_ChapterStart2}
6 \index[general]{Current State of Bacula }
7 \addcontentsline{toc}{section}{Current State of Bacula}
8
9 In other words, what is and what is not currently implemented and functional. 
10
11 \subsection*{What is Implemented}
12 \index[general]{Implemented!What}
13 \index[general]{What is Implemented}
14 \addcontentsline{toc}{subsection}{What is Implemented}
15
16 \begin{itemize}
17 \item Job Control
18    \begin{itemize}
19    \item Network backup/restore with centralized Director.  
20    \item Internal scheduler for automatic 
21       \ilink{Job}{JobDef} execution.  
22    \item Scheduling of multiple Jobs at the same time.  
23    \item You may run one Job at a time or multiple simultaneous Jobs.  
24    \item Job sequencing using priorities.  
25    \item \ilink{Console}{UADef} interface to the Director  allowing complete
26       control. A shell, GNOME GUI and wxWidgets GUI versions of  the Console program
27       are available. Note, the GNOME GUI program currently  offers very few
28       additional features over the shell program. 
29    \end{itemize}
30
31 \item Security
32    \begin{itemize}
33    \item Verification of files previously cataloged, permitting a Tripwire like 
34       capability (system break-in detection).  
35    \item CRAM-MD5 password authentication between each component (daemon).
36    \item Configurable 
37       \ilink{TLS (SSL) communications encryption}{CommEncryption} between each component.
38    \item Configurable
39    \ilink{Data (on Volume) encryption}{DataEncryption}
40       on a Client by Client basis.
41    \item Computation of MD5 or SHA1 signatures of the file data if requested.  
42    \end{itemize}
43
44
45 \item Restore Features
46    \begin{itemize}
47    \item Restore of one or more files selected interactively either for  the
48       current backup or a backup prior to a specified time and date.  
49    \item Restore of a complete system starting from bare  metal. This is mostly
50       automated for Linux systems and  partially automated for Solaris. See 
51       \ilink{Disaster Recovery Using Bacula}{_ChapterRescue}. This is also
52       reported to work on Win2K/XP systems.  
53    \item Listing and Restoration of files using stand-alone {\bf bls} and  {\bf
54       bextract} tool programs. Among other things, this permits  extraction of files
55       when Bacula and/or the catalog are not  available. Note, the recommended way
56       to restore files is using  the restore command in the Console. These programs
57       are designed  for use as a last resort. 
58    \item Ability to recreate the catalog database by scanning backup Volumes 
59       using the {\bf bscan} program.  
60    \end{itemize}
61
62 \item SQL Catalog
63    \begin{itemize}
64    \item Catalog database facility for remembering Volumes, Pools, Jobs,  and
65       Files backed up.  
66    \item Support for SQLite, PostgreSQL, and MySQL Catalog databases.  
67    \item User extensible queries to the SQLite, PostgreSQL and MySQL databases.  
68    \end{itemize}
69
70 \item Advanced Volume and Pool Management
71    \begin{itemize}
72    \item Labeled Volumes, preventing accidental overwriting  (at least by
73       Bacula).  
74    \item Any number of Jobs and Clients can be backed up to a single  Volume.
75       That is, you can backup and restore Linux, Unix, Sun, and  Windows machines to
76       the same Volume.  
77    \item Multi-volume saves. When a Volume is full, {\bf Bacula}  automatically
78       requests the next Volume and continues the backup.  
79    \item 
80       \ilink{Pool and Volume}{PoolResource} library management 
81       providing Volume flexibility (e.g. monthly, weekly, daily Volume sets,  Volume
82       sets segregated by Client, ...). 
83    \item Machine independent Volume data format. Linux, Solaris, and Windows 
84       clients can all be backed up to the same Volume if desired. 
85    \item A flexible 
86       \ilink{ message}{MessageResource}  handler including routing
87       of messages from any daemon back to the  Director and automatic email
88       reporting.  
89    \item Data spooling to disk during backup with subsequent write to tape from
90       the spooled disk files. This prevents tape "shoe shine"  during
91       Incremental/Differential backups.  
92    \end{itemize}
93
94 \item Advanced Support for most Storage Devices
95     \begin{itemize}
96    \item Autochanger support using a simple shell interface that can interface 
97       to virtually any autoloader program. A script for {\bf mtx} is  provided.  
98    \item Support for autochanger barcodes -- automatic tape labeling from 
99       barcodes.  
100    \item Automatic support for multiple autochanger magazines either using
101       barcodes or by reading the tapes.  
102    \item Support for multiple drive autochangers.
103    \item Raw device backup/restore. Restore must be to the same device. 
104    \item All Volume blocks (approx 64K bytes) contain a data checksum.  
105    \item Migration support -- move data from one Pool to another or
106          one Volume to another.
107    \end{itemize}
108
109 \item Multi-Operating System Support
110    \begin{itemize} 
111    \item Programmed to handle arbitrarily long filenames and messages.  
112    \item GZIP compression on a file by file basis done by the Client program  if
113       requested before network transit.  
114    \item Saves and restores POSIX ACLs on most OSes if enabled.  
115    \item Access control lists for Consoles that permit restricting user access
116       to only their data.  
117    \item Support for save/restore of files larger than 2GB.  
118    \item Support for 64 bit machines, e.g. amd64.  
119    \item Ability to encrypt communications between daemons using stunnel. 
120    \item Support ANSI and IBM tape labels.
121    \item Support for Unicode filenames (e.g. Chinese) on Win32 machines on
122          version 1.37.28 and greater.
123    \item Consistent backup of open files on Win32 systems (WinXP, Win2003),
124          but not Win2000, using Volume Shadow Copy (VSS).
125    \item Support for path/filename lengths of up to 64K on Win32 machines
126          (unlimited on Unix/Linux machines).
127    \end{itemize}
128
129 \item Miscellaneous
130    \begin{itemize}
131    \item Multi-threaded implementation.  
132    \item A comprehensive and extensible 
133       \ilink{configuration file}{_ChapterStart40} for each daemon.  
134    \end{itemize}
135 \end{itemize}
136
137 \subsection*{Advantages of Bacula Over Other Backup Programs}
138 \index[general]{Advantages of Bacula Over Other Backup Programs }
139 \index[general]{Programs!Advantages of Bacula Over Other Backup }
140 \addcontentsline{toc}{subsection}{Advantages of Bacula Over Other Backup
141    Programs}
142
143 \begin{itemize}
144 \item Since there is a client for each machine, you can backup
145    and restore clients of any type ensuring that all attributes
146    of files are properly saved and restored.
147 \item It is also possible to backup clients without any client
148    software by using NFS or Samba.  However, if possible, we
149    recommend running a Client File daemon on each machine to be
150    backed up.
151 \item Bacula handles multi-volume backups.  
152 \item A full comprehensive SQL standard database of all files backed up.  This
153    permits online viewing of files saved on any particular  Volume.  
154 \item Automatic pruning of the database (removal of old records) thus 
155    simplifying database administration.  
156 \item Any SQL database engine can be used making Bacula very flexible.  
157       Drivers currently exist for MySQL, PostgreSQL, and SQLite.
158 \item The modular but integrated design makes Bacula very scalable.  
159 \item Since Bacula uses client file servers, any database or
160    other application can be properly shutdown by Bacula using the
161    native tools of the system, backed up, then restarted (all
162    within a Bacula Job).
163 \item Bacula has a built-in Job scheduler.  
164 \item The Volume format is documented and there are simple C programs to 
165    read/write it.  
166 \item Bacula uses well defined (IANA registered) TCP/IP ports -- no rpcs,  no
167    shared memory.  
168 \item Bacula installation and configuration is relatively simple compared  to
169    other comparable products.  
170 \item According to one user Bacula is as fast as the big major commercial 
171    applications.  
172 \item According to another user Bacula is four times as fast as another
173    commercial application, probably because that application  stores its catalog
174    information in a large number of individual  files rather than an SQL database
175    as Bacula does.  
176 \item Aside from a GUI administrative interface, Bacula has a
177    comprehensive shell administrative interface, which allows the
178    administrator to use tools such as ssh to administrate any part of
179    Bacula from anywhere (even from home).
180 \item Bacula has a Rescue CD for Linux systems with the following features:  
181    \begin{itemize}
182    \item You build it on your own system from scratch with one simple  command:
183       make -- well, then make burn. 
184    \item It uses your kernel  
185    \item It captures your current disk parameters and builds scripts that  allow
186       you to automatically repartition a disk and format it to  put it back to what
187       you had before. 
188    \item It has a script that will restart your networking (with the right  IP
189       address)  
190    \item It has a script to automatically mount your hard disks.  
191    \item It has a full Bacula FD statically linked  
192    \item You can easily add additional data/programs, ... to the disk.  
193    \end{itemize}
194
195 \end{itemize}
196
197 \subsection*{Current Implementation Restrictions}
198 \index[general]{Current Implementation Restrictions }
199 \index[general]{Restrictions!Current Implementation }
200 \addcontentsline{toc}{subsection}{Current Implementation Restrictions}
201
202 \begin{itemize}
203 \item If you have over 4 billion file entries stored in your database,  the
204    database FileId is likely to overflow. This is a monster database,  but still
205    possible. Bacula's FileId fields have been modified so that they can be
206    upgraded from 32 to 64 bits in version 1.39, but this has never been
207    tested.
208 \item Files deleted after a Full save will be included in a restoration. This  
209    is typical for most similar backup programs (we have a project to 
210    correct this).
211 \item Bacula's Differential and Incremental backups are based on
212    time stamps.  Consequently, if you move files into an existing directory or
213    move a whole directory into the backup fileset after a Full backup, those
214    files will probably not be backed up by an Incremental save because they
215    will have old dates.  You must explicitly update the date/time stamp on all
216    moved files (we have a project to correct this).
217 \item File System Modules (configurable routines for saving/restoring special
218    files) are not yet implemented.  
219 \end{itemize}
220
221 \subsection*{Design Limitations or Restrictions}
222 \index[general]{Restrictions!Design Limitations or }
223 \index[general]{Design Limitations or Restrictions }
224 \addcontentsline{toc}{subsection}{Design Limitations or Restrictions}
225
226 \begin{itemize}
227 \item Names (resource names, Volume names, and such) defined in Bacula 
228    configuration files are limited to a fixed number of
229    characters.  Currently the limit is defined as 127 characters.  Note,
230    this does not apply to filenames, which may be arbitrarily long.
231 \end{itemize}