]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
c31ddf8c7f3c9a907c0dc4965404da0e90dd94b5
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.34.1
3
4   Bacula code: Total files = 306 Total lines = 91,155 (*.h *.c *.in)
5
6 Changes for 1.34.1:  
7 - Autochanger users, please note you must add %d to the end of the
8   changer command line in your Device resource in your bacula-sd.conf
9   file.
10 - Make backup report say "Backup OK with warnings" if either FD or SD
11   report any non-fatal errors.
12 - Modify bscan to print some elementary statistics (#Jobs, #Files, ...)
13   added to catalog.
14 - Added --enable-wx-console and updated Makefile.in
15 - Fix mtx-changer so that the calling sequence is compatible
16   with the previous version (the new one required arguments that
17   were not necessarily used).
18 - Document how to use stunnel with Bacula.
19 - Fix crash in query command.
20 - Remove schedule from the default restore job.
21 - Fix data spooler to use min/max tape blocking factors.
22 - Automatically turn of conio if library not found instead of bombing.
23 - Cleaned up a lot of copyright dates.
24 - Try to keep spool statistics from going negative.
25 - Added new Pools chapter. Doc about using two disks.
26 - Attempt to keep the spool file statistics size from going
27   negative.
28 - Fix the Director's Scheduled Jobs: list to have a ===
29   termination.
30 - Fixed ./configure to disable readline rather than stop if
31   readline.h is not found
32 - Fixed a typo in the SQLite database update script as reported
33   by Robert J. Clark - thanks.
34 - Removed src/win32/pthreads and src/win32/zlib from the source
35   tree.
36 - Created a new depkgs-win32 that has the pthreads and zlib source
37   code.
38 - Removed the JobDefs from the default Restore job as it has a
39   schedule. Thanks to Matt Howard for this.
40
41
42
43 Release 1.34.0
44 Major Features:
45 - Data spooling which reduces tape shoe-shine during Inc backups,         
46   and permits multiple simultaneous backups without interleaved blocks.
47 - Native Win32 client -- much faster and restores permissions correctly
48   (thanks to Christopher Hull)
49 - New Windows style installer for the Win32 Client.
50 - PostgreSQL database driver (thanks to Dan Langille).
51 - Polling of devices eliminating need to unmount and mount from
52   console.
53 - Improved Autochange support of Slots (update slots scan).
54 - Autochanger support for multiple drives (I think).
55 - New conio code to implement Console command line editing and history.
56 - JobDefs resource permits smaller .conf files for Director
57 - Access console lists for the Console
58 - Pool level overrides.
59 - Daemon "status" is recovered across daemon executions.
60 - Improved btape "test" and "fill" commands.
61
62
63 Items to note:  !!!!!
64 - If you have a RedHat system, be sure to delete the /lib/tls
65   directory from your system. It contains defective pthreads code.
66 - The restore default is changed to have nothing selected by default.
67   You must either enter: "restore all" or after getting into the tree
68   selection prompt enter "mark *" to have everything selected.
69 - In previous versions the "all" keyword on the restore command caused
70   it to return without user interaction after selecting everything. 
71   This function is now replaced by the "done" keyword (more logical).
72   The "all" keyword now causes everything to be selected by default.
73 - The default tape driver behavior is now to write only a single EOF
74   at the end of the tape. For most tape drives, this is totally            
75   transparent and nothing needs to be done. For FreeBSD see below.
76 - FreeBSD users NOTE!!!!!
77   You may need the following two records to your SD Device resource for
78   tape drives.
79
80      TWOEOF = yes
81      Fast Forward Space File = no
82
83   The "Fast Forward Space File" is surely needed, and the TWOEOF          
84   is needed on some systems and not others. Running the btape
85   "test" command will tell you. If you get an error with TWOEOF set   
86   to yes, set it to no.
87
88 - If you want either bsmtp or bconsole on Win32, you will need
89   to load the 1.32 version along with cygwin1.dll. Some solution
90   for this will be forthcoming in a future update.
91 - The daemon protocol has changed from version 1.32, you must update 
92   everything at once.
93 - The database level has been updated. You must either re-initialize
94   your databases with:
95    
96     ./drop_bacula_tables
97     ./make_bacula_tables
98
99   which will delete ALL prior catalog information, or you can
100   update your 1.32 database with:
101
102     ./update_bacula_tables
103
104   Please save your old database before dropping the tables or doing
105   an upgrade or you may regret it later.
106 - If you are updating versions older than 1.32, you can look in
107   the updatedb directory for scripts that you can use. You will need
108   to manually set the paths for your system.
109
110 - smtp has now become bsmtp -- you *must* modify your .conf files.
111 - console has now become bconsole.
112 - console.conf is now bconsole.conf
113 - Please don't underestimate the repercussions of the bsmtp and bconsole 
114   name changes!
115
116
117 New directives:
118 - "Close on Poll = yes/no" in SD Device resource.
119 - "Volume Poll Interval = time-interval" in SD Device resource.
120 - "Two EOF = yes/no" in SD Device resource.
121 - "Maximum Network Buffer Size = size" in SD Device resource.
122 - "Maximum Network Buffer Size = size" in FD FileDaemon (or Client) resource.
123 - "Console" new resource in Director conf file.
124      New directives: Name, Description, Password, JobACL, ClientACL,
125         StorageACL, ScheduleACL, RunACL, PoolACL, CommandACL,
126         FileSetACL, CatalogACL.
127 - "Max Run Time = duration" in Director Job resource.
128 - "Max Wait Time = duration" in Director Job resource (not fully implemented).
129 - "JobDefs = name-of-resource" in Director Job resource.
130 - "Jobdefs" new resource in Director. Same directives as for a Job.
131 - "Full Backup Pool = xxx" in Job resource in the Director.
132 - "Incremental Backup Pool = xxx" in Job resource in the Director.
133 - "Differential Backup Pool = xxx" in Job resource in the Director.
134 - Three new options on the Run override statement in a Schedule resource:
135    FullPool=xxx
136    IncrementalPool=xxx
137    DifferentialPool=xxx
138 - SpoolData=yes/no in DIR Job resource
139 - SpoolData=yes/no in Run override directive.
140 - MaximumSpoolSize in SD Device resource
141 - MaximumJobSpoolSize in SD Device resource
142 - SpoolDirectory in SD Device resource.
143 - Drive Index in SD Device resource for using two autochanger
144   drives.
145 - mtimeonly=yes/no on Include directive.
146 - keepatime=yes/no on Include directive.
147
148 New Commands:
149 - "SetIP"
150 - Added "pool=xxx" to restore command line.
151 - Added "fileset=xxx" to restore command line.
152 - Fixed "storage=xxx" on restore command line.
153 - "markdir" command in restore tree.
154 - "unmarkdir" command in restore tree.
155 - "quit" command in restore tree.
156 - Trace option on "setdebug trace=1/0 ..."
157 - Update slots scan
158 - The "all" keyword on the restore command marks all files by default.
159 - The "done" keyword prevents user interaction with the tree -- used
160   mostly for batch scripting.
161
162
163 Additional changes:
164 - Slackware support
165 - On multiple ctl-c, exit from console quickly.
166 - Implement "delete job jobid=xxx jobid=yyy ..."
167 - Implement "purge volume=xxx volume=yyy ..."
168 - Add -p option to all SD programs including bacula-sd. It causes
169   Bacula to proceed or forge on in case of I/O errors. It is unlikely
170   this will help, and it is strongly recommended against running
171   the daemon with this option in production.
172 - Add a missing unlock in the jobq handler.
173 - Fix bug where a soft linked file and a directory had the same name
174   by treating the soft link as a directory and putting the entries under
175   it. This fixes the bug reported by Alexander Mueller.
176 - Apply Jess Guardiani's second fix to list autochanger volumes without
177   opening the drive (necessary on FreeBSD if no tape is in the drive).
178 - Reworked the command line handler in restore to walk through the
179   arguments one at a time. This makes the file= entries work correctly.
180   Also reworked the code that takes the MediaType and finds a 
181   storage device.
182 - Add quit command to restore tree handler.
183 - Make restore tree handler remember if a hard link is present, and
184   in doing a mark, only get database entry if there is a hard link.
185   mark commands thus run at least 2 orders of magnitude faster.
186 - Add files=xxx field to run command submitted for restore.   
187 - Add yes to restore run command if either yes or run is command line
188   argument.
189 - Make "yes" on command line argument skip prompt for modification of
190   run job.
191 - Add markdir and unmarkdir -- both affect only the directory in
192   question and do not do a recursive descent.
193 - Make tree command automatically mark all higher level directories to
194   be restored when a directory or a file is selected.  Such directories
195   are indicated by preceding the name with a + to indicate that only
196   the directory entry is selected and not the whole directory tree.
197 - Modify a few tree commands to walk through all arguments rather than
198   just taking the first one.
199 - Improved btape "test" and "fill" commands.
200 - The ability to ask the Storage daemon on a device by device basis
201   to "poll" the tape drive at a given interval (minimum 1 minute). If
202   a tape is found, its label is read and if appropriate it is used.
203   This eliminates the need to do "mount" commands.
204 - The ability to close and re-open the device when a poll occurs. 
205   This permits dealing with certain recalcitrant autochangers that
206   invalidate devices (typically on FreeBSD).
207 - Dan Langille has written a PostgreSQL driver for Bacula.
208 - Implement "update slots scan" that reads the volume label(s).
209 - The full form of the scan is "scan=1,2,4-5,7". With no specification,
210   all occupied slots are scanned.
211 - Turn off changer Volumes that are not current in the changer when
212   an "update slots" is done, or if any tape operation discovers that
213   the right volume is not in the slot.
214 - The console program will run all commands it finds in ~/.bconsolerc
215   at startup.
216 - Add Dan Langille's changes to the bacula start/stop script that 
217   permit dropping root permissions just after startup.
218 - New version 1.5.5-1 Cygwin.
219 - Modify SD to update the catalog database when it is shutdown,
220   even if the job is canceled.
221 - Fixed seg fault in restore of multiple simultaneous jobs to 
222   a single Volume.
223 - Fixed thread race problem in multiple simultaneous jobs to
224   a single Volume where the volume label is not in the first 
225   tape block, so the tape is not recognized.
226 - Restore directory tree automatically selects all higher level
227   directories to be restored.
228 - Implement conio.c to use in console program -- mini-readline.
229 - Enhance "fill" command of btape -- simpler output. Use -v to
230   cause last block to be dumped after write and after re-read.
231 - Added an autochanger test to the btape "test" command. It is 
232   automatically invoked if the autochanger is properly configured.  It
233   is still a bit primitive but covers the essential of testing
234   the mtx-changer script with your autochanger.
235 - Select the oldest LastWritten volume during recycling.
236 - Added forward space file test to btape "test" command.
237 - All 1.32d patches applied.
238 - Fixed seg fault in restore of multiple simultaneous jobs to 
239   a single Volume.
240 - Fixed thread race problem in multiple simultaneous jobs to
241   a single Volume where the volume lable is not in the first 
242   tape block, so the tape is not recognized.