]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Final changes
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 2.0.0
3
4   Bacula code: Total files = 438 Total lines = 154,329 (*.h *.c *.in)
5
6 ==== IMPORTANT Catalog update required =====
7 - The database format has been updated from what was used in    
8   Bacula 1.38.x.  You must manually update your database before 
9   running Bacula 1.39.x or higher.  If you are using Bacula supplied
10   RPMs this is not necessary as the RPM does it automatically.
11   Please backup your previous version of the database before
12   running the update.  The update script will be automatically
13   installed in your scripts directory, or can also be found in
14   <bacula-source>/src/cats.  It is called:
15
16      ./update_bacula_tables
17
18   It is necessary to run it only once the first time you move to
19   a 2.0.0.  Upgrading the Bacula version thereafter does not
20   require updating the database again.  Depending on the size of
21   your database the script make take a bit of time, to run, but
22   in general, it should be very fast.
23
24 ==== IMPORTANT new Win32 install procedure =====
25   For Win32 migrations from versions prior to 1.39.0 nothing special
26   needs to be done to upgrade.  Everything should be taken care of
27   automatically.  The only thing not done is to delete the old C:\bacula
28   directory mostly out of paranoia.
29
30 ==== IMPORTANT miscellaneous ====
31 - The Gnome console program (gconsole) no longer functions as it
32   should.More importantly, in restore mode, the restore tree is
33   no longer shown in the left pane.  I suspect this is due to
34   incompatible changes in the GTK+ API, and hence have given up
35   on gnome and gtk+, as this has already happened several times
36   previously.  At some point there will be a new GUI console.
37 - The bacula-dir.conf directive Accept Any Volume has been
38   removed because it was never implemented. You must delete all
39   occurrence of this directive for the Director to run. The Storage
40   daemon will automatically accept any valid Volume that you mount.
41 - The --mandir ./configure option now points to the top level man
42   directory.  The man files will be installed under mandir/man8 and
43   mandir/man1 as appropriate.
44 - You *should* be able to use 1.38.x FDs with version 2.0.0 Director
45   and SD providing you do not use any of the new features (runscript,   
46   data encryption). It seems to work here, but we do not guarantee it.
47 - Your Director and SD must be simultaneously upgraded.
48 - The restore command no longer uses the MediaType as the primary method
49   of finding a suitable Storage device. Normally it will select the last
50   device used to write a Volume. If no storage device is defined, it
51   will use the old algorithm which selects the first Storage resource  
52   with the correct MediaType.
53 - The MD5/SHA1 hash codes kept in the database are now kept in a binary
54   format compatible with the rest of the world. If you are running verify 
55   jobs, you *must* do an InitCatalog or all files will show an MD5   
56   difference.  Also, authentication uses the new algorithm by
57   default, but *should* accept connections from older components (FD) using
58   the old non-compatible algorithm. This has been tested, but more
59   more testing is still needed.  
60 - A stock SuSE 10.1 kernel may crash when Bacula runs and accesses
61   the tape drive. Workaround, load the SuSE 10.1 version 2.6.16.21-0.25
62   kernel or later. The SuSE 10.2 Alpha 5 or later kernel also works.
63   This problem may also be present in certain Fedora FC5 kernels.
64 - If you have been using the data encryption feature of 1.39.x, please
65   be aware that certain combinations of encryption and other options
66   with version 1.39.0 through 1.39.26 created Volume data that cannot
67   be restored. We strongly recommend that anyone using encryption 
68   carefully review his/her backups and at a minium do a Full backup
69   with 1.39.28 of all encrypted data.  Robert Nelson has identified 
70   and fixed it as follows:
71      As of 1.39.27:
72         No filters = Works fine
73         Sparse = Works fine
74         Compression = Works fine
75         Encryption = Works fine
76         Sparse + Compression = Works fine
77
78         Sparse + Encryption = Restore broken
79         Sparse + Compression + Encryption = Restore broken
80         Compression + Encryption = Restore broken
81
82      As of 1.39.28:
83         Most combinations work, but some encrypted files are
84         not properly restored.
85
86      As of 1.39.30:
87         All combinations work fine except Sparse+Encryption.
88
89   Bottom line, if you are using data encryption, please test restoring
90   data to be sure it all works correctly.
91 - The current Volume format written by 1.39.22 is different from
92   the format written by previous versions. The two formats
93   are not compatible. Thus any DVDs written prior to 1.39.22 will
94   be unreadable by version 1.39.22.
95 - If you previously run a Bacula version prior to 1.39.30, the JobMedia
96   data may not be correct for disk Volumes. This can cause incorrect
97   seeking in versions after 1.39.30. If you experience what appears to
98   be data I/O or integrity errors during restores, please add the
99   following directive to your disk DEVICE resource in the Storage
100   daemon conf file:
101
102     Block Positioning = no
103
104   This will turn off all seek requests during restores and avoid
105   this problem.
106 - VSS for Windows clients is now enabled by default.
107
108 New Features in 1.40.0:
109 - Turn on disk seek code for restores.
110 - Bacula now support Migration jobs that are documented in a new
111   Migration chapter in the manual
112   http://www.bacula.org/dev-manual/Migration.html
113 - Data encryption is now implemented and is documented in
114   a new chapter of the manual at:
115   http://www.bacula.org/dev-manual/Bacula_Data_Encryption.html
116 - Additional support for removable devices.  See the 
117   Requires Mount, Mount Point, Mount Command, and Unmount
118   Commands in the Storage daemon configuration chapter:
119   http://www.bacula.org/dev-manual/Storage_Daemon_Configuratio.html
120   Also see the Edit Codes for Mount and Unmount Directives in the
121   same chapter.
122 - Switch the Win32 build from using Microsoft C++ to using mingw32
123   cross-compiling.  The initial work was done by Howard Thomson,
124   then tweaked by me.  Robert Nelson then totally reworked the
125   cross-compiling code so that it not only cross-compiles, but
126   also compiles on Visual Studio, and at the same time, he added
127   all the current Unix features to the FD, such as selection on
128   drives, encryption support, building *all* the tools, ...
129 - The Director and Storage daemon have now been ported to Win32.
130   This code is working but should still be tested carefully
131   before putting into production.
132 - Bacula restore and bextract can now extract non-portable Win32 data to
133   any client (including Unix/Linux clients). Of course, in doing so,
134   the Microsoft specific permissions and ACLs will be lost.  Thanks
135   to Thorsten Engel for this code.
136 - The 260 character limitation for Win32 paths name lengths is now 
137   eliminated thanks to Thorsten Engel. However, if you are using
138   Volume Shadow Copy, please be careful to specify all the paths
139   in the bacula-fd.conf file using a full path notation including
140   the drive letter.
141 - Eric Bollengier wrote new RunScript directives that includes
142   the old RunBefore/AfterJob and ClientRunBefore/AfterJob features
143   plus a *lot* more, allowing you to control just about every aspect
144   of running scripts.  See the manual for detailed documentation.
145   http://www.bacula.org/dev-manual/Configuring_Director.html#5227
146 - SunOS ACLs should now work thanks to a patch from David Duchscher.
147 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at
148   If this patch is applied, the number of days can be specified with
149   "list nextvol days=xx"
150   or
151   "status dir days=xx"
152   This can be used to preview the next scheduled job (and the
153   next tape to be used) on Fridays if there are no scheduled jobs during
154   the weekend.
155 - From Eric Bollengier. One can now using the bconsole wait command do:
156    wait  (wait for all jobs to stop)
157    wait jobid=nn
158    wait jobuid=unique id
159    wait job=job-name
160 - Volumes can now be set to Enable, Disable, or Archive. If they
161   are not enabled, Volumes will not be mounted.             
162   Implement update volume enable=(on|off|true|false|archived|0|1|2)
163 - Add Catalog message destination in Messages resource that puts the
164   job report in the Log database table.
165 - Writing/reading DVD Volumes is much more stable -- to the point
166   of being useful. Thanks to Richard Mortimer.
167 - Add enable/disable job=<job-name>.  This command prevents
168   the specified job from being scheduled. Even when disabled,
169   the job can be manually started from the console.
170 - The database Id records should be 32/64 bit independent now. 64 bits
171   can be enabled by changing one define, but this has never been tested.
172 - Relative path specifications (i.e. ../xxx) are now permitted in
173   the restore cd command.
174 - When running multiple simultaneous jobs, most jobs that use spooling
175   will now finish faster due to a mutex optimization made by Eric
176   Bollengier.
177 - Conf files containing UTF-8 marker at the head of the file as well as
178   conf files containing Window cr/lf and Mac cr line termination characters 
179   are now accepted thanks to Robert Nelson.
180 - Windows tray status windows are scrollable and resizable.
181 - Win32 external script execution is much more flexible -- handles
182   spaces in names better, ...
183 - Lots of DVD fixes -- writing DVDs is now reported to work.
184 - Fix opening of database in a restricted console to respect     
185   any Catalog ACL.
186 - Permit multiple console/director resources in bconsole.conf.
187   patch from Carsten Paeth calle@calle.in-berlin.de
188 - Character substitution in Job/JobDefs WriteBootStrap.
189   from Eric Bollengier.
190 - Apply patch supplied in bug #656 to pass priority field
191   in the run dialog to the Director in gnome console.
192 - Add support of encrypted data stream to bscan from Eric.
193   display data_len instead of data content (may be binary).
194 - Add Enabled=xxx on update slots command.
195 - Add host:port to connect failure messages to FD and SD from Dir/
196 - Add WhereACL to console ACL list.  If nothing is specified, only
197   the default is permitted for restore. Otherwise, *all* allows any
198   path, or you can specify permitted paths. This should allow control
199   over where users can restore files. This is untested.
200 - Install man pages with 'make install'.
201 - Add Media.Enabled flag to client backups for dotcmds.c
202 - Enforce Media.Enabled=1 for a current restore to work
203 - Require restore case 3 to have sqlquery permission to work.
204 - Add -n option to bconsole to turn off conio.
205 - The bytes field in the terminated jobs part of the status
206   command now reports in KB, MB, ... units.
207 - When not descending into a directory, print the File= name that
208   triggered it -- makes why not descending a bit clearer
209 - Do not unload autochanger when doing "update slots"
210 - Implement mount command for autochanger
211 - Fix bug #462 incorrect error message printed when client script called
212   from File= was not found.
213 - Fix bug #558 (waiting for feedback) where Bacula needs too much time to
214   do a rewind on Solaris when no tape is in the drive (Solaris does not
215   have the detailed errno found on Linux).  Added Solaris specific code.
216   Note, this may apply to other OSes as well.
217 - The examples directory has a new bacula_mail_summary.sh file that
218   creates a single email summary of any number of jobs. Submitted by
219   Andrew J. Millar.
220 - Add nagios plugin to the examples directory. Submitted by
221   Christian Masopust.
222 - Modify most restore error messages to be queued so that they
223   appear at the end of the job rather than mixed with the restore
224   listing where they could be "lost".
225 - Apply patch supplied by user (slightly modified) to fix
226   correct detection of holes in block devices and FIFOs.
227   Bug # 506.
228 - Added a report.pl program to the examples directory from Jonas Bjorklund.
229 - Add two new queries to query.sql provided by Arno. One
230   list volumes known to the Storage device, and the other
231   lists volumes possibly needing replacement (error, ...).
232 - Implement new code for changing userid and group at startup. This
233   should get Bacula into the correct groups.
234 - Implement support for removable filesystems.
235 - Transfer rates are now presented in a more readable format thanks
236   to a user submission.
237 - SD is now aware of what volumes are mounted. More information is printed
238   in the Status report. You must take much more care now to unmount
239   devices prior to removing tapes that Bacula has open or prior to
240   changing a magazine. Don't forget to do a mount afterwards or the
241   device will be blocked.
242 - The Pool Maximum Volumes directive is now respected in all places.
243 - A Storage device can now be specified in a Pool resource. It will override
244   all other Storage specifications.
245 - Most but not all directives accept true/false in place of yes/no.
246 - A patch from Karl Hakimian that reads JobIds, FileIndexes
247   from a database table for restore.
248 - There are a number of new tables. Some such as the Location table are
249   designed for user use in doing Volume Management software.
250 - Maximum Changer Wait, Maximum Open Wait, Maximum Rewind Wait to
251   accept time qualifiers.
252 - Implement jobuid to replace old usage of job in keywords as
253   suggested by Eric Bollengier.
254 - Implement write variables for Python to set Priority (anytime), and
255   Job Level, only during JobInit event.
256 - Use the keyword ujobid to mean the unique job id; job or jobname
257   to mean the Job name given on the Name directive, and jobid to
258   be the numeric (non-unique) job id.
259 - Allow the SD to use multiple drives during a backup/restore (only
260   one at a time).
261 - Integrate addition of line count limitation to bsmtp -l from
262   Sebastian Stark <stark at tuebingen.mpg.de>
263 - Split the bacula start/start script into four files:
264    bacula         -- starts and stops calling other scripts
265    bacula-ctl-dir -- starts/stops the director
266    bacula-ctl-fd  -- starts/stops the File daemon
267    bacula-ctl-sd  -- starts/stops the Storage daemon
268 - Remove automatic case folding on Windows FDs. You must
269   explicitly use the 'Ignore Case = yes' option.
270 - Implement wild program in tools directory for testing
271   wild-cards. Almost identical to the regex program.
272 - Use the new bregex.c to implement Regex expressions on Win32.
273 - Apply patch from Christopher Hull
274   - Allow multiple connections to database with different
275     parameters.
276   - Invalidate the scheduler when doing a reload. Fixes seg
277     fault, but still 60 second window.
278   - Additional info in Reschedule message.
279   - Use set_jcr_job_status() everywhere to prevent loss of
280     cancel, error.
281   - Display peer IP in FD if error from connecting DIR.
282   - Don't increment file count for DIRBEGIN.
283   - Replace illegal characters in Win32 filename by _.
284   - Add SE_CREATE_PERMANENT_NAME privilege in Win32.
285   - Hash hard link filenames rather than linked list (performance).
286   - Fix for security failure in chdir on Win32.
287   - Add CreateDirectoryA/W win32 API entry points.
288 - programs to duplicate Bacula's base64 algorithm using standard
289   routines. This fixes bugs #296, and 565. Patch submitted by
290   author of bug #565.
291 - Fixes to reloading the Dir conf file from Eric Bollengier and Christopher
292   Hull.
293 - Modify LICENSE to correct some problems pointed out by Debian.
294 - Apply a patch submitted by cesarb in bug #606 to implement O_NOATIME support.
295     O_NOATIME is a open() flag which makes it possible to read a file without
296     updating the inode atime (and also without the inode ctime update which
297     happens if you try to set the atime back to its previous value). It also
298     prevents a race condition when two programs are reading the same file, but
299     only one does not want to change the atime. It's most useful for backup
300     programs and file integrity checkers (and bacula can fit on both
301     categories).                                                    
302   You enable it in the Bacula FileSet Options resource by setting:
303      noatime = yes
304   The effect of this option is similar to the keepatime option except
305   it is more efficient and avoids modifying ctime.
306 - Implement a pile of new man pages contributed by Jose Tallon.
307 - Modify the database format for handling Migration jobs:
308    Add PriorJobId, RealEndTime to Job table
309    Delete MAC table
310    Remove Stripe from JobMedia record (not used, wasting space)
311    Add ScratchPoolId, RecyclePoolId, Enabled to Media record
312    Add Cost to Location table.
313    Enabled to Media table and Location table.
314 - Security: harden authentication failure in FD by single threading errors
315   and forcing a 6 second wait.
316 - If using GCC (actually g++) add the following compiler flags
317   -fno-strict-aliasing -fno-exceptions -fno-rtti
318 - Turn on new bsnprintf() code.  The reason for this code is to
319   eliminate the security problems associated with using the
320   system libraries print routines.
321 - Implement job report that indicates where Storage and Pool
322   came from -- with overrides and Pool storage and NextPool,
323   it is all very complicated.
324 - Add more detail (Storage, Device) to list of volumes printed
325   for restore.
326 - Add new VOLMGMT message class. No messages are yet sent with this 
327   class.
328 - Improved Bacula rescue procedures -- see the Disaster Recovery
329   chapter of the manual
330 - Add spooling/despooling info in status output of SD.
331 - Add Comment field to llist of a volume.
332 - Allow true/false in many but not all yes/no directives.
333 - The Bacula source code is now copyrighted by the Free Software 
334   Foundation Europe. The Developer's Guide documents the new procedures,
335   and the LICENSE file has been updated.
336 - Apply Jaime Ventura's patch that implements the Messages resource
337   Mail On Success directive.
338 - The Client returns its Version string, which is printed in the Job
339   report.
340 - The Client returns whether or not VSS and Encryption are used, which
341   are printed in the Job report.
342
343 Additional Features Added for Win32:
344 - Added DriveType directive to the Director's Include Option FileSet
345   resource.  Allowed values are: fixed, removable, cdrom, and remote.  There
346   is only an implementation for Windows because it is the only platform that
347   has the concept of drives.
348  
349 - Adds EnhancedWild directive to the Director's Include Option FileSet
350   resource.  Allowed values are: yes and no.
351  
352   When EnhancedWild is enabled then the processing of the
353   Wild, WildDir and WildFile is changed in the following ways.
354  
355   Patterns conform to Posix
356       \ is not a special character in character classification []
357       To match a - it must be the first or last character
358       To match a ] it must be the first character
359  
360       fnmatch option FNM_FILE_NAME is specified * doesn't match a / 
361       so it won't match multiple directory levels in a path
362  
363 - Relative WildFile patterns (ones without a leading /) match
364   against the filename portion.  This in combination with the
365   FNM_FILE_NAME fnmatch() flag makes directives such as WildFile =
366   abc*.def work as expected.
367  
368 - Adds support for the shell's feature of brace expansion.
369
370   Here is an example where braces allow 24 lines to be expressed in 5.
371
372   # Exclude directories full of lots and lots of useless little files
373   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/Cookies"
374   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/Recent"
375   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local Settings,LOCALS~1}/History"
376   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local Settings,LOCALS~1}/Temp"
377   WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local Settings,LOCALS~1}/Temporary Internet Files"