Kern Sibbald [Sun, 29 Mar 2009 08:01:30 +0000 (08:01 +0000)]
kes Correct bacula32.def entry point as specified by James.
kes Add code to FD plugin driver to make a copy of the plugin
filename to be saved to avoid save_file from zaping it.
Dirk H Bartley [Sun, 29 Mar 2009 02:12:15 +0000 (02:12 +0000)]
Add lots of debugging output to show which director many of the debug
messages are for. Add a timer to wait 2 seconds before querying the
director for lists. Take more control of the wait state of the application
prevent users from doing things they shouldn't. Still have more to do
with the restore screen with wait state's
Dirk H Bartley [Sat, 28 Mar 2009 15:30:41 +0000 (15:30 +0000)]
Move two sql performing functions getVolumeList and getStatusList from
the console class to the pages class. Looking at the function and
progressionof the three classes: dircomm, console and pages, these two
seem to be more sense in the pages class, they have nothing to do with
connecting or managing multiple connections.
Kern Sibbald [Fri, 27 Mar 2009 17:59:16 +0000 (17:59 +0000)]
Implement installation of bat help files
The help files are installed in the htmldoc dir and can be set
by --htmldoc=xxx on the ./configure. Default is:
/usr/share/doc/bacula-version/html
Kern Sibbald [Fri, 27 Mar 2009 09:58:04 +0000 (09:58 +0000)]
Apply bacula-autoconf-db-m4.patch from Kjetil Torgrim Homme
<kjetilho@linpro.no> that doesn't *require* the static libraries
for the SQL database engine. Fixes a build problem if the static
libraries are not loaded.
Kern Sibbald [Wed, 25 Mar 2009 10:23:42 +0000 (10:23 +0000)]
kes Added the following to provide solutions to the plugin/Accurate
problem -- bug #1236 Cannot restore incremental backups with
the Exchange plugin.
- New Bacula read-only variable bVarAccurate -- returns accurate flag
- New Bacula write-only variable bVarFileSeen -- marks a file as seen
- New plugin entry point -- checkFile that is called at the end
of an Accurate job and allows the plugin to mark a file as seen.
Dirk H Bartley [Sat, 21 Mar 2009 23:59:44 +0000 (23:59 +0000)]
Speed up the queries on storage and medialist like with clients and filesets.
Use only one query to retreive data instead of one query per pool in medialist
and one query per storage. There is still the one query per changer.
Dirk H Bartley [Sat, 21 Mar 2009 21:10:29 +0000 (21:10 +0000)]
I Think this may solve the issue with the messages causing errors with the
populating of the lists on initial startup. Use a 2nd connection to populate
the pools
Dirk H Bartley [Sat, 21 Mar 2009 00:21:51 +0000 (00:21 +0000)]
This is the rather large commit of adding the feature to create multiple connections. I
had been struggling with a bug where if a message was pending on startup, the lists would
never get populating. It was inconsistent and I think I may have that one.
Kern Sibbald [Sun, 15 Mar 2009 14:40:05 +0000 (14:40 +0000)]
jh Fix by James Harper to print error code when attempting to
restore two databases (only one is permitted). This responds
to bug #1234.
kes Apply the nodump patch supplied by Frank Kardel that fixes
the NODUMP flag problem. This fixes bug #1221
Kern Sibbald [Sun, 15 Mar 2009 11:29:57 +0000 (11:29 +0000)]
Add more output if a user attempts to clone a job but does not
uniquely specify the Job name. This responds to bug #1248 which
was not a bug, but improves user feedback.