]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
16 years agoAllow for the user to cancel more than one jobs from the director status
Dirk H Bartley [Sun, 6 Apr 2008 18:50:04 +0000 (18:50 +0000)]
Allow for the user to cancel more than one jobs from the director status
interface at the same time

16 years agokes Correctly detect Ubuntu systems, and add ubuntu platform directory.
Kern Sibbald [Sun, 6 Apr 2008 13:19:17 +0000 (13:19 +0000)]
kes  Correctly detect Ubuntu systems, and add ubuntu platform directory.
kes  Fix bug #1063, reuse of freed ptr in list nextvol.
kes  Release regex compile buffer in filed/job.c
kes  Add proper type of const char in sql_create.c
kes  Turn off debug in daemon termination routines
kes  Move free_volume_list() before devices are freed in stored.c
kes  Fix reference to uninitalized stack variables in bregex.c.
     This should correct bug #1067.

16 years agoTurn off regression emails
Kern Sibbald [Sun, 6 Apr 2008 09:31:48 +0000 (09:31 +0000)]
Turn off regression emails

16 years agoebl Add doc to how enable batch mode on windows director
Eric Bollengier [Sat, 5 Apr 2008 10:00:29 +0000 (10:00 +0000)]
ebl  Add doc to how enable batch mode on windows director

16 years agoebl Add new statistics documentation
Eric Bollengier [Fri, 4 Apr 2008 13:59:33 +0000 (13:59 +0000)]
ebl  Add new statistics documentation

16 years agoupdate
Thomas Glatthor [Fri, 4 Apr 2008 10:39:20 +0000 (10:39 +0000)]
update

16 years agoUpdate version
Kern Sibbald [Fri, 4 Apr 2008 06:40:48 +0000 (06:40 +0000)]
Update version

16 years agoTweak swap code
Kern Sibbald [Fri, 4 Apr 2008 06:36:20 +0000 (06:36 +0000)]
Tweak swap code

16 years agoAdd swap test
Kern Sibbald [Fri, 4 Apr 2008 06:31:17 +0000 (06:31 +0000)]
Add swap test

16 years agoImplement unload_dev() before swap device.
Kern Sibbald [Thu, 3 Apr 2008 20:15:16 +0000 (20:15 +0000)]
Implement unload_dev() before swap device.

16 years agoebl Add statistics prunning code
Eric Bollengier [Thu, 3 Apr 2008 19:36:09 +0000 (19:36 +0000)]
ebl  Add statistics prunning code

16 years agoSeparate unload_dev() from unload_other_device() in autochanger.c
Kern Sibbald [Thu, 3 Apr 2008 16:15:24 +0000 (16:15 +0000)]
Separate unload_dev() from unload_other_device() in autochanger.c

16 years agoebl Update
Eric Bollengier [Thu, 3 Apr 2008 15:44:53 +0000 (15:44 +0000)]
ebl  Update

16 years agoebl Improve maxtime test
Eric Bollengier [Thu, 3 Apr 2008 15:44:21 +0000 (15:44 +0000)]
ebl  Improve maxtime test

16 years agoebl remove progress bar from restore
Eric Bollengier [Thu, 3 Apr 2008 14:08:04 +0000 (14:08 +0000)]
ebl  remove progress bar from restore

16 years agoebl Tweak progress bar and add Backuped files count to job status
Eric Bollengier [Thu, 3 Apr 2008 08:54:12 +0000 (08:54 +0000)]
ebl  Tweak progress bar and add Backuped files count to job status
ebl  Add group stats

16 years ago02Apr08
Kern Sibbald [Wed, 2 Apr 2008 20:37:26 +0000 (20:37 +0000)]
02Apr08
kes  Apply patch from bug #1069 that corrects spurious error messages
     when ACLs enabled on SGI but no ACL exists.

16 years agoebl Add more incremental tests
Eric Bollengier [Wed, 2 Apr 2008 14:51:31 +0000 (14:51 +0000)]
ebl  Add more incremental tests

16 years agoebl Fix small segfault in bacula-sd when debug level is 500
Eric Bollengier [Wed, 2 Apr 2008 14:29:50 +0000 (14:29 +0000)]
ebl  Fix small segfault in bacula-sd when debug level is 500

16 years agoUpdate
Kern Sibbald [Wed, 2 Apr 2008 14:16:26 +0000 (14:16 +0000)]
Update

16 years agoUpdate tests
Kern Sibbald [Wed, 2 Apr 2008 13:52:49 +0000 (13:52 +0000)]
Update tests

16 years agoRemove reloads
Kern Sibbald [Wed, 2 Apr 2008 13:49:32 +0000 (13:49 +0000)]
Remove reloads

16 years agoebl Add group stats
Eric Bollengier [Wed, 2 Apr 2008 13:45:01 +0000 (13:45 +0000)]
ebl  Add group stats

16 years agokes Modify run_program() and run_program_full_output() to use
Kern Sibbald [Wed, 2 Apr 2008 08:45:31 +0000 (08:45 +0000)]
kes  Modify run_program() and run_program_full_output() to use
     call by reference for the results string. This corrects a long
     standing problem where the address of the string may be changed
     in the subroutine but not in the calling program.

16 years agoUpdate comments in mtx-changer.in
Kern Sibbald [Tue, 1 Apr 2008 10:28:20 +0000 (10:28 +0000)]
Update comments in mtx-changer.in

16 years agoTweak hash algorithm for htable using Martin Simmons idea
Kern Sibbald [Mon, 31 Mar 2008 18:50:24 +0000 (18:50 +0000)]
Tweak hash algorithm for htable using Martin Simmons idea
     for doing a circular shift.

16 years agokes Remember what volume is in VTLs (previously turned off for
Kern Sibbald [Mon, 31 Mar 2008 16:52:42 +0000 (16:52 +0000)]
kes  Remember what volume is in VTLs (previously turned off for
     testing).
kes  Analysis of JobMedia records by Tom Ivar Helbekkmo <tih@hamartun.priv.no>
     pointed out some problems in creating JobMedia records during
     spooling with concurrent jobs. Fix the problem by updating the
     start file position before despooling and generate a jobmedia
     record at the end of despooling.

16 years agoUpdate
Kern Sibbald [Mon, 31 Mar 2008 12:31:43 +0000 (12:31 +0000)]
Update

16 years agoebl print Website with a <a>
Eric Bollengier [Mon, 31 Mar 2008 09:15:22 +0000 (09:15 +0000)]
ebl  print Website with a <a>

16 years agoUpdate
Kern Sibbald [Sun, 30 Mar 2008 15:30:47 +0000 (15:30 +0000)]
Update

16 years agoFHS compatibility corrections.
Scott Barninger [Sun, 30 Mar 2008 13:44:20 +0000 (13:44 +0000)]
FHS compatibility corrections.

16 years agokes Fix handling of JobMedia records during spooling and when a
Kern Sibbald [Fri, 28 Mar 2008 21:07:49 +0000 (21:07 +0000)]
kes  Fix handling of JobMedia records during spooling and when a
     Volume is changed without actually writing data to the Volume.

16 years agoTurn off new SD swap code -- not likely to work
Kern Sibbald [Fri, 28 Mar 2008 10:41:35 +0000 (10:41 +0000)]
Turn off new SD swap code -- not likely to work

16 years agokes Implement bsock code to permit locking. Use the new code in Verify
Kern Sibbald [Wed, 26 Mar 2008 20:51:14 +0000 (20:51 +0000)]
kes  Implement bsock code to permit locking. Use the new code in Verify
     in the FD to prevent the heartbeat thread from disrupting the Verify
     data sent to the Dir.
kes  Modify SD locking to eliminate locking the reservations system from
     outside the system. Use the volume lock when getting media data
     and reserving a new volume at end of media.
kes  Add Eric's volume_unused() fix to stored.c so that Volumes found
     when SD starts are not locked into place.

16 years agoFix cleanup-tape script again
Kern Sibbald [Wed, 26 Mar 2008 17:34:56 +0000 (17:34 +0000)]
Fix cleanup-tape script again

16 years agoFix cleanup-tape script to use slot
Kern Sibbald [Wed, 26 Mar 2008 17:32:26 +0000 (17:32 +0000)]
Fix cleanup-tape script to use slot

16 years agoReorganize tests
Kern Sibbald [Wed, 26 Mar 2008 13:49:03 +0000 (13:49 +0000)]
Reorganize tests

16 years agoNew tests
Kern Sibbald [Wed, 26 Mar 2008 10:49:59 +0000 (10:49 +0000)]
New tests

16 years agoFail tests requiring tape drive if none present
Kern Sibbald [Mon, 24 Mar 2008 21:17:09 +0000 (21:17 +0000)]
Fail tests requiring tape drive if none present

16 years agoFix error compiling runscript code on 64 bit machines.
Kern Sibbald [Mon, 24 Mar 2008 15:00:04 +0000 (15:00 +0000)]
Fix error compiling runscript code on 64 bit machines.

16 years ago24Mar08
Kern Sibbald [Mon, 24 Mar 2008 13:30:48 +0000 (13:30 +0000)]
24Mar08
kes  Tweak Win32 mount point code.
kes  Fix a couple of bugs in the accurate code (bad sscanf, buffer not
     cleared giving bad file estimate).
kes  Implement BIG_MALLOC in htable code. Runs 2.5 times faster for
     5 Million entries.

16 years agoTweak get_os
Kern Sibbald [Sat, 22 Mar 2008 13:09:28 +0000 (13:09 +0000)]
Tweak get_os

16 years agoebl Fix warning on 64bit
Eric Bollengier [Sat, 22 Mar 2008 11:30:18 +0000 (11:30 +0000)]
ebl  Fix warning on 64bit

16 years agoFix bug pointed out by Peter Much that causes the StorageId to
Kern Sibbald [Sat, 22 Mar 2008 09:34:45 +0000 (09:34 +0000)]
Fix bug pointed out by Peter Much that causes the StorageId to
     be updated when reading a tape (during migration, it could have
     been incorrectly set to the write StorageId).

16 years agoKeep Schedule run lists in order as suggested by
Kern Sibbald [Sat, 22 Mar 2008 09:05:20 +0000 (09:05 +0000)]
Keep Schedule run lists in order as suggested by
+     Bastian Friedrich.

16 years agoebl cleanup
Eric Bollengier [Sat, 22 Mar 2008 09:00:23 +0000 (09:00 +0000)]
ebl  cleanup

16 years agoebl Revert to database version 10
Eric Bollengier [Sat, 22 Mar 2008 08:24:40 +0000 (08:24 +0000)]
ebl  Revert to database version 10

16 years agoebl Replace @macro@ in old upgrade scripts
Eric Bollengier [Fri, 21 Mar 2008 18:30:21 +0000 (18:30 +0000)]
ebl  Replace @macro@ in old upgrade scripts

16 years agoImplement autostart scripts for Debian
Kern Sibbald [Fri, 21 Mar 2008 17:45:46 +0000 (17:45 +0000)]
Implement autostart scripts for Debian

16 years agoebl Move 9 to 10 scripts to updatedb
Eric Bollengier [Fri, 21 Mar 2008 13:46:31 +0000 (13:46 +0000)]
ebl  Move 9 to 10 scripts to updatedb

16 years agoebl Change VersionId from 10 to 11
Eric Bollengier [Fri, 21 Mar 2008 13:39:33 +0000 (13:39 +0000)]
ebl  Change VersionId from 10 to 11

16 years agoAdd svn update to Dart scripts
Kern Sibbald [Fri, 21 Mar 2008 10:09:49 +0000 (10:09 +0000)]
Add svn update to Dart scripts

16 years agoebl Apply jobstat patch to add longterm statistics
Eric Bollengier [Thu, 20 Mar 2008 10:29:57 +0000 (10:29 +0000)]
ebl  Apply jobstat patch to add longterm statistics
     in catalog.

16 years agoebl Fix bug with quote in filename/path
Eric Bollengier [Thu, 20 Mar 2008 10:19:10 +0000 (10:19 +0000)]
ebl  Fix bug with quote in filename/path

16 years agoUpdate add new tape tests
Kern Sibbald [Thu, 20 Mar 2008 09:31:40 +0000 (09:31 +0000)]
Update add new tape tests

16 years agoUpdate two-tape-prepare for Debian
Kern Sibbald [Thu, 20 Mar 2008 08:57:40 +0000 (08:57 +0000)]
Update two-tape-prepare for Debian

16 years agoUpdate two-tape-prepare for Debian
Kern Sibbald [Thu, 20 Mar 2008 08:56:27 +0000 (08:56 +0000)]
Update two-tape-prepare for Debian

16 years agoFix mtx-changer.in for broken Debian mt program.
Kern Sibbald [Thu, 20 Mar 2008 08:33:20 +0000 (08:33 +0000)]
Fix mtx-changer.in for broken Debian mt program.

16 years agoFix large number of JobMedia records reported by Eric Bollengier
Kern Sibbald [Wed, 19 Mar 2008 16:03:12 +0000 (16:03 +0000)]
Fix large number of JobMedia records reported by Eric Bollengier

16 years agoUpdates
Kern Sibbald [Wed, 19 Mar 2008 15:02:01 +0000 (15:02 +0000)]
Updates

16 years agoUpdate msvc README
Kern Sibbald [Wed, 19 Mar 2008 07:36:55 +0000 (07:36 +0000)]
Update msvc README

16 years agokes Apply doc fix from bug #1062.
Kern Sibbald [Tue, 18 Mar 2008 19:45:26 +0000 (19:45 +0000)]
kes  Apply doc fix from bug #1062.
kes  Resolve crash and improper restore wx-console Win32 restore
     GUI. Fixes bug #1065.
kes  Update Win32 wxWidgets to latest version.
kes  Attempt to do correct handling of Win32 mount points. Should
     fix bug #1046.
kes  Fix Win32 FD backup/restore memory leak due to improper termination
     of BackupRead/Write. This fixes bug# 1038.

16 years agoApply correction from bug #1062
Kern Sibbald [Tue, 18 Mar 2008 19:30:24 +0000 (19:30 +0000)]
Apply correction from bug #1062

16 years agoebl tweak web restoration interface
Eric Bollengier [Tue, 18 Mar 2008 16:25:48 +0000 (16:25 +0000)]
ebl  tweak web restoration interface

16 years agoAdd debug level to debug output
Kern Sibbald [Tue, 18 Mar 2008 10:07:31 +0000 (10:07 +0000)]
Add debug level to debug output

16 years agoAdd buttons and local timer configuration to storage window.
Dirk H Bartley [Tue, 18 Mar 2008 02:10:22 +0000 (02:10 +0000)]
Add buttons and local timer configuration to storage window.

16 years agoAdd setcurrent.
Dirk H Bartley [Tue, 18 Mar 2008 01:16:24 +0000 (01:16 +0000)]
Add setcurrent.

16 years agoebl Add relocation stuffs
Eric Bollengier [Mon, 17 Mar 2008 08:29:29 +0000 (08:29 +0000)]
ebl  Add relocation stuffs

16 years agoTweak distros and versions -- more to do
Kern Sibbald [Sun, 16 Mar 2008 20:45:03 +0000 (20:45 +0000)]
Tweak distros and versions -- more to do

16 years agoAdd command debbugging lines based on preferences.
Dirk H Bartley [Sun, 16 Mar 2008 16:36:46 +0000 (16:36 +0000)]
Add command debbugging lines based on preferences.
Add code to only run command for active tab in storstat.
Add connection to run command every time a new tab is clicked.

16 years agoebl Fix accurate test to work with current trunk
Eric Bollengier [Sun, 16 Mar 2008 09:29:41 +0000 (09:29 +0000)]
ebl  Fix accurate test to work with current trunk

16 years agoebl Use only ctime/mtime for accurate mode.
Eric Bollengier [Sun, 16 Mar 2008 09:26:08 +0000 (09:26 +0000)]
ebl  Use only ctime/mtime for accurate mode.

16 years agoebl tweak debug code
Eric Bollengier [Sun, 16 Mar 2008 08:34:59 +0000 (08:34 +0000)]
ebl  tweak debug code

16 years agoebl update
Eric Bollengier [Sun, 16 Mar 2008 08:33:46 +0000 (08:33 +0000)]
ebl  update

16 years agoTweaks
Kern Sibbald [Sun, 16 Mar 2008 06:48:37 +0000 (06:48 +0000)]
Tweaks

16 years agoEliminate compiler warning in vss_generic.cpp
Kern Sibbald [Sat, 15 Mar 2008 20:02:00 +0000 (20:02 +0000)]
Eliminate compiler warning in vss_generic.cpp

16 years agoadd reserved_volume flag in DCR to make maxvol2 test work
Kern Sibbald [Fri, 14 Mar 2008 17:14:57 +0000 (17:14 +0000)]
add reserved_volume flag in DCR to make maxvol2 test work

16 years agoAdd runscript test
Kern Sibbald [Fri, 14 Mar 2008 08:45:15 +0000 (08:45 +0000)]
Add runscript test

16 years agoUpdate ctest readme
Kern Sibbald [Fri, 14 Mar 2008 07:51:28 +0000 (07:51 +0000)]
Update ctest readme

16 years agoGet the title to make more sense when window is undocked.
Dirk H Bartley [Thu, 13 Mar 2008 23:22:56 +0000 (23:22 +0000)]
Get the title to make more sense when window is undocked.

16 years agoReservation tweaks + more debug output
Kern Sibbald [Thu, 13 Mar 2008 21:59:29 +0000 (21:59 +0000)]
Reservation tweaks + more debug output

16 years agoAdd Frank's explanation for ctest backing out changes
Kern Sibbald [Thu, 13 Mar 2008 21:06:36 +0000 (21:06 +0000)]
Add Frank's explanation for ctest backing out changes

16 years agoebl Add multiple command test
Eric Bollengier [Thu, 13 Mar 2008 15:04:03 +0000 (15:04 +0000)]
ebl  Add multiple command test

16 years agoebl revert prototype.conf change
Eric Bollengier [Thu, 13 Mar 2008 15:02:54 +0000 (15:02 +0000)]
ebl  revert prototype.conf change

16 years agoebl Add a test for multiple command in runscript
Eric Bollengier [Thu, 13 Mar 2008 15:01:07 +0000 (15:01 +0000)]
ebl  Add a test for multiple command in runscript

16 years agoebl Fix new runscript multiple command
Eric Bollengier [Thu, 13 Mar 2008 14:50:46 +0000 (14:50 +0000)]
ebl  Fix new runscript multiple command

16 years agoebl Adapt runscript-test to new runscript output
Eric Bollengier [Thu, 13 Mar 2008 14:49:57 +0000 (14:49 +0000)]
ebl  Adapt runscript-test to new runscript output

16 years agoebl Cleanup
Eric Bollengier [Thu, 13 Mar 2008 14:21:25 +0000 (14:21 +0000)]
ebl  Cleanup

16 years agoebl Permit multiple command/console per runscript definition.
Eric Bollengier [Thu, 13 Mar 2008 14:18:15 +0000 (14:18 +0000)]
ebl  Permit multiple command/console per runscript definition.

16 years agoebl Add AfterVSS doc
Eric Bollengier [Thu, 13 Mar 2008 13:16:54 +0000 (13:16 +0000)]
ebl  Add AfterVSS doc

16 years agoebl Update
Eric Bollengier [Thu, 13 Mar 2008 12:53:13 +0000 (12:53 +0000)]
ebl  Update

16 years agoebl Add AfterVSS option to RunsWhen runscript option
Eric Bollengier [Thu, 13 Mar 2008 12:51:51 +0000 (12:51 +0000)]
ebl  Add AfterVSS option to RunsWhen runscript option

16 years agoebl Tweak patch for current trunk
Eric Bollengier [Thu, 13 Mar 2008 12:49:25 +0000 (12:49 +0000)]
ebl  Tweak patch for current trunk

16 years agokes Don't zap dcr values during release_volume() as they might
Kern Sibbald [Thu, 13 Mar 2008 12:29:32 +0000 (12:29 +0000)]
kes  Don't zap dcr values during release_volume() as they might
     have the next Volume to be mounted.
kes  Fix AIX prototype.

16 years agoTweak debug + code indenting
Kern Sibbald [Thu, 13 Mar 2008 09:20:26 +0000 (09:20 +0000)]
Tweak debug + code indenting

16 years agoTweak swap code
Kern Sibbald [Wed, 12 Mar 2008 20:52:51 +0000 (20:52 +0000)]
Tweak swap code

16 years agoSecond cut of drive switching during backup
Kern Sibbald [Wed, 12 Mar 2008 15:01:42 +0000 (15:01 +0000)]
Second cut of drive switching during backup

16 years agoRemove runscript test -- it always fails
Kern Sibbald [Wed, 12 Mar 2008 07:53:57 +0000 (07:53 +0000)]
Remove runscript test -- it always fails

16 years agoAdd a storage status page.
Dirk H Bartley [Wed, 12 Mar 2008 02:50:53 +0000 (02:50 +0000)]
Add a storage status page.

16 years agoChanged running from a table widget to a text widget.
Dirk H Bartley [Wed, 12 Mar 2008 00:37:50 +0000 (00:37 +0000)]
Changed running from a table widget to a text widget.