]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
15 years agoebl Add test for new ScratchPool directive
Eric Bollengier [Tue, 27 Jan 2009 16:43:14 +0000 (16:43 +0000)]
ebl  Add test for new ScratchPool directive

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

15 years agoebl fix multiple regression env pb
Eric Bollengier [Tue, 27 Jan 2009 16:42:19 +0000 (16:42 +0000)]
ebl  fix multiple regression env pb

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

15 years agoebl Fix small bug about RecyclePool that is not updated at
Eric Bollengier [Tue, 27 Jan 2009 15:42:31 +0000 (15:42 +0000)]
ebl  Fix small bug about RecyclePool that is not updated at
     the first start.

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

15 years agoebl Patch for next beta with catalog modifications
Eric Bollengier [Mon, 26 Jan 2009 13:23:09 +0000 (13:23 +0000)]
ebl  Patch for next beta with catalog modifications

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

15 years agokes Turn off db_get_file_list() giant SQL because if fails on
Kern Sibbald [Sun, 25 Jan 2009 13:23:28 +0000 (13:23 +0000)]
kes  Turn off db_get_file_list() giant SQL because if fails on
     my production machine.
kes  Fix bat.pro.in so that bat is properly installed rather
     than just copied.

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

15 years agoModify search for .conf file so that if one is given on
Kern Sibbald [Sat, 24 Jan 2009 17:56:41 +0000 (17:56 +0000)]
Modify search for .conf file so that if one is given on
     the command line, it will be used, otherwise it will use
     the SYSCONF directory.  It will no longer look in the current
     directory unless explicitly requested on the command line.
     This fixes bug #1189.

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

15 years agoFail a job that references a plugin if no Plugin Directory is
Kern Sibbald [Sat, 24 Jan 2009 15:54:47 +0000 (15:54 +0000)]
Fail a job that references a plugin if no Plugin Directory is
     defined.

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

15 years agoUse wider pdf output
Kern Sibbald [Fri, 23 Jan 2009 17:56:25 +0000 (17:56 +0000)]
Use wider pdf output

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

15 years agoUpdate
Kern Sibbald [Fri, 23 Jan 2009 15:16:04 +0000 (15:16 +0000)]
Update

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

15 years agoebl tweak cast from pointer to integer
Eric Bollengier [Thu, 22 Jan 2009 16:18:12 +0000 (16:18 +0000)]
ebl  tweak cast from pointer to integer

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

15 years agoFix bug #1211 crash during reload with bad dird.conf file.
Kern Sibbald [Thu, 22 Jan 2009 14:41:02 +0000 (14:41 +0000)]
Fix bug #1211 crash during reload with bad dird.conf file.

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

15 years agoebl mingw provides uinptr_t
Eric Bollengier [Wed, 21 Jan 2009 14:50:41 +0000 (14:50 +0000)]
ebl  mingw provides uinptr_t

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

15 years agoebl Add detection of intptr_t and uintptr_t to configure process
Eric Bollengier [Wed, 21 Jan 2009 13:12:43 +0000 (13:12 +0000)]
ebl  Add detection of intptr_t and uintptr_t to configure process

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

15 years agoebl Add detection of intptr_t and uintptr_t to configure process
Eric Bollengier [Wed, 21 Jan 2009 13:12:21 +0000 (13:12 +0000)]
ebl  Add detection of intptr_t and uintptr_t to configure process

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

15 years agoebl Change some cast to use intptr_t instead of long
Eric Bollengier [Tue, 20 Jan 2009 20:07:43 +0000 (20:07 +0000)]
ebl  Change some cast to use intptr_t instead of long

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

15 years agoebl Use intptr_t instead of long to be sure to handle 64bit pointer
Eric Bollengier [Tue, 20 Jan 2009 20:01:18 +0000 (20:01 +0000)]
ebl  Use intptr_t instead of long to be sure to handle 64bit pointer

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

15 years agoebl Add check/define of intptr_t
Eric Bollengier [Tue, 20 Jan 2009 19:30:28 +0000 (19:30 +0000)]
ebl  Add check/define of intptr_t

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

15 years agoebl Use default age in missing job view
Eric Bollengier [Tue, 20 Jan 2009 18:13:49 +0000 (18:13 +0000)]
ebl  Use default age in missing job view

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

15 years agoebl fmtint prototype uses INT64 instead of long
Eric Bollengier [Tue, 20 Jan 2009 15:34:31 +0000 (15:34 +0000)]
ebl  fmtint prototype uses INT64 instead of long

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

15 years agoebl add difference between win32 and win64
Eric Bollengier [Tue, 20 Jan 2009 15:33:17 +0000 (15:33 +0000)]
ebl  add difference between win32 and win64

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

15 years agoebl use LPARAM instead of LONG for cast
Eric Bollengier [Tue, 20 Jan 2009 15:29:41 +0000 (15:29 +0000)]
ebl  use LPARAM instead of LONG for cast

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

15 years agoebl Small update on win32 chapter (should be rewrite)
Eric Bollengier [Tue, 20 Jan 2009 12:27:54 +0000 (12:27 +0000)]
ebl  Small update on win32 chapter (should be rewrite)

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

15 years agoebl Use apache2 in debian packages
Eric Bollengier [Mon, 19 Jan 2009 15:43:35 +0000 (15:43 +0000)]
ebl  Use apache2 in debian packages

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

15 years agoebl update
Eric Bollengier [Mon, 19 Jan 2009 12:44:50 +0000 (12:44 +0000)]
ebl  update

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

15 years agoebl Work on check_bacula.pl
Eric Bollengier [Mon, 19 Jan 2009 10:26:49 +0000 (10:26 +0000)]
ebl  Work on check_bacula.pl
      - Modify warning/critical threshold
          Ok = value < warning
          Warning = critical < value >= warning
          Critical = value >= critical
      - Add new options -M|-F to specify "max run test" or "count failed"
          => nothing will be done by default
      - Add JobId keyword in the scan of the storage status command
      - Add new level option

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

15 years agoebl Fix typo
Eric Bollengier [Mon, 19 Jan 2009 09:51:52 +0000 (09:51 +0000)]
ebl  Fix typo

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

15 years agoebl Take Created job in account to test current jobs
Eric Bollengier [Mon, 19 Jan 2009 09:50:08 +0000 (09:50 +0000)]
ebl  Take Created job in account to test current jobs

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

15 years agoUpdate version date
Kern Sibbald [Mon, 19 Jan 2009 08:06:26 +0000 (08:06 +0000)]
Update version date

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

15 years agoApply acl_solaris_update.patch submitted by Marco (thanks)
Kern Sibbald [Sun, 18 Jan 2009 20:47:01 +0000 (20:47 +0000)]
Apply acl_solaris_update.patch submitted by Marco (thanks)

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

15 years agoRemove configure check for resolv.h -- it is apparently not needed
Kern Sibbald [Sun, 18 Jan 2009 20:44:50 +0000 (20:44 +0000)]
Remove configure check for resolv.h -- it is apparently not needed
     and causes build warnings on FreeBSD.

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

15 years agoEnsure that the installer and newinstaller Makefiles are called
Kern Sibbald [Sun, 18 Jan 2009 20:41:38 +0000 (20:41 +0000)]
Ensure that the installer and newinstaller Makefiles are called
     during a make clean.

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

15 years agoEnsure that the installer and newinstaller Makefiles are called
Kern Sibbald [Sun, 18 Jan 2009 20:41:17 +0000 (20:41 +0000)]
Ensure that the installer and newinstaller Makefiles are called
     during a make clean.

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

15 years agoebl cleanup set_limits
Eric Bollengier [Sun, 18 Jan 2009 13:33:13 +0000 (13:33 +0000)]
ebl  cleanup set_limits

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

15 years agoebl Too many segfaults in this way
Eric Bollengier [Thu, 15 Jan 2009 13:21:37 +0000 (13:21 +0000)]
ebl  Too many segfaults in this way

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

15 years agoebl Too many external segfault in this way
Eric Bollengier [Thu, 15 Jan 2009 13:01:18 +0000 (13:01 +0000)]
ebl  Too many external segfault in this way

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

15 years agoebl don't send volstatus=Purged to the server to avoid error message
Eric Bollengier [Thu, 15 Jan 2009 09:56:29 +0000 (09:56 +0000)]
ebl  don't send volstatus=Purged to the server to avoid error message

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

15 years agoTo prevent breakage of existing scripts, reorder the commands.
Dan Langille [Wed, 14 Jan 2009 00:09:26 +0000 (00:09 +0000)]
To prevent breakage of existing scripts, reorder the commands.
Add a comment regarding this point for future reference.

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

15 years agoebl Add limit/offset and pattern selection
Eric Bollengier [Tue, 13 Jan 2009 22:19:34 +0000 (22:19 +0000)]
ebl  Add limit/offset and pattern selection

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

15 years agoebl Fix bug when updating Purged volume parameters
Eric Bollengier [Tue, 13 Jan 2009 16:55:00 +0000 (16:55 +0000)]
ebl  Fix bug when updating Purged volume parameters

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

15 years agoebl tweak: rename start by offset
Eric Bollengier [Tue, 13 Jan 2009 08:34:16 +0000 (08:34 +0000)]
ebl  tweak: rename start by offset

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

15 years agoebl first cut of limit/offset feature for file list
Eric Bollengier [Mon, 12 Jan 2009 21:32:15 +0000 (21:32 +0000)]
ebl  first cut of limit/offset feature for file list

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

15 years agoebl Add limit/offset to ls_dir, ls_file
Eric Bollengier [Mon, 12 Jan 2009 16:38:13 +0000 (16:38 +0000)]
ebl  Add limit/offset to ls_dir, ls_file

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

15 years agoebl Change Win32 by Win64 in status
Eric Bollengier [Mon, 12 Jan 2009 14:05:47 +0000 (14:05 +0000)]
ebl  Change Win32 by Win64 in status

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

15 years agoApply Eric's fix for suppressing extended attributes error messages
Kern Sibbald [Mon, 12 Jan 2009 10:57:58 +0000 (10:57 +0000)]
Apply Eric's fix for suppressing extended attributes error messages
     when dealing with deleted files.

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

15 years agoebl Fix warning message with Accurate mode on windows
Eric Bollengier [Mon, 12 Jan 2009 10:49:03 +0000 (10:49 +0000)]
ebl  Fix warning message with Accurate mode on windows

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

15 years agoIn my previous commit, I dropped the command from the help text. Fixed.
Dan Langille [Mon, 12 Jan 2009 06:23:31 +0000 (06:23 +0000)]
In my previous commit, I dropped the command from the help text. Fixed.

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

15 years agoAdjust cmdstruct:
Dan Langille [Mon, 12 Jan 2009 06:18:26 +0000 (06:18 +0000)]
Adjust cmdstruct:
- sort commands in alphabetical order: easier to reconcile with docs
- include the options for the command where not already included

NOTE: This makes some lines very long.  If that's not acceptable,
we'll have to look at this closer.

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

15 years agoAdjust the "Alphabetic List of Console Commands"
Dan Langille [Mon, 12 Jan 2009 05:42:47 +0000 (05:42 +0000)]
Adjust the "Alphabetic List of Console Commands"
- sort them in alphabetical order
- add some missing command (e.g. gui, time, trace)

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

15 years agoAdd debug line number in Win32 error message
Kern Sibbald [Sun, 11 Jan 2009 19:51:07 +0000 (19:51 +0000)]
Add debug line number in Win32 error message

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

15 years agoAdd src/win32/newinstaller -- single file installer
Kern Sibbald [Sun, 11 Jan 2009 19:22:27 +0000 (19:22 +0000)]
Add src/win32/newinstaller -- single file installer

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

15 years agoAttempt to fix FreeBSD build problems
Kern Sibbald [Sun, 11 Jan 2009 11:30:16 +0000 (11:30 +0000)]
Attempt to fix FreeBSD build problems

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

15 years agoAttempt to explicitly call gmake when needed, or if not found
Kern Sibbald [Sun, 11 Jan 2009 11:25:05 +0000 (11:25 +0000)]
Attempt to explicitly call gmake when needed, or if not found
     skip the calls.  This should fix the FreeBSD regression/build.

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

15 years agoUpdate
Kern Sibbald [Sat, 10 Jan 2009 13:20:04 +0000 (13:20 +0000)]
Update

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

15 years agoFix bat.pro.in so that bat will install.
Kern Sibbald [Sat, 10 Jan 2009 10:22:24 +0000 (10:22 +0000)]
Fix bat.pro.in so that bat will install.

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

15 years agoebl update pb with utime
Eric Bollengier [Fri, 9 Jan 2009 19:19:31 +0000 (19:19 +0000)]
ebl  update pb with utime

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

15 years agoUpdate
Kern Sibbald [Fri, 9 Jan 2009 18:18:53 +0000 (18:18 +0000)]
Update

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

15 years agoebl update
Eric Bollengier [Fri, 9 Jan 2009 18:03:05 +0000 (18:03 +0000)]
ebl  update

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

15 years agokes Add more debug output to VSS init.
Kern Sibbald [Fri, 9 Jan 2009 17:10:51 +0000 (17:10 +0000)]
kes  Add more debug output to VSS init.
kes  Attempt to correct win32 debug in berrno.

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

15 years agothere is no script named dvd-freespace
Thomas Glatthor [Fri, 9 Jan 2009 14:33:03 +0000 (14:33 +0000)]
there is no script named dvd-freespace

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

15 years agoebl Add a note about new blastattribute mode
Eric Bollengier [Fri, 9 Jan 2009 09:33:41 +0000 (09:33 +0000)]
ebl  Add a note about new blastattribute mode

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

15 years agoFix bug reported by Dan where make fails in clean of src/win32
Kern Sibbald [Fri, 9 Jan 2009 01:14:10 +0000 (01:14 +0000)]
Fix bug reported by Dan where make fails in clean of src/win32

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

15 years agoebl Get a bacula-fd.exe
Eric Bollengier [Thu, 8 Jan 2009 15:24:40 +0000 (15:24 +0000)]
ebl  Get a bacula-fd.exe

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

15 years agoebl update
Eric Bollengier [Thu, 8 Jan 2009 14:54:56 +0000 (14:54 +0000)]
ebl  update

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

15 years agoebl first cut
Eric Bollengier [Thu, 8 Jan 2009 13:58:14 +0000 (13:58 +0000)]
ebl  first cut

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

15 years agoebl tweak
Eric Bollengier [Thu, 8 Jan 2009 10:26:07 +0000 (10:26 +0000)]
ebl  tweak

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

15 years agoebl Add script to build w64 dependencies
Eric Bollengier [Thu, 8 Jan 2009 10:21:15 +0000 (10:21 +0000)]
ebl  Add script to build w64 dependencies

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

15 years agoebl Tweak
Eric Bollengier [Thu, 8 Jan 2009 10:19:56 +0000 (10:19 +0000)]
ebl  Tweak

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

15 years agoebl update
Eric Bollengier [Thu, 8 Jan 2009 10:18:57 +0000 (10:18 +0000)]
ebl  update

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

15 years agoFix bug #1212, SD is unable to recycle purged volumes. fstat()
Kern Sibbald [Wed, 7 Jan 2009 17:36:21 +0000 (17:36 +0000)]
Fix bug #1212, SD is unable to recycle purged volumes. fstat()
    was broken.

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

15 years agofr/en very small fix,
Thomas Glatthor [Wed, 7 Jan 2009 13:34:12 +0000 (13:34 +0000)]
fr/en very small fix,
de translation

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

15 years agoone more old style fileset ....
Thomas Glatthor [Wed, 7 Jan 2009 12:15:33 +0000 (12:15 +0000)]
one more old style fileset ....

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

15 years agoExample FileSet fix
Thomas Glatthor [Wed, 7 Jan 2009 11:09:29 +0000 (11:09 +0000)]
Example FileSet fix
the old one is no longer support:

bacula-dir: ERROR TERMINATION at inc_conf.c:332
Config error: Old style Include/Exclude not supported

            : line 119, col 11 of file /etc/bacula/conf.d/ws-admin.conf
  Include = compression=GZIP signature=SHA1 {

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

15 years agoCorrect debug message
Kern Sibbald [Wed, 7 Jan 2009 07:31:38 +0000 (07:31 +0000)]
Correct debug message

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

15 years agotranslation
Thomas Glatthor [Tue, 6 Jan 2009 21:14:02 +0000 (21:14 +0000)]
translation

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

15 years agoebl update
Eric Bollengier [Tue, 6 Jan 2009 20:20:09 +0000 (20:20 +0000)]
ebl update

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

15 years agoebl Patch to compile pthread with mingw-w64
Eric Bollengier [Tue, 6 Jan 2009 16:50:10 +0000 (16:50 +0000)]
ebl  Patch to compile pthread with mingw-w64

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

15 years agomore recently added changes
Thomas Glatthor [Tue, 6 Jan 2009 12:59:26 +0000 (12:59 +0000)]
more recently added changes

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

15 years agoebl Despool attributes directly from the director if attribute
Eric Bollengier [Tue, 6 Jan 2009 12:54:09 +0000 (12:54 +0000)]
ebl  Despool attributes directly from the director if attribute
     spool file is present

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

15 years agoadded all the updates from the last weeks
Thomas Glatthor [Tue, 6 Jan 2009 11:49:07 +0000 (11:49 +0000)]
added all the updates from the last weeks

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

15 years agoUpdate
Kern Sibbald [Mon, 5 Jan 2009 15:25:08 +0000 (15:25 +0000)]
Update

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

15 years agoFix bat install broken by change
Kern Sibbald [Mon, 5 Jan 2009 12:04:06 +0000 (12:04 +0000)]
Fix bat install broken by  change

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

15 years agoFinal changes
Kern Sibbald [Mon, 5 Jan 2009 11:06:44 +0000 (11:06 +0000)]
Final changes

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

15 years agoRemove extra word:
Dan Langille [Mon, 5 Jan 2009 02:59:05 +0000 (02:59 +0000)]
Remove extra word:
terminates in normally => terminates normally

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

15 years agoFinal changes
Kern Sibbald [Sun, 4 Jan 2009 12:05:47 +0000 (12:05 +0000)]
Final changes

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

15 years agokes Fix annoying compiler warnings in console/conio.c
Kern Sibbald [Sun, 4 Jan 2009 11:59:53 +0000 (11:59 +0000)]
kes  Fix annoying compiler warnings in console/conio.c
kes  Fix win32 build (depended whether or not ./configure was run).

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

15 years agoebl Fix group edition for client
Eric Bollengier [Sun, 4 Jan 2009 10:27:53 +0000 (10:27 +0000)]
ebl  Fix group edition for client
ebl  cleanup

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

15 years agoebl cleanup
Eric Bollengier [Sun, 4 Jan 2009 10:04:00 +0000 (10:04 +0000)]
ebl  cleanup

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

15 years agoApply fix suggested by Bruno Friedmann to configure.in to
Kern Sibbald [Sun, 4 Jan 2009 07:06:03 +0000 (07:06 +0000)]
Apply fix suggested by Bruno Friedmann to configure.in to
     find python2.5

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

15 years agoUpdate
Kern Sibbald [Sat, 3 Jan 2009 21:09:31 +0000 (21:09 +0000)]
Update

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

15 years agoUpdate doc
Kern Sibbald [Sat, 3 Jan 2009 20:47:07 +0000 (20:47 +0000)]
Update doc

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

15 years agoebl Add Job copy type
Eric Bollengier [Sat, 3 Jan 2009 20:34:42 +0000 (20:34 +0000)]
ebl  Add Job copy type

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

15 years agoebl fix compilation
Eric Bollengier [Sat, 3 Jan 2009 20:17:51 +0000 (20:17 +0000)]
ebl  fix compilation

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

15 years agoebl use special icon for Admin, Copy, Migration control jobs
Eric Bollengier [Sat, 3 Jan 2009 19:40:17 +0000 (19:40 +0000)]
ebl  use special icon for Admin, Copy, Migration control jobs

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

15 years agoebl change Created icon
Eric Bollengier [Sat, 3 Jan 2009 19:07:14 +0000 (19:07 +0000)]
ebl  change Created icon

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

15 years agoFinal USB update for now ...
Kern Sibbald [Sat, 3 Jan 2009 17:27:26 +0000 (17:27 +0000)]
Final USB update for now ...

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

15 years agoUpdate
Kern Sibbald [Sat, 3 Jan 2009 17:16:41 +0000 (17:16 +0000)]
Update

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

15 years agoUpdates
Kern Sibbald [Sat, 3 Jan 2009 16:56:13 +0000 (16:56 +0000)]
Updates

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

15 years agoUpdate
Kern Sibbald [Sat, 3 Jan 2009 16:36:13 +0000 (16:36 +0000)]
Update

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

15 years agoUpdate
Kern Sibbald [Sat, 3 Jan 2009 16:10:43 +0000 (16:10 +0000)]
Update

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

15 years agoUpdate
Kern Sibbald [Sat, 3 Jan 2009 16:05:15 +0000 (16:05 +0000)]
Update

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