]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes11Jun02
Updates
[bacula/docs] / docs / techlogs / 2002 / kes11Jun02
1               Technical notes on version 1.21 11Jun02
2                        11 June 2002
3                        Kern Sibbald
4
5 General:
6 - Fixed several problems with filenames being truncated if
7   they contain spaces. Thanks to the user that reported this.
8 - N.B. To get the new queries, after the "make" and 
9   "make install" you must explicitly replace the
10   existing query.sql by query.sql.new.  query.sql is a
11   user configuration file, so it is not overwritten.
12 - Modified the M_TERM meaning to mean that Bacula has
13   terminated in error without producing a dump. Previously,
14   it meant that Bacula terminate (with or without error).
15   You should remove any !terminate from your messages
16   resources.
17
18 Changes submitted this submission:
19 - Changed the order of the libraries in the link so that
20   tcp wrappers link properly. Thanks Phil for reporting this.
21 - A user reported that filenames containing spaces were truncated
22   in bextract. This was indeed the case. They were also truncated
23   in Restore as well as in Verify. They are, hopefully, all fixed
24   now.
25 - Made a few error conditions in Verify non-fatal.
26 - Modified the Console "query" command to permit multiple SQL
27   statements per command. 
28 - Implemented three new "query" options: 
29     List last 10 Full Backups for a Client
30     List Volumes used by selected JobId
31     List Volumes to Restore All Files
32   To use them, simply type "query" to the Console program, and
33   select the one you want.
34 - Modified bextract to default to extracting all files (i.e. /).
35 - Cleaned up the code in bextract a bit.