]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Phil's code + rework status command
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.33.4
3
4   Bacula code: Total files = 301 Total lines = 89,118 (*.h *.c *.in)
5
6 New directives:
7 - "Close on Poll = yes/no" in SD Device resource.
8 - "Volume Poll Interval = time-interval" in SD Device resource.
9 - "Two EOF = yes/no" in SD Device resource.
10 - "Maximum Network Buffer Size = size" in SD Device resource.
11 - "Maximum Network Buffer Size = size" in FD FileDaemon (or Client) resource.
12 - "Console" new resource in Director conf file.
13      New directives: Name, Description, Password, JobACL, ClientACL,
14         StorageACL, ScheduleACL, RunACL, PoolACL, CommandACL,
15         FileSetACL, CatalogACL.
16 - "Max Run Time = duration" in Director Job resource.
17 - "Max Wait Time = duration" in Director Job resource (not fully implemented).
18 - "JobDefs = name-of-resource" in Director Job resource.
19 - "Jobdefs" new resource in Director. Same directives as for a Job.
20 - "Full Backup Pool = xxx" in Job resource in the Director.
21 - "Incremental Backup Pool = xxx" in Job resource in the Director.
22 - "Differential Backup Pool = xxx" in Job resource in the Director.
23 - Three new options on the Run override statement in a Schedule resource:
24    FullPool=xxx
25    IncrementalPool=xxx
26    DifferentialPool=xxx
27 - SpoolData=yes/no in DIR Job resource
28 - SpoolData=yes/no in Run override directive.
29 - MaximumSpoolSize in SD Device resource
30 - MaximumSpoolJobSize in SD Device resource
31 - SpoolDirectory in SD Device resource.
32
33 New Commands:
34 - "SetIP"
35 - Added "pool=xxx" to restore command line.
36 - Added "fileset=xxx" to restore command line.
37 - Fixed "storage=xxx" on restore command line.
38 - "markdir" command in restore tree.
39 - "unmarkdir" command in restore tree.
40 - "quit" command in restore tree.
41 - Trace option on "setdebug trace=1/0 ..."
42
43
44 Most Significant Changes since 1.32f-4
45 - Add a missing unlock in the jobq handler.
46 - Fix bug where a soft linked file and a directory had the same name
47   by treating the soft link as a directory and putting the entries under
48   it. This fixes the bug reported by Alexander Mueller.
49 - Apply Jess Guardiani's second fix to list autochanger volumes without
50   opening the drive (necessary on FreeBSD if no tape is in the drive).
51 - Reworked the command line handler in restore to walk through the
52   arguments one at a time. This makes the file= entries work correctly.
53   Also reworked the code that takes the MediaType and finds a 
54   storage device.
55 - Add quit command to restore tree handler.
56 - Make restore tree handler remember if a hard link is present, and
57   in doing a mark, only get database entry if there is a hard link.
58   mark commands thus run at least 2 orders of magnitude faster.
59 - Add files=xxx field to run command submitted for restore.   
60 - Add yes to restore run command if either yes or run is command line
61   argument.
62 - Make "yes" on command line argument skip prompt for modification of
63   run job.
64 - Add markdir and unmarkdir -- both affect only the directory in
65   question and do not do a recursive descent.
66 - Make tree command automatically mark all higher level directories to
67   be restored when a directory or a file is selected.  Such directories
68   are indicated by preceding the name with a + to indicate that only
69   the directory entry is selected and not the whole directory tree.
70 - Modify a few tree commands to walk through all arguments rather than
71   just taking the first one.
72 - Improved btape "test" and "fill" commands.
73 - The ability to ask the Storage daemon on a device by device basis
74   to "poll" the tape drive at a given interval (minimum 1 minute). If
75   a tape is found, its label is read and if appropriate it is used.
76   This eliminates the need to do "mount" commands.
77 - The ability to close and re-open the device when a poll occurs. 
78   This permits dealing with certain recalcitrant autochangers that
79   invalidate devices (typically on FreeBSD).
80 - Dan Langille has written a PostgreSQL driver for Bacula.
81 - Implement "update slots scan" that reads the volume label(s).
82 - The full form of the scan is "scan=1,2,4-5,7". With no specification,
83   all occupied slots are scanned.
84 - Turn off changer Volumes that are not current in the changer when
85   an "update slots" is done, or if any tape operation discovers that
86   the right volume is not in the slot.
87 - The console program will run all commands it finds in ~/.bconsolerc
88   at startup.
89 - Add Dan Langille's changes to the bacula start/stop script that 
90   permit dropping root permissions just after startup.
91 - New version 1.5.5-1 Cygwin.
92 - Modify SD to update the catalog database when it is shutdown,
93   even if the job is canceled.
94 - Fixed seg fault in restore of multiple simultaneous jobs to 
95   a single Volume.
96 - Fixed thread race problem in multiple simultaneous jobs to
97   a single Volume where the volume lable is not in the first 
98   tape block, so the tape is not recognized.
99
100 Other Changes since 1.32d
101 - Restore directory tree automatically selects all higher level
102   directories to be restored.
103 - Implement conio.c to use in console program -- mini-readline.
104 - Enhance "fill" command of btape -- simpler output. Use -v to
105   cause last block to be dumped after write and after re-read.
106 - Added an autochanger test to the btape "test" command. It is 
107   automatically invoked if the autochanger is properly configured.  It
108   is still a bit primitive but covers the essential of testing
109   the mtx-changer script with your autochanger.
110 - Select the oldest LastWritten volume during recycling.
111 - Added forward space file test to btape "test" command.
112 - All 1.32d patches applied.
113 - Fixed seg fault in restore of multiple simultaneous jobs to 
114   a single Volume.
115 - Fixed thread race problem in multiple simultaneous jobs to
116   a single Volume where the volume lable is not in the first 
117   tape block, so the tape is not recognized.
118
119 Items to note:  !!!!!
120 - FreeBSD users NOTE!!!!!
121   You MUST add the following two records to your SD Device resource for
122   tape drives.
123
124      TWOEOF = yes
125      Fast Forward Space File = no
126
127 - The daemon protocol has changed, you must update everything at once.
128 - The database level has been updated. You must either re-initialize
129   your databases with:
130    
131     ./drop_bacula_tables
132     ./make_bacula_tables
133
134   which will delete ALL prior catalog information, or you can
135   update your database with:
136
137     ./update_bacula_tables
138
139   Please save your old database before dropping the tables or doing
140   an upgrade or you may regret it later.
141
142 - smtp has now become bsmtp
143 - console has now become bconsole.
144 - console.conf is now bconsole.conf
145 - Please don't underestimate the repercussions of the bsmtp and bconsole 
146   name changes!