]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
kes Apply dvd-handler patch from Richard Mortimer.
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.39.20
3
4   Bacula code: Total files = 448 Total lines = 150,330 (*.h *.c *.in)
5
6 Version 1.39.20:
7 - The basic features of Migration are now complete.
8 - There is a Migration chapter in the doc.
9   http://www.bacula.org/dev-manual/Migration.html
10 - There is an Encryption chapter in the doc.
11   http://www.bacula.org/dev-manual/Bacula_Data_Encryption.html
12
13 New Features in 1.39.20:
14 - Add -n option to bconsole to turn off conio.
15 - The bytes field in the terminated jobs part of the status
16   command now reports in KB, MB, ... units.
17 - When not descending into a directory, print the File= name that
18   triggered it -- makes why not descending a bit clearer
19 - Do not unload autochanger when doing "update slots"
20 - Implement mount command for autochanger
21
22 Fixes for 1.39.20:
23 - Writing DVDs should work much better thanks to Richard Mortimer.
24 - Fix bug #462 incorrect error message printed when client script called
25   from File= was not found.
26 - Fix bug #558 (waiting for feedback) where Bacula needs too much time to
27   do a rewind on Solaris when no tape is in the drive (Solaris does not
28   have the detailed errno found on Linux).  Added Solaris specific code.
29   Note, this may apply to other OSes as well.
30 - Many cleanups/enhancements for Win32 systems.
31 - Correct improperly formated list command output reported by Dan.
32 - Eric fixed RunScripts, which I (Kern) had broken in the last beta.
33 - Correct Client migration SQL as pointed out by Marc.
34
35 New Features in 1.40.0 (beginning of release info)
36 - There is a new cross-compiled Win32 File daemon that now has all the features
37   that were previously only in the Unix versions.
38
39   To install the 1.39.18 Win32 FD, you *must* first stop any    
40   previous version that is running in a DOS shell with:
41
42      net stop bacula
43
44   or select the 'Close Bacula' menu item from the Bacula tray icon,
45   you should then save your bacula-fd.conf file, and either
46   uninstall (using Uninstall.bat in the c:\bacula directory) or
47   remove the old installation by manually in a DOS shell in the
48   Bacula directory enter:
49
50      bacula-fd /remove
51
52   after that you can proceed with the installation.  My experience
53   is that it does not properly create the new bacula-fd.conf file, so
54   copy the one saved to the directory you chose to install Bacula,
55   or to the directory chosen by the Installer to put the bacula-fd.conf
56   file.  Then you can start Bacula in a DOS shell with:
57
58     net start baculafd
59
60   or use the Windows Control Panel->Administrative Tools->Component
61   Services menu item.  The document has been updated (not completely).
62   For installation details, please see:
63   http://www.bacula.org/dev-manual/Windows_Version_Bacula.html  
64
65
66 ==========================================
67
68 Warning for version 1.39.18 and greater:
69 - The documentation is almost non-existent for all new features
70   except RunScripts (written and documented by Eric Bollengier).
71 - If you have an old pre 1.39.18 database, you must upgrade it using
72   the upgrade_bacula_tables script. Please backup your database before
73   upgrading just in case.
74 - You *should* be able to use 1.38.x FDs with version 1.39.18 Director
75   and SD providing you do not use any of the new features (runscript,   
76   data encryption). It seems to work here, but we do not guarantee it.
77 - Your Director and SD must be simultaneously upgraded.
78 - The restore command no longer uses the MediaType as the primary method
79   of finding a suitable Storage device. Normally it will select the last
80   device used to write a Volume. If no storage device is defined, it
81   will use the old algorithm which selects the first Storage resource  
82   with the correct MediaType.
83 - The MD5/SHA1 hash codes kept in the database are now kept in a binary
84   format compatible with the rest of the world. If you are running verify 
85   jobs, you *must* do an InitCatalog or all files will show an MD5   
86   difference.  Also, authentication uses the new algorithm by
87   default, but *should* accept connections from older components (FD) using
88   the old non-compatible algorithm. This has been tested, but more
89   more testing is still needed.  
90 - The --mandir ./configure option now points to the top level man
91   directory.  The man files will be installed under mandir/man8 and
92   mandir/man1 as appropriate.
93 - The "Accept Any Volume" directive has been removed. It was never
94   implemented. Bacula will always accept any valid tape that is in   
95   the drive for appending.
96
97
98 A Lot of New features for 1.39.18:
99 - Switch the Win32 build from using Microsoft C++ to using mingw32
100   cross-compiling.  The inital work was done by Howard Thomson,
101   then tweaked by me.  Robert Nelson then totally reworked the
102   cross-compiling code so that it not only cross-compiles, but
103   also compiles on Visual Studio, and at the same time, he added
104   all the current Unix features to the FD, such as selection on
105   drives, encryption support, building *all* the tools, ...
106   Finally, he also ported the Directory and the Storage daemon to
107   Win32.
108 - Data encryption done in the Client is now supported due to code
109   submitted by Landon Fuller.
110 - Bacula restore and bextract can now extract non-portable Win32 data to
111   any client (including Unix/Linux clients). Of course, in doing so,
112   the Microsoft specific permissions and ACLs will be lost.  Thanks
113   to Thorsten Engel for this code.
114 - The 260 character limitation for Win32 paths name lengths is now 
115   eliminated thanks to Thorsted Engel.
116 - Eric Bollengier wrote new RunScript directives that includes
117   the old RunBefore/AfterJob and ClientRunBefore/AfterJob features
118   plus a *lot* more, allowing you to control just about every aspect
119   of running scripts.  See the manual for detailed documentation.
120   http://www.bacula.org/dev-manual/Configuring_Director.html#5227
121 - The examples directory has a new bacula_mail_summary.sh file that
122   creates a single email summary of any number of jobs. Submitted by
123   Andrew J. Millar.
124 - SunOS ACLs should now work thanks to a patch from David Duchscher.
125 - The database Id records should be 32/64 bit independent now. 64 bits
126   can be enabled by changing one define, but this has never been tested.
127 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at
128   If this patch is applied, the number of days can be specified with
129   "list nextvol days=xx"
130   or
131   "status dir days=xx"
132   My use case is to be able to preview the next scheduled job (and the
133   next tape to be used) on fridays if there are no scheduled jobs during
134   the weekend.  This patch was probably back ported to 1.38.x
135 - Add nagios plugin to the examples directory. Submitted by
136   Christian Masopust.
137 - Modify most restore error messages to be queued so that they
138   appear at the end of the job rather than mixted with the restore
139   listing where they could be "lost".
140 - Apply patch supplied by user (slightly modified) to fix
141   correct detection of holes in block devices and FIFOs.
142   Bug # 506.
143 - Added a report.pl program to the examples directory from Jonas Bjorklund.
144 - Add enable/disable job=<job-name>.  This command prevents
145   the specified job from being scheduled. Even when disabled,
146   the job can be manually started from the console.
147 - Add two new queries to query.sql provided by Arno. One
148   list volumes known to the Storage device, and the other
149   lists volumes possibly needing replacement (error, ...).
150 - Implement new code for changing userid and group at startup. This
151   should get Bacula into the correct groups.
152 - Implement support for removable filesystems.
153 - Transfer rates are now presented in a more readable format thanks
154   to a user submission.
155 - SD is now aware of what volumes are mounted. More information is printed
156   in the Status report.
157 - The Pool Maximum Volumes directive is now respected in all places.
158 - A Storage device can now be specified in a Pool resource. It will override
159   all other Storage specifications.
160 - Most but not all directives accept true/false in place of yes/no.
161 - A patch from Karl Hakimian that reads JobIds, FileIndexes
162   from a database table for restore.
163 - There are a number of new tables. Some such as the Location table are
164   designed for user use in doing Volume Management software.
165 - Maximum Changer Wait, Maximum Open Wait, Maximum Rewind Wait to
166   accept time qualifiers.
167 - Implement jobuid to replace old usage of job in keywords as
168   suggested by Eric Bollengier.
169 - Apply patch for enhancing wait from Eric Bollengier. One can now:
170    wait  (wait for all jobs to stop)
171    wait jobid=nn
172    wait jobuid=unique id
173    wait job=job-name
174 - Implement write variables for Python to set Priority (anytime), and
175   Job Level, only during JobInit event.
176 - Use the keyword ujobid to mean the unique job id; job or jobname
177   to mean the Job name given on the Name directive, and jobid to
178   be the numeric (non-unique) job id.
179 - Allow the SD to use multiple drives during a backup/restore (only
180   one at a time). This is not well tested.
181 - Integrate addition of line count limitation to bsmtp -l from
182   Sebastian Stark <stark at tuebingen.mpg.de>
183 - Split the bacula start/start script into four files:
184    bacula         -- starts and stops calling other scripts
185    bacula-ctl-dir -- starts/stops the director
186    bacula-ctl-fd  -- starts/stops the File daemon
187    bacula-ctl-sd  -- starts/stops the Storage daemon
188 - Remove automatic case folding on Windows FDs. You must
189   explictly use the 'Ignore Case = yes' option.
190 - Implement wild program in tools directory for testing
191   wild-cards. Almost identical to the regex program.
192 - Use the new bregex.c to implement Regex expressions on Win32.
193 - Apply patch from Christopher Hull
194   - Allow multiple connections to database with different
195     parameters.
196   - Invalidate the scheduler when doing a reload. Fixes seg
197     fault, but still 60 second window.
198   - Additional info in Reschedule message.
199   - Use set_jcr_job_status() everywhere to prevent loss of
200     cancel, error.
201   - Display peer IP in FD if error from connecting DIR.
202   - Don't increment file count for DIRBEGIN.
203   - Replace illegal characters in Win32 filename by _.
204   - Add SE_CREATE_PERMANENT_NAME privilege in Win32.
205   - Hash hard link filenames rather than linked list (performance).
206   - Fix for security failure in chdir on Win32.
207   - Add CreateDirectoryA/W win32 API entry points.
208 - Add /silent option to Win32 FD for Install/Remove service.
209   programs to duplicate Bacula's base64 algorithm using standard
210   routines. This fixes bugs #296, and 565. Patch submitted by
211   author of bug #565.
212 - Fixes to reloading the Dir conf file from Eric Bollengier and Christopher
213   Hull.
214 - Modify LICENSE to correct some problems pointed out by Debian.
215 - Apply a patch submitted by cesarb in bug #606 to implement O_NOATIME support.
216     O_NOATIME is a open() flag which makes it possible to read a file without
217     updating the inode atime (and also without the inode ctime update which
218     happens if you try to set the atime back to its previous value). It also
219     prevents a race condition when two programs are reading the same file, but
220     only one does not want to change the atime. It's most useful for backup
221     programs and file integrity checkers (and bacula can fit on both
222     categories).                                                    
223   You enable it in the Bacula FileSet Options resource by setting:
224      noatime = yes
225   The effect of this option is similar to the keepatime option except
226   it is more efficient and avoids modifying ctime.
227 - Implement a pile of new man pages contributed by Jose Tallon.
228 - Implement a number of user supplied patches for DVD writing.
229 - Modify the database format for handling Migration jobs:
230    Add PriorJobId, RealEndTime to Job table
231    Delete MAC table
232    Remove Stripe from JobMedia record (not used, wasting space)
233    Add ScratchPoolId, RecyclePoolId, Enabled to Media record
234    Add Cost to Location table.
235    Enabled to Media table and Location table.
236 - Security: harden authentication failure in FD by single threading errors
237   and forcing a 6 second wait.
238 - If using GCC (actually g++) add the following compiler flags
239   -fno-strict-aliasing -fno-exceptions -fno-rtti
240 - Turn on new bsnprintf() code.  This could cause print output
241   to look different.
242 - Implement job report that indicates where Storage and Pool
243   came from -- with overrides and Pool storage and NextPool,
244   it is all very complicated.
245 - Add more detail (Storage, Device) to list of volumes printed
246   for restore.
247 - Add new VOLMGMT message class. No messages are yet sent with this 
248   class.
249 - Add Catalog message destination in Messages resource that puts the
250   job report in the Log database table.
251 - Spend a lot of time integrating mkcdrec with the rescue disk.
252 - Add spooling/despooling info in status output of SD.
253 - Add Comment field to llist of a volume.
254 - Allow true/false in some yes/no questions.
255 - Implement update volume enable=(on|off|true|false|archived|0|1|2)
256
257 Additional Features Added for Win32:
258
259 Added DriveType directive to the Director's Include Option FileSet
260 resource.  Allowed values are: fixed, removable, cdrom, and remote.  There
261 is only an implementation for Windows because it is the only platform that
262 has the concept of drives.
263  
264 Adds EnhancedWild directive to the Director's Include Option FileSet
265 resource.  Allowed values are: yes and no.
266  
267 When EnhancedWild is enabled then the processing of the
268 Wild, WildDir and WildFile is changed in the following ways.
269  
270   Patterns conform to Posix
271       \ is not a special character in character classification []
272       To match a - it must be the first or last character
273       To match a ] it must be the first character
274  
275       fnmatch option FNM_FILE_NAME is specified * doesn't match a / 
276       so it won't match multiple directory levels in a path
277  
278 Relative WildFile patterns (ones without a leading /) match
279 against the filename portion.  This in combination with the
280 FNM_FILE_NAME fnmatch() flag makes directives such as WildFile =
281 abc*.def work as expected.
282  
283 Adds support for the shell's feature of brace expansion.
284
285 Here is an example where braces allow 24 lines to be expressed in 5.
286
287 # Exclude directories full of lots and lots of useless little files
288 WildDir = "[A-Z]:/{Documents and
289 Settings,{WINNT,Windows}/Profiles}/*/Cookies"
290 WildDir = "[A-Z]:/{Documents and
291 Settings,{WINNT,Windows}/Profiles}/*/Recent"
292 WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local
293 Settings,LOCALS~1}/History"
294 WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local
295 Settings,LOCALS~1}/Temp"
296 WildDir = "[A-Z]:/{Documents and Settings,{WINNT,Windows}/Profiles}/*/{Local
297 Settings,LOCALS~1}/Temporary Internet Files"
298
299
300
301 Here are some hints if you want to play with the Windows Director and/or
302 Storage daemon.
303  
304 Changer and Tape device names in Windows are Changer0, Changer1, etc and
305 Tape0, Tape1, etc.  If there isn't a device driver loaded for the Changer
306 then you need to use the address <Port>:<Bus>:<Target>:<Lun>.  Port is the
307 SCSI Adapter Number, Bus is the Bus Number on the adapter (usually 0 since
308 most adapters only have one bus), Target is the device's Target Device ID,
309 Lun is the Logical Unit Number.
310  
311 You must specify DeviceType = tape in the Device resource in bacula-sd.conf
312 since detection doesn't currently work.