]>
git.sur5r.net Git - bacula/rescue/log
Eric Bollengier [Mon, 30 Mar 2009 12:50:00 +0000 (12:50 +0000)]
ebl Fix small memory leak in fileregexp bsr code
Eric Bollengier [Mon, 30 Mar 2009 09:52:35 +0000 (09:52 +0000)]
ebl update
Eric Bollengier [Mon, 30 Mar 2009 09:23:03 +0000 (09:23 +0000)]
ebl update
Eric Bollengier [Mon, 30 Mar 2009 09:22:45 +0000 (09:22 +0000)]
ebl update with separator
Eric Bollengier [Mon, 30 Mar 2009 09:20:16 +0000 (09:20 +0000)]
ebl document @separator command
Dirk H Bartley [Sun, 29 Mar 2009 18:14:44 +0000 (18:14 +0000)]
I was getting multiple preferences boxes because of being connected more than once. This
should prevent that.
Kern Sibbald [Sun, 29 Mar 2009 17:36:11 +0000 (17:36 +0000)]
Make bat sock handling a bit more robust
Kern Sibbald [Sun, 29 Mar 2009 13:43:23 +0000 (13:43 +0000)]
More sanity checking
Kern Sibbald [Sun, 29 Mar 2009 11:34:33 +0000 (11:34 +0000)]
Set appropriate debug level
Kern Sibbald [Sun, 29 Mar 2009 10:55:53 +0000 (10:55 +0000)]
Attempt to fix bat seg faults
James Harper [Sun, 29 Mar 2009 10:34:11 +0000 (10:34 +0000)]
whitespace cleanup
James Harper [Sun, 29 Mar 2009 10:09:04 +0000 (10:09 +0000)]
Updated Exchange plugin to support accurate mode
Kern Sibbald [Sun, 29 Mar 2009 09:56:52 +0000 (09:56 +0000)]
Apply James' accurate debug patch + use read_record dbglvl everywhere
Kern Sibbald [Sun, 29 Mar 2009 09:37:01 +0000 (09:37 +0000)]
Enhance virtual backup test
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 18:18:05 +0000 (18:18 +0000)]
OOps. this is better. Guess those parens {} are desired.
Kern Sibbald [Sat, 28 Mar 2009 17:52:24 +0000 (17:52 +0000)]
Add new required configure options
Kern Sibbald [Sat, 28 Mar 2009 17:49:36 +0000 (17:49 +0000)]
Directly mark all files saved by plugin as being seen for Accurate
Dirk H Bartley [Sat, 28 Mar 2009 17:47:42 +0000 (17:47 +0000)]
Add a feature to have a menu item to allow a user to repopulate the lists
of the console class.
Kern Sibbald [Sat, 28 Mar 2009 17:12:48 +0000 (17:12 +0000)]
Remove technotes-2.5
Kern Sibbald [Sat, 28 Mar 2009 17:12:06 +0000 (17:12 +0000)]
Update
Kern Sibbald [Sat, 28 Mar 2009 17:10:40 +0000 (17:10 +0000)]
Update new features
Kern Sibbald [Sat, 28 Mar 2009 17:09:55 +0000 (17:09 +0000)]
Add checks on the plugin version and the plugin license. Currently
only implemented for FD plugins.
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.
Eric Bollengier [Sat, 28 Mar 2009 14:07:02 +0000 (14:07 +0000)]
ebl fix dbcheck output
Eric Bollengier [Sat, 28 Mar 2009 14:04:41 +0000 (14:04 +0000)]
ebl update doc
Eric Bollengier [Sat, 28 Mar 2009 14:02:56 +0000 (14:02 +0000)]
ebl document dbcheck.sql
Eric Bollengier [Sat, 28 Mar 2009 13:53:13 +0000 (13:53 +0000)]
ebl document dbcheck new options
Eric Bollengier [Sat, 28 Mar 2009 13:52:52 +0000 (13:52 +0000)]
ebl Document dbcheck -B, dbport and new mysql indexes for
Path and Filename orphaned elimination speedup
Kern Sibbald [Sat, 28 Mar 2009 13:06:41 +0000 (13:06 +0000)]
Doc tweak
Kern Sibbald [Sat, 28 Mar 2009 13:05:36 +0000 (13:05 +0000)]
Add installation of /usr/share/doc/bacula-VERSION
Kern Sibbald [Sat, 28 Mar 2009 10:59:08 +0000 (10:59 +0000)]
Modify plugin checkFile to return bRC_Seen to cause file
to remain. Previously was true/false.
Kern Sibbald [Sat, 28 Mar 2009 08:38:57 +0000 (08:38 +0000)]
Doc tweaks
Kern Sibbald [Fri, 27 Mar 2009 18:06:56 +0000 (18:06 +0000)]
Update status
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
Dirk H Bartley [Fri, 27 Mar 2009 14:57:16 +0000 (14:57 +0000)]
Let's make the current tree widget before the wait state current again before turning
the signals back on.
Dirk H Bartley [Fri, 27 Mar 2009 13:54:28 +0000 (13:54 +0000)]
This should solve an issue where some signals were not connecting when
only one director was configured in bat.conf
Thomas Glatthor [Fri, 27 Mar 2009 13:12:46 +0000 (13:12 +0000)]
update
Kern Sibbald [Fri, 27 Mar 2009 10:00:55 +0000 (10:00 +0000)]
Commit 2.4.4-label-failure patch
Kern Sibbald [Fri, 27 Mar 2009 10:00:28 +0000 (10:00 +0000)]
Apply patch from Pasi Karkkainen <pasik@iki.fi> that adds
Previous Job name to migrate job report.
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 [Fri, 27 Mar 2009 09:49:17 +0000 (09:49 +0000)]
Update
Dirk H Bartley [Fri, 27 Mar 2009 01:42:11 +0000 (01:42 +0000)]
Changes to put the mouse and the application into a wait state.
Kern Sibbald [Thu, 26 Mar 2009 21:33:13 +0000 (21:33 +0000)]
Updates
Eric Bollengier [Thu, 26 Mar 2009 13:57:26 +0000 (13:57 +0000)]
ebl add note on win64
Eric Bollengier [Thu, 26 Mar 2009 10:08:26 +0000 (10:08 +0000)]
ebl fix
Eric Bollengier [Thu, 26 Mar 2009 10:02:06 +0000 (10:02 +0000)]
ebl Add info to build win64 version
Eric Bollengier [Thu, 26 Mar 2009 08:36:36 +0000 (08:36 +0000)]
ebl update
Kern Sibbald [Wed, 25 Mar 2009 21:14:58 +0000 (21:14 +0000)]
Disable plugin options in ua_run.c
Eric Bollengier [Wed, 25 Mar 2009 14:03:01 +0000 (14:03 +0000)]
ebl update makefiles to support win64 build
Eric Bollengier [Wed, 25 Mar 2009 13:10:47 +0000 (13:10 +0000)]
ebl tweak bsmtp for mingw64
Kern Sibbald [Wed, 25 Mar 2009 10:29:00 +0000 (10:29 +0000)]
New release-3-status.txt file + updates
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.
Eric Bollengier [Wed, 25 Mar 2009 10:19:03 +0000 (10:19 +0000)]
ebl win64: let Makefile decides witch def file take
Eric Bollengier [Wed, 25 Mar 2009 08:44:31 +0000 (08:44 +0000)]
ebl typo
Kern Sibbald [Wed, 25 Mar 2009 07:46:09 +0000 (07:46 +0000)]
Use localhost in tls test so certificate matches
Dirk H Bartley [Tue, 24 Mar 2009 21:06:27 +0000 (21:06 +0000)]
Some minor edits of help files.
Eric Bollengier [Tue, 24 Mar 2009 20:16:00 +0000 (20:16 +0000)]
ebl cleanup
Eric Bollengier [Tue, 24 Mar 2009 14:01:59 +0000 (14:01 +0000)]
ebl Use MTIMEONLY fileset option in accurate check
Kern Sibbald [Tue, 24 Mar 2009 10:51:48 +0000 (10:51 +0000)]
Disable comm timer for now
Dirk H Bartley [Tue, 24 Mar 2009 01:30:11 +0000 (01:30 +0000)]
Remove unused QRegExp values.
Dirk H Bartley [Tue, 24 Mar 2009 01:29:29 +0000 (01:29 +0000)]
Remove limitation discussion of regular restore. State limitation of finding
a file not contained in a directory.
Eric Bollengier [Mon, 23 Mar 2009 10:06:09 +0000 (10:06 +0000)]
ebl typo fix
Eric Bollengier [Mon, 23 Mar 2009 08:56:20 +0000 (08:56 +0000)]
ebl Tweak code to compile win64 version with mingw
Dirk H Bartley [Sun, 22 Mar 2009 22:51:04 +0000 (22:51 +0000)]
Regex and remove .libs from the path.
Dirk H Bartley [Sun, 22 Mar 2009 20:17:23 +0000 (20:17 +0000)]
OOps. prevent a segfault when setting table widget items to read only.
Dirk H Bartley [Sun, 22 Mar 2009 14:50:18 +0000 (14:50 +0000)]
Make table widget items read only again.
Dirk H Bartley [Sun, 22 Mar 2009 14:28:44 +0000 (14:28 +0000)]
Create overloads for sql_command and get_job_defaults. In prerestore, connections
were being made that did not need to be.
Dirk H Bartley [Sun, 22 Mar 2009 01:45:04 +0000 (01:45 +0000)]
Fixes to get restoration to work with multiple connections.
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 21:03:51 +0000 (21:03 +0000)]
Add to the Pmsg to show connection number.
Dirk H Bartley [Sat, 21 Mar 2009 20:27:45 +0000 (20:27 +0000)]
This is a patch to quicken the populating of filesets and clients.
Dirk H Bartley [Sat, 21 Mar 2009 16:42:36 +0000 (16:42 +0000)]
This file is not needed any more. bcom/dircomm_auth.cpp is basically this
file with the class name changed.
Kern Sibbald [Sat, 21 Mar 2009 14:32:08 +0000 (14:32 +0000)]
Another tweak in bat timing
Kern Sibbald [Sat, 21 Mar 2009 14:25:20 +0000 (14:25 +0000)]
Another tweak in bat timing
Kern Sibbald [Sat, 21 Mar 2009 14:24:27 +0000 (14:24 +0000)]
Attempt to correct timing problems with starting bat and obtaining
lists. Maintain in_command counter to know when a list is coming.
Kern Sibbald [Sat, 21 Mar 2009 11:12:26 +0000 (11:12 +0000)]
Update copyrights
Kern Sibbald [Sat, 21 Mar 2009 10:40:46 +0000 (10:40 +0000)]
Put debug level on variable
Kern Sibbald [Sat, 21 Mar 2009 10:40:03 +0000 (10:40 +0000)]
Put debug level on variable
Dirk H Bartley [Sat, 21 Mar 2009 02:37:27 +0000 (02:37 +0000)]
Add code to save the state of the second splitter.
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 [Fri, 20 Mar 2009 20:47:03 +0000 (20:47 +0000)]
Update patches
Kern Sibbald [Fri, 20 Mar 2009 14:52:17 +0000 (14:52 +0000)]
Second half of proposed fix for bug #1227 that does not
mark virtual volumes for unloading.
Kern Sibbald [Fri, 20 Mar 2009 13:22:56 +0000 (13:22 +0000)]
Set x bit on tests/bug-1227
Eric Bollengier [Fri, 20 Mar 2009 10:37:34 +0000 (10:37 +0000)]
ebl cleanup test
Eric Bollengier [Fri, 20 Mar 2009 10:32:49 +0000 (10:32 +0000)]
ebl show volume problem
Kern Sibbald [Fri, 20 Mar 2009 09:49:16 +0000 (09:49 +0000)]
Proposed fix for bug #1227 Job and labeling new tape
Kern Sibbald [Fri, 20 Mar 2009 09:39:56 +0000 (09:39 +0000)]
Fix restore2-by-file-test
James Harper [Fri, 20 Mar 2009 00:23:32 +0000 (00:23 +0000)]
Detect the case where logfiles but no databases are being restored.
Thomas Glatthor [Thu, 19 Mar 2009 14:33:09 +0000 (14:33 +0000)]
translation
Thomas Glatthor [Thu, 19 Mar 2009 12:52:22 +0000 (12:52 +0000)]
translation
Kern Sibbald [Thu, 19 Mar 2009 09:14:19 +0000 (09:14 +0000)]
Apply James' Exchange doc changes + tweak Makefile
Thomas Glatthor [Wed, 18 Mar 2009 11:25:50 +0000 (11:25 +0000)]
changes since january
Eric Bollengier [Wed, 18 Mar 2009 08:16:03 +0000 (08:16 +0000)]
ebl tweak get_param for display_log
Kern Sibbald [Tue, 17 Mar 2009 07:44:02 +0000 (07:44 +0000)]
Add section on bug reporting handling
Kern Sibbald [Tue, 17 Mar 2009 07:08:05 +0000 (07:08 +0000)]
Final changes
Kern Sibbald [Mon, 16 Mar 2009 20:54:42 +0000 (20:54 +0000)]
Final changes
Kern Sibbald [Mon, 16 Mar 2009 20:53:07 +0000 (20:53 +0000)]
Update