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