]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
15 years agoApply dbi driver patch from Joao
Kern Sibbald [Mon, 29 Sep 2008 20:53:51 +0000 (20:53 +0000)]
Apply dbi driver patch from Joao

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7665 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCorrect a bug in passing the context to the endRestoreFile() plugin command.
Kern Sibbald [Mon, 29 Sep 2008 19:09:45 +0000 (19:09 +0000)]
Correct a bug in passing the context to the endRestoreFile() plugin command.
     Bastien Friedrich reported the bug

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7664 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoImprove plugin test -- more to be done
Kern Sibbald [Mon, 29 Sep 2008 14:48:20 +0000 (14:48 +0000)]
Improve plugin test -- more to be done

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7663 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd configure of plugins directory
Kern Sibbald [Mon, 29 Sep 2008 08:01:42 +0000 (08:01 +0000)]
Add configure of plugins directory

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7662 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Create plugin instance only when FD job starts.
Kern Sibbald [Mon, 29 Sep 2008 07:55:36 +0000 (07:55 +0000)]
kes  Create plugin instance only when FD job starts.
kes  Add new FD plugin event: bEventCancelCommand when
     a cancel command is issued to the FD

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7661 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoThe earlier fix of populated and populating was causing some issues with
Dirk H Bartley [Sun, 28 Sep 2008 18:12:29 +0000 (18:12 +0000)]
The earlier fix of populated and populating was causing some issues with
app->processEvents(); in the console class.  This would trigger the population
again.  Now I am trying setting populated early.  We will see what goes wrong
here.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7660 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate ignore
Kern Sibbald [Sun, 28 Sep 2008 16:35:18 +0000 (16:35 +0000)]
Update ignore

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7659 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate plugin Makefile property
Kern Sibbald [Sun, 28 Sep 2008 15:46:25 +0000 (15:46 +0000)]
Update plugin Makefile property

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7658 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Add cmd_plugin flag to jcr so we can globally know if a
Kern Sibbald [Sun, 28 Sep 2008 15:44:29 +0000 (15:44 +0000)]
kes  Add cmd_plugin flag to jcr so we can globally know if a
     command plugin is running.
kes  If command plugin running, do not attempt (for the moment)
     to get Win32 extended attributes.
kes  Ensure that proper Win32 flags are set in bfile packet
     if plugin_bopen() works on Win32.
kes  Remove generated src/plugins/fd/Makefile

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7657 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Implement build and install of bpipe-fd.so plugin.
Kern Sibbald [Sat, 27 Sep 2008 16:46:55 +0000 (16:46 +0000)]
kes  Implement build and install of bpipe-fd.so plugin.
kes  Rework the interface that passes packets to the plugin
     so that the packet is started and ended by the packet size.
     This allows the driver to do a sanity check.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7656 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl update doc
Eric Bollengier [Sat, 27 Sep 2008 12:53:28 +0000 (12:53 +0000)]
ebl  update doc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7655 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add doc about Max Wait Time, Max Run Time
Eric Bollengier [Sat, 27 Sep 2008 12:52:26 +0000 (12:52 +0000)]
ebl  Add doc about Max Wait Time, Max Run Time

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7654 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl cleanup + recyclepool option
Eric Bollengier [Sat, 27 Sep 2008 12:23:59 +0000 (12:23 +0000)]
ebl  cleanup + recyclepool option

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7653 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Rework the pluginIO Bacula internal code to enable
Kern Sibbald [Fri, 26 Sep 2008 19:27:59 +0000 (19:27 +0000)]
kes  Rework the pluginIO Bacula internal code to enable
     proper handling of Win32 error codes from GetLastError.
kes  Apply Joao's patch to regress startover_libdbi.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7652 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoApply Joao's startover_libdbi patch
Kern Sibbald [Fri, 26 Sep 2008 19:21:40 +0000 (19:21 +0000)]
Apply Joao's startover_libdbi patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7651 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate plugin API documentation
Kern Sibbald [Fri, 26 Sep 2008 12:14:29 +0000 (12:14 +0000)]
Update plugin API documentation

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7650 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMake sure to create bin/plugins so regress works
Kern Sibbald [Fri, 26 Sep 2008 08:17:54 +0000 (08:17 +0000)]
Make sure to create bin/plugins so regress works

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7649 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add -B option to dbcheck to get catalog information
Eric Bollengier [Thu, 25 Sep 2008 21:09:42 +0000 (21:09 +0000)]
ebl  Add -B option to dbcheck to get catalog information

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7648 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix Win32 build to include new library function
Kern Sibbald [Thu, 25 Sep 2008 20:07:52 +0000 (20:07 +0000)]
Fix Win32 build to include new library function

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7647 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoRemove some old reader/writer code
Kern Sibbald [Thu, 25 Sep 2008 19:52:12 +0000 (19:52 +0000)]
Remove some old reader/writer code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7646 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoImplement ./configure --with-plugindir=xxx
Kern Sibbald [Thu, 25 Sep 2008 19:43:35 +0000 (19:43 +0000)]
Implement ./configure --with-plugindir=xxx

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7645 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd Joao's libdbi documentation
Kern Sibbald [Thu, 25 Sep 2008 18:46:00 +0000 (18:46 +0000)]
Add Joao's libdbi documentation

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7644 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl First fix for the mysql bug in accurate code.
Eric Bollengier [Thu, 25 Sep 2008 18:07:08 +0000 (18:07 +0000)]
ebl  First fix for the mysql bug in accurate code.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7643 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoIn the SD and DIR docs, heartbeat is documented as being expressed
Dan Langille [Thu, 25 Sep 2008 17:27:29 +0000 (17:27 +0000)]
In the SD and DIR docs, heartbeat is documented as being expressed
in seconds.  Let us be consistent and document same here.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7642 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Improve plugin debug. Create plugin test.
Kern Sibbald [Thu, 25 Sep 2008 17:09:55 +0000 (17:09 +0000)]
kes  Improve plugin debug. Create plugin test.
kes  Set main thread specific data to INVALID because it
     has no jcr. This allows debug output to work correctly.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7641 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd first cut plugin test
Kern Sibbald [Thu, 25 Sep 2008 16:50:45 +0000 (16:50 +0000)]
Add first cut plugin test

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7640 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd first cut plugin test
Kern Sibbald [Thu, 25 Sep 2008 16:49:56 +0000 (16:49 +0000)]
Add first cut plugin test

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7639 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd src/plugins/fd/Makefile to ./configure process
Kern Sibbald [Thu, 25 Sep 2008 14:04:17 +0000 (14:04 +0000)]
Add src/plugins/fd/Makefile to ./configure process

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7638 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Make first cut attempt to correct SQL that computes the current
Kern Sibbald [Thu, 25 Sep 2008 13:23:58 +0000 (13:23 +0000)]
kes  Make first cut attempt to correct SQL that computes the current
     Pool usage.  This is to fix bug #1159.
kes  Do a bunch of plugin cleanups for Win32 and more careful checking
     of PluginDirectory and whether or not a plugin was found.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7637 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl decrease the debug ouput
Eric Bollengier [Wed, 24 Sep 2008 20:48:55 +0000 (20:48 +0000)]
ebl  decrease the debug ouput

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7636 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Update accurate test to check the number of files that are
Eric Bollengier [Wed, 24 Sep 2008 19:05:56 +0000 (19:05 +0000)]
ebl  Update accurate test to check the number of files that are
     Written during backup.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7635 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Fix bad quotes
Eric Bollengier [Wed, 24 Sep 2008 18:58:40 +0000 (18:58 +0000)]
ebl  Fix bad quotes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7634 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix typo
Kern Sibbald [Wed, 24 Sep 2008 18:44:36 +0000 (18:44 +0000)]
Fix typo

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7633 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoThis code should fix the race condition that leads to a Director
Kern Sibbald [Wed, 24 Sep 2008 18:27:01 +0000 (18:27 +0000)]
This code should fix the race condition that leads to a Director
     crash at job end time when the job list is updated. This was reported
     in bug #1162. + enhance Migrate debug code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7632 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add debug in accurate code
Eric Bollengier [Wed, 24 Sep 2008 18:12:38 +0000 (18:12 +0000)]
ebl  Add debug in accurate code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7630 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate bacula_cats.def for Win32 build
Kern Sibbald [Wed, 24 Sep 2008 13:23:01 +0000 (13:23 +0000)]
Update bacula_cats.def for Win32 build

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7627 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd more plugin documentation and fix include of config.h for
Kern Sibbald [Wed, 24 Sep 2008 13:03:29 +0000 (13:03 +0000)]
Add more plugin documentation and fix include of config.h for
     Win32 build (I hope).

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7626 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate new features
Kern Sibbald [Mon, 22 Sep 2008 16:46:15 +0000 (16:46 +0000)]
Update new features

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7625 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate new features
Kern Sibbald [Mon, 22 Sep 2008 16:16:46 +0000 (16:16 +0000)]
Update new features

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7624 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add patches about accurate code
Eric Bollengier [Mon, 22 Sep 2008 15:31:54 +0000 (15:31 +0000)]
ebl  Add patches about accurate code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7623 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Revert accurate code to htable (instead of rblist)
Eric Bollengier [Mon, 22 Sep 2008 15:31:13 +0000 (15:31 +0000)]
ebl  Revert accurate code to htable (instead of rblist)

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7622 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add an option to bgraph that shows each levels as different source
Eric Bollengier [Mon, 22 Sep 2008 15:14:12 +0000 (15:14 +0000)]
ebl  Add an option to bgraph that shows each levels as different source

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7621 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add option to fix bar graphics
Eric Bollengier [Mon, 22 Sep 2008 15:03:01 +0000 (15:03 +0000)]
ebl  Add option to fix bar graphics

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7620 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Cleanup accurate code (remove tcdbm parts) and use red/black
Eric Bollengier [Mon, 22 Sep 2008 14:09:17 +0000 (14:09 +0000)]
ebl  Cleanup accurate code (remove tcdbm parts) and use red/black
     tree instead of htable.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7619 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Use a dedicate DB link to compute and send the accurate list
Eric Bollengier [Mon, 22 Sep 2008 12:54:57 +0000 (12:54 +0000)]
ebl  Use a dedicate DB link to compute and send the accurate list
     file to the client.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7618 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl
Eric Bollengier [Sun, 21 Sep 2008 21:18:12 +0000 (21:18 +0000)]
ebl
 bfileview:
  - Add error message for pruned of uncomputed jobs
  - Bugfix for looking /
 Bweb.pm
  - Add support for age=1w2d40m
  - Add new configuration variable to modify default age
 general.tpl
  - Add hyperlink to failed job count

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7617 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix compile errors in filed/fd_plugin.c.
Kern Sibbald [Sun, 21 Sep 2008 07:06:04 +0000 (07:06 +0000)]
Fix compile errors in filed/fd_plugin.c.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7616 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoRemove all double quotes from SQLite creating script and replace by single quotes...
Kern Sibbald [Sat, 20 Sep 2008 09:25:02 +0000 (09:25 +0000)]
Remove all double quotes from SQLite creating script and replace by single quotes as suggested by John Huttley

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7615 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoApply dbcheck patch from Yuri Timofeev <tim4dev@gmail.com>.
Kern Sibbald [Thu, 18 Sep 2008 19:10:05 +0000 (19:10 +0000)]
Apply dbcheck patch from Yuri Timofeev <tim4dev@gmail.com>.
     It significantly improves the performance of dbcheck for
     MySQL.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7613 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate plugin API doc
Kern Sibbald [Thu, 18 Sep 2008 16:49:54 +0000 (16:49 +0000)]
Update plugin API doc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7612 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoSee ticket 1152
Dan Langille [Thu, 18 Sep 2008 16:06:43 +0000 (16:06 +0000)]
See ticket 1152
Include the -E SQL_ASCII option in the createdb command example
Mention compression options in the comments

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7611 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate plugin API documentation
Kern Sibbald [Thu, 18 Sep 2008 16:03:37 +0000 (16:03 +0000)]
Update plugin API documentation

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7610 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoTweak technotes
Kern Sibbald [Thu, 18 Sep 2008 16:02:16 +0000 (16:02 +0000)]
Tweak technotes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7609 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix bad debug code call in src/filed/accurate.c
Kern Sibbald [Thu, 18 Sep 2008 14:04:43 +0000 (14:04 +0000)]
Fix bad debug code call in src/filed/accurate.c

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7608 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Fix debug output
Eric Bollengier [Wed, 17 Sep 2008 13:43:00 +0000 (13:43 +0000)]
ebl  Fix debug output

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7607 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoChange two Jmsgs in accurate to Dmsg to reduce unnecessary
Kern Sibbald [Wed, 17 Sep 2008 06:57:25 +0000 (06:57 +0000)]
Change two Jmsgs in accurate to Dmsg to reduce unnecessary
     output. Perhaps we really need to implement M_SAVED.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7606 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add multiple command test for runscript
Eric Bollengier [Tue, 16 Sep 2008 20:51:59 +0000 (20:51 +0000)]
ebl Add multiple command test for runscript

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7605 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add small tests for statistics
Eric Bollengier [Tue, 16 Sep 2008 20:49:40 +0000 (20:49 +0000)]
ebl  Add small tests for statistics

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7604 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix Win32 build
Kern Sibbald [Tue, 16 Sep 2008 16:10:13 +0000 (16:10 +0000)]
Fix Win32 build

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7603 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate projects file + property changes
Kern Sibbald [Tue, 16 Sep 2008 15:05:46 +0000 (15:05 +0000)]
Update projects file + property changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7602 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoEnable virtual-backup-test
Kern Sibbald [Tue, 16 Sep 2008 14:35:43 +0000 (14:35 +0000)]
Enable virtual-backup-test

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7601 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix bug #1156 FD crash during processing of Accurate data.
Kern Sibbald [Tue, 16 Sep 2008 13:32:18 +0000 (13:32 +0000)]
Fix bug #1156 FD crash during processing of Accurate data.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7600 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoTweaks to htable code to improved debugging and make names
Kern Sibbald [Tue, 16 Sep 2008 08:40:35 +0000 (08:40 +0000)]
Tweaks to htable code to improved debugging and make names
     a bit more meaningful.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7599 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add test for statistics (not yet working)
Eric Bollengier [Mon, 15 Sep 2008 22:09:58 +0000 (22:09 +0000)]
ebl  Add test for statistics (not yet working)

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7598 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Use utime_t instead of time_t for update_stats()
Eric Bollengier [Mon, 15 Sep 2008 21:11:45 +0000 (21:11 +0000)]
ebl  Use utime_t instead of time_t for update_stats()

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7597 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Modify the license of the example plugin program to allow
Kern Sibbald [Sun, 14 Sep 2008 20:39:04 +0000 (20:39 +0000)]
kes  Modify the license of the example plugin program to allow
     it to be used by anyone for making a Bacula plugin.
kes  Make apply_rp_codes() in bpipe-fd.c be static.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7596 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoApply patch from Yuri Timoveev
Kern Sibbald [Sun, 14 Sep 2008 19:08:15 +0000 (19:08 +0000)]
Apply patch from Yuri Timoveev

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7595 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate new features chapter
Kern Sibbald [Sun, 14 Sep 2008 17:06:49 +0000 (17:06 +0000)]
Update new features chapter

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7594 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate technotes and kernstodo
Kern Sibbald [Sun, 14 Sep 2008 14:51:26 +0000 (14:51 +0000)]
Update technotes and kernstodo

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7593 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sat, 13 Sep 2008 20:02:17 +0000 (20:02 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7592 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate ignores
Kern Sibbald [Sat, 13 Sep 2008 18:36:28 +0000 (18:36 +0000)]
Update ignores

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7591 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sat, 13 Sep 2008 18:34:20 +0000 (18:34 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7590 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Remove Encryption and Accurate lines in vbackup output -- not used.
Kern Sibbald [Sat, 13 Sep 2008 16:43:03 +0000 (16:43 +0000)]
kes  Remove Encryption and Accurate lines in vbackup output -- not used.
kes  Fix subtle bug in vbackup by not changing DEV_RECORD packet.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7589 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoClarify that canceling can take several hours
Kern Sibbald [Sat, 13 Sep 2008 12:50:20 +0000 (12:50 +0000)]
Clarify that canceling can take several hours

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7588 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Add host name to items printed during dump.
Kern Sibbald [Sat, 13 Sep 2008 12:13:01 +0000 (12:13 +0000)]
kes  Add host name to items printed during dump.
kes  Make Check File Changes default on.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7587 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Set the default FD timeout to 3 minutes (previously 30).
Kern Sibbald [Thu, 11 Sep 2008 12:27:49 +0000 (12:27 +0000)]
kes  Set the default FD timeout to 3 minutes (previously 30).
kes  Apply Bastian Friedrich's weird spelling correction patch.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7586 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Thu, 11 Sep 2008 12:26:18 +0000 (12:26 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7585 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUPdate verify-vol-test
Kern Sibbald [Thu, 11 Sep 2008 08:48:07 +0000 (08:48 +0000)]
UPdate verify-vol-test

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7584 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAlways print Verify hash differences. Rename variable to make the
Kern Sibbald [Wed, 10 Sep 2008 18:22:23 +0000 (18:22 +0000)]
Always print Verify hash differences. Rename variable to make the
     code slightly more readable.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7583 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix MaxDiffInterval code as well.
Kern Sibbald [Wed, 10 Sep 2008 10:02:41 +0000 (10:02 +0000)]
Fix MaxDiffInterval code as well.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7582 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCorrect tests for MaxFullInterval as reported by
Kern Sibbald [Wed, 10 Sep 2008 09:33:09 +0000 (09:33 +0000)]
Correct tests for MaxFullInterval as reported by
     Ulrich Leodolter.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7581 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Enable Win32 plugin load code in lib.
Kern Sibbald [Wed, 10 Sep 2008 08:55:55 +0000 (08:55 +0000)]
kes  Enable Win32 plugin load code in lib.
kes  Make Verify code that computes disk checksums use the same
     algorithm as backup when dealing with sparse files.
kes  Attempt to run VSS on any systems newer than Vista -- should
     make it work on Windows Server 2008.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7580 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Remove UseStatistics
Eric Bollengier [Tue, 9 Sep 2008 20:36:44 +0000 (20:36 +0000)]
ebl  Remove UseStatistics

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7579 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Remove UseStatistics keyword
Eric Bollengier [Tue, 9 Sep 2008 20:35:19 +0000 (20:35 +0000)]
ebl  Remove UseStatistics keyword

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7578 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Change the new statistic implementation. Remove the UseStatistic
Eric Bollengier [Tue, 9 Sep 2008 20:34:58 +0000 (20:34 +0000)]
ebl  Change the new statistic implementation. Remove the UseStatistic
     directive and add a "update stats [days=...]" command. You can
     now decide when copy job records from Job table to JobStat.
     Statistics are much more accurate with this.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7577 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoEnhance verify test to do DiskToCatalog
Kern Sibbald [Mon, 8 Sep 2008 21:55:52 +0000 (21:55 +0000)]
Enhance verify test to do DiskToCatalog

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7575 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Update documentation
Eric Bollengier [Mon, 8 Sep 2008 20:36:06 +0000 (20:36 +0000)]
ebl  Update documentation

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7574 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add note about spoolsize per job
Eric Bollengier [Mon, 8 Sep 2008 20:35:27 +0000 (20:35 +0000)]
ebl  Add note about spoolsize per job

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7573 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl cleanup
Eric Bollengier [Mon, 8 Sep 2008 20:24:01 +0000 (20:24 +0000)]
ebl  cleanup

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7572 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl improve doc about multiple runscript
Eric Bollengier [Mon, 8 Sep 2008 20:17:58 +0000 (20:17 +0000)]
ebl  improve doc about multiple runscript

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7571 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add notes about UseStatistics
Eric Bollengier [Mon, 8 Sep 2008 19:56:42 +0000 (19:56 +0000)]
ebl  Add notes about UseStatistics

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7570 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate kernstodo
Kern Sibbald [Mon, 8 Sep 2008 19:39:01 +0000 (19:39 +0000)]
Update kernstodo

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7569 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoApply manual corrections
Kern Sibbald [Mon, 8 Sep 2008 19:36:22 +0000 (19:36 +0000)]
Apply manual corrections

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7568 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix SQL case problem that may cause the failure of DiskToCatalog
Kern Sibbald [Mon, 8 Sep 2008 19:21:34 +0000 (19:21 +0000)]
Fix SQL case problem that may cause the failure of DiskToCatalog
     in bug #1149.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7567 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd first cut sd plugin driver
Kern Sibbald [Mon, 8 Sep 2008 18:16:17 +0000 (18:16 +0000)]
Add first cut sd plugin driver

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7565 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFirst cut SD plugin + minor plugin changes
Kern Sibbald [Mon, 8 Sep 2008 18:15:02 +0000 (18:15 +0000)]
First cut SD plugin + minor plugin changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7564 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoTweak
Kern Sibbald [Mon, 8 Sep 2008 17:56:18 +0000 (17:56 +0000)]
Tweak

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7563 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Speedup dbcheck for postgresql. (1h to cleanup 40M filename table
Eric Bollengier [Mon, 8 Sep 2008 15:11:34 +0000 (15:11 +0000)]
ebl  Speedup dbcheck for postgresql. (1h to cleanup 40M filename table
     with 450M file table)

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7562 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix bad syntax in configure regress with db password
Kern Sibbald [Mon, 8 Sep 2008 12:29:40 +0000 (12:29 +0000)]
Fix bad syntax in configure regress with db password

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7561 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoTweaks + svn ignores
Kern Sibbald [Mon, 8 Sep 2008 12:09:23 +0000 (12:09 +0000)]
Tweaks + svn ignores

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7560 91ce42f0-d328-0410-95d8-f526ca767f89