]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Final changes
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.38.2
3
4   Bacula code: Total files = 420 Total lines = 138,440 (*.h *.c *.in)
5       20,440 additional lines of code since version 1.36.3
6
7 Changes to 1.38.2:
8 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
9 - Fix bnet-server bug found on OpenBSD. Bug #486
10 - Fix cancel failure bug. Bug #481
11 - Fix failure when Pool name has spaces. Bug #487   
12 - Fix SD crash in autochanger code. Mutex failure. Bug #488
13 - Fix a couple of free()s in src/filed/acl.c
14 - Fix memory overrun in bfile.c in building OS X resource
15   fork filename. Bug #489 
16 - Add Pool name to SD status output.
17 - Add Python install dir for Solaris to configure. Bug #492
18
19 Changes to 1.38.1:
20 - Corrected ACL for Solaris (David Duchscher and Attila Fulop).
21 - Add bacula_mail_summary.sh to examples directory. It makes
22   a single email summary of any number of jobs. Submitted
23   by Adrew J. Millar.
24 - Unmount command now unloads autochanger.
25 - Fix hang in FD (Martin Simmons)
26 - Fix Win98 stat() problem in FD (Thorsten Engel)
27 - Fix update slots which did not clear missing tapes.
28 - Fix autostart install for FreeBSD (user reported)
29 - Fix several problems with PostgreSQL scripts (Eric Bollinger)
30 - Critical: allow restore of the first file of non-portable Win32 backup.
31 - Important: with muliple concurrent jobs the autochanger could get
32   confused because of a missing mutex.
33 - Fix accessing last slot in label and update slots.       
34 - Modify configure.in to add execute option to sqlite3 catalog  
35   scripts.
36 - Create update_xxx_table_8_to_9 scripts for updatedb
37 - Move the -lcrypt for PostgreSQL after the PostgreSQL libs in
38   autoconf/bacula-macros/db.m4 as suggested by user.  Fixes bug #457.
39 - Remove @STATIC_CONS@ from tray-monitor Makefile as suggested
40   by user. Fixes bug #456.
41 - AMD64 users see compiler bug warning below!!!!!!!!!
42
43 Major Changes in 1.38:
44 - Fixed out of order Volumes in restore.
45 - Improved algorithm for reserving drives in multiple drive
46   autochangers. Autochange users MUST use the new Autochanger
47   resource in the Storage daemon.
48 - There is a new database format that is not compatible
49   with previous databases. You must upgrade if converting
50   from 1.36.x. No changes from version 1.37.30.
51 - The Director, Storage daemon, and File daemons are
52   Deamons are not compatible with prior versions. 
53   All FDs must be upgraded at the same time.
54 - Support for ANSI/IBM labels.
55 - Faster database inserts due to combining the MD5/SHA1 into
56   the attributes record, eliminating one INSERT/file backed up.
57 - Python Event support has been added. See below for
58   configuration and details. The implementation is somewhat minimal,
59   so the functionality is not complete. The Python interface
60   has not been extensively tested, so please consider it BETA.
61 - DVD writing support, using parts, and some new directives in
62   the Device resource of the Storage configuration file thanks
63   to Nicolas Boichat. Please note that this code is still 
64   BETA and should be carefully tested before using in
65   production.
66 - Seven new options keywords in a FileSet resource:
67   ignorecase, fstype, hfsplussupport, wilddir, wildfile, regexdir,
68   and regexfile thanks to Pruben Guldberg). See below for details.
69 - Restore of all files for a Job or set of jobs even if the file
70   records have been removed from the catalog.
71 - Restore of a directory (non-recursive, i.e. only one level).
72 - Support for TLS (ssl) between all the daemon connections thanks
73   to Landon Fuller.                         
74 - Any Volume in the Pool named Scratch may be reassigned to any
75   other Pool when a new Volume is needed.
76 - You may clone a Job and thus write (almost) the same data
77   to multiple Volumes simultaneously (see below). Actually, 
78   any Job may start any other Job with this mechanism, so it
79   also be used to group jobs.
80 - Unicode filename support for Win32 (thanks to Thorsten Engel)
81 - Volume Shadow Copy support for Win32 thus the capability to
82   backup exclusively opened files (thanks to Thorsten Engel).
83   A VSS enabled Win32 FD is available.  You must explicitly
84   turn on VSS with "Enable VSS = yes" in your FileSet resource.
85 - New manual format with an index (thanks to Karl Cunningham).
86 - New Web site format (thanks to Michael Scherer).
87 - SQLite3 support.
88 - Web-bacula, previously a separate project by Juan Luis Frances,
89   is now included in the Bacula GUI release. This is a management
90   level tool for reporting the state of Bacula jobs.
91 - The code is now Internationalized so that it can be localized
92   in native languages.  Thanks to Nicolas Boichat.
93
94 New Directives:
95 - New Job directive "Prefer Mounted Volumes = yes|no" causes the
96   SD to select either an Autochanger or a drive with a valid 
97   Volume already mounted in preference. If none is available,
98   it will select the first available drive.
99 - New Run directive in Job resource of DIR. It permits
100   cloning of jobs.  To clone a copy of the current job, use
101      Run = "job-name level=%l since=\"%s\""
102   Note, job-name is normally the same name as the job that
103   is running but there is no restriction on what you put. If you
104   want to start the job by hand and use job overrides such as       
105   storage=xxx, realize that the job will be started with the
106   default storage values not the overrides.  The level=%l guarantees
107   that the chosen level of the job is the same, and the since=... 
108   ensures that the job uses *exactly* the same time/date for incremental
109   and differential jobs. The since=... is ignored when level=Full.
110   A cloned job will not start additional clones, so it is not possible
111   to recurse.
112 - New Options keywords in a FileSet directive (backported to 1.36.3):
113   - WildDir xxx
114     Will do a wild card match against directories (files will not
115     be matched).
116   - WildFile xxx
117     Will do a wild card match against files (directories will not
118     be matched).
119   - RegexDir xxx
120     Will do a regular expression match against directories (files
121     will not be matched).
122   - RegexFile xxx
123     Will do a regular expression match against files( directories
124     will not be matched).
125   - IgnoreCase = yes | no
126     Will ignore case in wild card and regular expression matches.
127     This is handy for Windows where filename case is not significant.
128   - FsType = string
129     where string is a filesystem type: ext2, jfs, ntfs, proc,
130     reiserfs, xfs, usbdevfs, sysfs, smbfs, iso9660.  For ext3
131     systems, use ext2.  You may have multiple fstype directives
132     and thus permit multiple filesystem types.  If the type
133     specified on the fstype directive does not match the
134     filesystem for a particular directive, that directory will
135     not be backed up.  This directive can be used to prevent
136     backing up non-local filesystems.
137   - HFS Plus Support = yes | no 
138     If set, Mac OS X resource forks will be saved and restored.
139 - Label Type = ANSI | IBM | Bacula   
140   Implemented in Director Pool resource and in SD Device resource.
141   If it is specified in the SD Device resource, it will take
142   precedence over the value passed from the Director to the SD.
143 - Check Labels = yes | no
144   Implemented in the SD Device resource. If you intend to read
145   ANSI or IBM labels, this *must* be set. Even if the volume
146   is not ANSI labeled, you can set this to yes, and Bacula will
147   check the label type.
148 - Scripts Directory = <directory> name.  Defines the directory from 
149   which Bacula scripts will be called for events. In fact, Bacula
150   appends this name to the standard Python list of search directories,
151   so the script could also be in any of the Python system directories.
152 - In FileSet, you can exclude backing up of hardlinks (if you have
153   a lot, it can be very expensive), by using:
154     HardLinks = no
155   in the Options section. Patch supplied by David R Bosso. Thanks.
156 - MaximumPartSize = bytes (SD, Device resource)
157   Defines the maximum part size.
158 - Requires Mount = Yes/No (SD, Device resource)
159   Defines if the device require to be mounted to be read, and if it
160   must be written in a special way. If it set, the following directives 
161   must be defined in the same Device resource:
162   + Mount Point = directory
163     Directory where the device must be mounted. 
164   + Mount Command = name-string
165     Command that must be executed to mount the device. Before the command
166     is executed, %a is replaced with the Archive Device, and %m with the 
167     Mount Point.
168   + Unmount Command = name-string
169     Command that must be executed to unmount the device. Before the 
170     command is executed, %a is replaced with the Archive Device, and 
171     %m with the Mount Point.
172   + Write Part Command = name-string
173     Command that must be executed to write a part to the device. Before
174     the command is executed, %a is replaced with the Archive Device, %m 
175     with the Mount Point, %n with the current part number (0-based), 
176     and %v with the current part filename.
177   + Free Space Command = name-string
178     Command that must be executed to check how much free space is left 
179     on the device. Before the command is executed, %a is replaced with 
180     the Archive Device, %m with the Mount Point, %n with the current part
181     number (0-based), and %v with the current part filename.
182 - Write Part After Job = Yes/No (DIR, Job Resource, and Schedule Resource)
183   If this directive is set to yes (default no), a new part file will be
184   created after the job is finished.
185 - A pile of new Directives to support TLS. Please see the TLS chapter
186   of the manual.
187
188 New Commands:
189 - "python restart" restarts the Python interpreter. Rather brutal, make
190    sure no Python scripts are running. This permits you to change
191    a Python script and get Bacula to use the new script.
192
193 New configure options:
194 - --with-libintl-prefix for defining alternate locations for
195   the NLS internationalization libraries. Not normally required.
196 - --datadir  for defining where the language files will be installed
197   required only if you do not want the default /usr/share.
198
199 Items to note!!!
200 - If you use an Autochanger, you MUST update your SD conf file
201   to use the new Autochanger resource.  Otherwise, certain commands
202   such as "update slots" may not work.
203 - You must add --with-python=[DIR] to the configure command line
204   if you want Python support.  Python 2.2, 2.3 and 2.4 should be 
205   automatically detected if in the standard place.
206 - When linking with --with-python, there are a few warnings that
207   can be ignored.
208 - You must either create a new catalog database or upgrade your
209   old database. After installation, run from your scripts
210   directory:
211
212        ./upgrade_bacula_tables
213
214   You can also find this script in the <bacula-source>/src/cats
215   directory.
216 - The Director, Storage daemon, and File daemons are
217   Deamons are not compatible with  prior versions. 
218   All FDs must be upgraded at the same time.
219 - You must add --with-openssl to the configure command line if
220   you want TLS communications encryption support.
221 - Disk seeking during restores does not yet work correctly in
222   all cases, so it is turned off.
223 - Note, with gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5) on an
224   AMD64 CPU running 64 bit CentOS4, there is a compiler bug that
225   generates bad code that causes Bacula to segment fault.
226   Typically you will see this in the Storage daemon first.  The
227   solution is to compile Bacula ensuring that no optimization is
228   turned on (normally it is -O2).
229   This same compiler bug has been reported and confirmed with
230   gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) running on
231   an AMD64 CPU.  This for the moment, I would recommend that all
232   users of GCC 4.0.1 or greater turn off all optimization when
233   compiling.
234
235
236 Other Items:
237 - Security fixes for temp files created in mtx-changer, during
238   ./configure, and during making of Rescue disk.
239 - A new script, dvd-handler, in the scripts directory,
240   which is designed to be used as parameters to Write Part Command and
241   Free Space Command. They need the dvd+rw-tools to be installed
242   (http://fy.chalmers.se/~appro/linux/DVD+RW/) AND, the growisofs
243   program must be patched using the 
244   <bacula-source>/patches/dvd+rw-tools-5.21.4.10.8.bacula.patch
245   You must have Python installed to run the scripts.
246 - Part files support: File volumes can now be split into multiple
247   files, called "parts".
248 - For the details of the Python scripting support, please see the new
249   Python Scripting chapter in the manual.