]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
18 years ago- Fix how FileSet is saved in job record to correct continual
Kern Sibbald [Mon, 15 Aug 2005 08:48:01 +0000 (08:48 +0000)]
- Fix how FileSet is saved in job record to correct continual
  Full save.

18 years agoUpdate version
Kern Sibbald [Mon, 15 Aug 2005 07:25:11 +0000 (07:25 +0000)]
Update version

18 years ago - Add gettext macros in autoconf/gettext-macros.
Nicolas Boichat [Sat, 13 Aug 2005 16:29:11 +0000 (16:29 +0000)]
 - Add gettext macros in autoconf/gettext-macros.
 - Modify how localedir is set in configure.in.
 - Remove setlocale check (useless).

18 years agoFix format errors.
Nicolas Boichat [Sat, 13 Aug 2005 15:39:51 +0000 (15:39 +0000)]
Fix format errors.

18 years ago- Add drive specification to mount, unmount, release, label,
Kern Sibbald [Sat, 13 Aug 2005 15:22:33 +0000 (15:22 +0000)]
- Add drive specification to mount, unmount, release, label,
  and relabel for Autochangers.  Note Dir<->SD protocol has
  changed.

18 years agoAdd debug option to more tests
Kern Sibbald [Sat, 13 Aug 2005 14:06:53 +0000 (14:06 +0000)]
Add debug option to more tests

18 years ago- Disable parts of NLS as the configure does not work here.
Kern Sibbald [Fri, 12 Aug 2005 13:45:28 +0000 (13:45 +0000)]
- Disable parts of NLS as the configure does not work here.

18 years agoUpdates
Kern Sibbald [Fri, 12 Aug 2005 12:13:31 +0000 (12:13 +0000)]
Updates

18 years agotrivial
Kern Sibbald [Thu, 11 Aug 2005 17:41:21 +0000 (17:41 +0000)]
trivial

18 years agoChanges
Kern Sibbald [Thu, 11 Aug 2005 17:40:33 +0000 (17:40 +0000)]
Changes

18 years agoDo not translate N_(...).
Nicolas Boichat [Thu, 11 Aug 2005 16:05:22 +0000 (16:05 +0000)]
Do not translate N_(...).

18 years agoAdd German translation and po/README.
Nicolas Boichat [Thu, 11 Aug 2005 12:22:18 +0000 (12:22 +0000)]
Add German translation and po/README.

18 years ago- Modified bconsole script so that it is improperly
Kern Sibbald [Thu, 11 Aug 2005 10:49:50 +0000 (10:49 +0000)]
- Modified bconsole script so that it is improperly
  installed, it will refuse to execute.  This avoids
  recursive call loops.

18 years agoMark translatable strings in all source files.
Nicolas Boichat [Wed, 10 Aug 2005 16:35:38 +0000 (16:35 +0000)]
Mark translatable strings in all source files.

18 years ago - Create French and Italian translation files (fr.po, it.po).
Nicolas Boichat [Mon, 8 Aug 2005 16:27:54 +0000 (16:27 +0000)]
 - Create French and Italian translation files (fr.po, it.po).
 - Add support for translation in configure and Makefiles.
 - Update autoconf/aclocal.m4 so it is automatically created with aclocal
   (Note: autoconf/gnome-macros is not used anymore, it may be removed).

18 years agoFlush
Kern Sibbald [Mon, 8 Aug 2005 16:26:15 +0000 (16:26 +0000)]
Flush

18 years agoApply David's ACL fix to src/filed/acl.c
Kern Sibbald [Sat, 6 Aug 2005 14:48:19 +0000 (14:48 +0000)]
Apply David's ACL fix to src/filed/acl.c

18 years agoApply patches sent by David Duchscher <kreios@gmail.com> for
Kern Sibbald [Fri, 5 Aug 2005 18:58:32 +0000 (18:58 +0000)]
Apply patches sent by David Duchscher <kreios@gmail.com> for
  making ACLs work on MacOS X and FreeBSD.

18 years agoadded unlink functionality for readonly files
Thorsten Engel [Fri, 5 Aug 2005 16:13:47 +0000 (16:13 +0000)]
added unlink functionality for readonly files

18 years agobugfix (used static functions instead of dynamic ones)
Thorsten Engel [Fri, 5 Aug 2005 16:03:22 +0000 (16:03 +0000)]
bugfix (used static functions instead of dynamic ones)

18 years agosmall vss improvement (more complete shutdown and startup after each backup instead...
Thorsten Engel [Fri, 5 Aug 2005 08:16:51 +0000 (08:16 +0000)]
small vss improvement (more complete shutdown and startup after each backup instead of after restart)

18 years agoFlush
Kern Sibbald [Thu, 4 Aug 2005 12:19:09 +0000 (12:19 +0000)]
Flush

18 years agoFix 2 tape tests
Kern Sibbald [Thu, 4 Aug 2005 09:37:47 +0000 (09:37 +0000)]
Fix 2 tape tests

18 years ago- Apply patch in bug#397 that improved configure
Kern Sibbald [Thu, 4 Aug 2005 09:02:42 +0000 (09:02 +0000)]
- Apply patch in bug#397 that improved configure
  - find readline under /include/readline
  - no libutil under Solaris
  - no need for -ldl under Solaris

18 years ago- Make reservation system single threaded during the
Kern Sibbald [Thu, 4 Aug 2005 08:49:00 +0000 (08:49 +0000)]
- Make reservation system single threaded during the
  search to avoid two threads competing for the same
  resource.
- Correct a return code in find_suitable_device_for_job()
  Possibly cause of busy writing to another volume.

18 years agoUpdates
Kern Sibbald [Wed, 3 Aug 2005 19:26:46 +0000 (19:26 +0000)]
Updates

18 years ago- Modify open() for tape so nonblocking really works.
Kern Sibbald [Wed, 3 Aug 2005 19:01:43 +0000 (19:01 +0000)]
- Modify open() for tape so nonblocking really works.
- Use fcntl() to reset blocking status rather than close()
  and reopen the drive.
- Make sure dev->open() is always called so that any change
  in read/write permissions will occur.
- Open drives initially in daemon in read-only mode.
- Ensure that each time the VolHdr.VolumeName is zapped
  or changed that free_volume() is called on the old name.

18 years agoUpdate
Kern Sibbald [Wed, 3 Aug 2005 17:21:07 +0000 (17:21 +0000)]
Update

18 years agoUpdate test
Kern Sibbald [Wed, 3 Aug 2005 14:07:04 +0000 (14:07 +0000)]
Update test

18 years ago.cvsignore updates
Kern Sibbald [Wed, 3 Aug 2005 13:22:32 +0000 (13:22 +0000)]
.cvsignore updates

18 years agoTurn off debug
Kern Sibbald [Wed, 3 Aug 2005 12:55:28 +0000 (12:55 +0000)]
Turn off debug

18 years agoUpdate tape tests for pool
Kern Sibbald [Wed, 3 Aug 2005 12:54:49 +0000 (12:54 +0000)]
Update tape tests for pool

18 years agoAdd 2 drive test
Kern Sibbald [Wed, 3 Aug 2005 12:54:30 +0000 (12:54 +0000)]
Add 2 drive test

18 years agoUpdate
Kern Sibbald [Wed, 3 Aug 2005 11:58:27 +0000 (11:58 +0000)]
Update

18 years ago- Require 5 arguments to mtx-changer except list and slots
Kern Sibbald [Wed, 3 Aug 2005 11:35:29 +0000 (11:35 +0000)]
- Require 5 arguments to mtx-changer except list and slots
- Turn -EPIPE status returns from bpipe to ETIME
- Include Slot in SD status output
- Do not term_dev() during initialization in SD if the device
  could not be opened.  In the case of a tape drive, there may
  be no tape in the drive.

18 years agoUpdates
Kern Sibbald [Tue, 2 Aug 2005 16:44:48 +0000 (16:44 +0000)]
Updates

18 years agoSetup for two drives
Kern Sibbald [Tue, 2 Aug 2005 16:32:37 +0000 (16:32 +0000)]
Setup for two drives

18 years ago02Aug05
Kern Sibbald [Tue, 2 Aug 2005 16:09:51 +0000 (16:09 +0000)]
02Aug05
- Correct PostgreSQL database scripts as suggested by a user.
- Add additional info to FATAL message generated when a device
  is busy writing to another volume.
- Suppress an inappropriate NULL Volume name message after a cancel.
- Correct a warning message in reserve.c

18 years agoUpdates
Kern Sibbald [Tue, 2 Aug 2005 15:45:06 +0000 (15:45 +0000)]
Updates

18 years agoPthreadVCE.dll in winbacula-bartpe-1.37.30 needs msvcr71.dll, so I added it to bacula.inf
Thorsten Engel [Tue, 2 Aug 2005 11:35:59 +0000 (11:35 +0000)]
PthreadVCE.dll in winbacula-bartpe-1.37.30 needs msvcr71.dll, so I added it to bacula.inf

18 years agoUpdate DVD documentation.
Nicolas Boichat [Sat, 30 Jul 2005 23:36:30 +0000 (23:36 +0000)]
Update DVD documentation.

18 years agoDisable DVD checks (last part removed...).
Nicolas Boichat [Sat, 30 Jul 2005 21:57:26 +0000 (21:57 +0000)]
Disable DVD checks (last part removed...).

18 years agoMisc updates
Kern Sibbald [Sat, 30 Jul 2005 16:45:18 +0000 (16:45 +0000)]
Misc updates

18 years agoFix src/lib/bpipe.c:run_program and run_program_full_output to detect if the watchdog...
Nicolas Boichat [Sat, 30 Jul 2005 15:59:04 +0000 (15:59 +0000)]
Fix src/lib/bpipe.c:run_program and run_program_full_output to detect if the watchdog killed the program, and return an error if it is the case.

18 years agoRemove debug infos in dvd-writepart
Nicolas Boichat [Sat, 30 Jul 2005 13:44:09 +0000 (13:44 +0000)]
Remove debug infos in dvd-writepart

18 years agoUpdate dvd-writepart (auto-detect kernel version, integrated watchdog).
Nicolas Boichat [Fri, 29 Jul 2005 16:36:51 +0000 (16:36 +0000)]
Update dvd-writepart (auto-detect kernel version, integrated watchdog).

18 years agoDVD sanity check : check if the last part was removed or truncated, or
Nicolas Boichat [Fri, 29 Jul 2005 13:49:33 +0000 (13:49 +0000)]
DVD sanity check : check if the last part was removed or truncated, or
if a written part was overwritten.

18 years agoRemove zero-sized parts from spool file when closing DVD-devices.
Nicolas Boichat [Fri, 29 Jul 2005 13:32:43 +0000 (13:32 +0000)]
Remove zero-sized parts from spool file when closing DVD-devices.

18 years ago29Jul05
Kern Sibbald [Fri, 29 Jul 2005 09:16:26 +0000 (09:16 +0000)]
29Jul05
- Apply user's patch to make mutiple modifiers for times
  work correctly.
- Make read_dev_volume_label() handle ANSI/IBM labels
  correctly -- ie space over any label at the beginning
  of the tape.
28Jul05
- Make ANSI/IBM writing of HDR1/2 labels ignore any
  errors if at end of tape.
- Apply Martin's patch to improve Python detection in
  configure.in

18 years agoUpdates
Kern Sibbald [Thu, 28 Jul 2005 16:01:26 +0000 (16:01 +0000)]
Updates

18 years agoFix when we cannot mount the DVD, but no part has yet been written.
Nicolas Boichat [Thu, 28 Jul 2005 15:14:30 +0000 (15:14 +0000)]
Fix when we cannot mount the DVD, but no part has yet been written.

18 years ago28Jul05
Kern Sibbald [Thu, 28 Jul 2005 09:50:31 +0000 (09:50 +0000)]
28Jul05
- Temporarily turn off disk seeking until I find the
  cause of the problem.
27Jul05
- Add OSF1 patch supplied by user.
- Use number of files selected from write_bsr() only
  if it is not defined.
- Explicitly seek to end of file when getting size for
  restore test.
- Correctly set EndBlock position in JobMedia record
  for files.
- Remove unnecessary set StartBlock in bscan. Caused bscan
  regression error.

18 years agoUpdate/bugfixes in DVD-writing. (@kern, please also check dev.c:truncate_dev)
Nicolas Boichat [Wed, 27 Jul 2005 22:47:39 +0000 (22:47 +0000)]
Update/bugfixes in DVD-writing. (@kern, please also check dev.c:truncate_dev)

18 years agoOther modifications outside DVD functions. (@kern please double-check this)
Nicolas Boichat [Wed, 27 Jul 2005 22:45:20 +0000 (22:45 +0000)]
Other modifications outside DVD functions. (@kern please double-check this)

18 years agoMinor modifications outside DVD functions.
Nicolas Boichat [Wed, 27 Jul 2005 22:40:46 +0000 (22:40 +0000)]
Minor modifications outside DVD functions.

18 years agoUpdates
Kern Sibbald [Tue, 26 Jul 2005 16:40:02 +0000 (16:40 +0000)]
Updates

18 years agoUpdate
Kern Sibbald [Tue, 26 Jul 2005 11:07:27 +0000 (11:07 +0000)]
Update

18 years agoAdd bacula-web doc
Kern Sibbald [Tue, 26 Jul 2005 10:55:28 +0000 (10:55 +0000)]
Add bacula-web doc

18 years ago- Modify mtx-changer to wait a maximum of 300 seconds.
Kern Sibbald [Tue, 26 Jul 2005 09:34:29 +0000 (09:34 +0000)]
- Modify mtx-changer to wait a maximum of 300 seconds.
- Do restart of failed jobs only for Backups job types.
- A number of DVD updates from Nicolas.

18 years agoVarious DVD fixes.
Nicolas Boichat [Mon, 25 Jul 2005 15:37:20 +0000 (15:37 +0000)]
Various DVD fixes.

18 years agoFix lseek_dev
Nicolas Boichat [Mon, 25 Jul 2005 12:22:06 +0000 (12:22 +0000)]
Fix lseek_dev

18 years agoChange debug level for BSR match_findex fails.
Nicolas Boichat [Mon, 25 Jul 2005 12:21:27 +0000 (12:21 +0000)]
Change debug level for BSR match_findex fails.

18 years agoApply Nicolas' bsr single block patch
Kern Sibbald [Mon, 25 Jul 2005 11:59:03 +0000 (11:59 +0000)]
Apply Nicolas' bsr single block patch

18 years agoUpdate kes-1.37
Kern Sibbald [Mon, 25 Jul 2005 10:13:12 +0000 (10:13 +0000)]
Update kes-1.37

18 years ago- Turn off old service helper code in Win32.
Kern Sibbald [Mon, 25 Jul 2005 10:12:43 +0000 (10:12 +0000)]
- Turn off old service helper code in Win32.
- Correct Messages bug found by Phil in stored.

18 years agoFixes concerning DVD-writing.
Nicolas Boichat [Sun, 24 Jul 2005 21:23:07 +0000 (21:23 +0000)]
Fixes concerning DVD-writing.

18 years agoDocument changes
Kern Sibbald [Sun, 24 Jul 2005 16:00:17 +0000 (16:00 +0000)]
Document changes

18 years agoFirst rpm build for 1.38, remove doc and rescue packages.
Scott Barninger [Sun, 24 Jul 2005 15:52:22 +0000 (15:52 +0000)]
First rpm build for 1.38, remove doc and rescue packages.

18 years agoRemoved references to the developer's manual from Makefiles for other manuals, since the
Karl Cunningham [Sun, 24 Jul 2005 14:59:54 +0000 (14:59 +0000)]
Removed references to the developer's manual from Makefiles for other manuals, since the
  Developer's manual has its own directory now.

18 years agoMake targets for developer's manual changed to be consistent with other manuals.
Karl Cunningham [Sun, 24 Jul 2005 14:49:54 +0000 (14:49 +0000)]
Make targets for developer's manual changed to be consistent with other manuals.

18 years agoRemoved superscript in text.
Karl Cunningham [Sun, 24 Jul 2005 14:47:58 +0000 (14:47 +0000)]
Removed superscript in text.

18 years agoChanged to not try to make meaningful filenames for internally-generated
Karl Cunningham [Sun, 24 Jul 2005 14:47:14 +0000 (14:47 +0000)]
Changed to not try to make meaningful filenames for internally-generated
  images (math, superscripts, etc).

18 years agoRemove spec depend tetex-dvips for su9.
Scott Barninger [Sun, 24 Jul 2005 14:00:29 +0000 (14:00 +0000)]
Remove spec depend tetex-dvips for su9.

18 years agoMinor spec cleanup before 1.38
Scott Barninger [Sun, 24 Jul 2005 13:41:57 +0000 (13:41 +0000)]
Minor spec cleanup before 1.38

18 years agoUpdate doc
Kern Sibbald [Sun, 24 Jul 2005 10:27:39 +0000 (10:27 +0000)]
Update doc

18 years agoUpdate docs
Kern Sibbald [Sun, 24 Jul 2005 10:27:29 +0000 (10:27 +0000)]
Update docs

18 years ago- Complete (almost) documentation of 1.38.
Kern Sibbald [Sat, 23 Jul 2005 21:59:10 +0000 (21:59 +0000)]
- Complete (almost) documentation of 1.38.
- Add error messages for error conditions with VSS.

18 years agoUpdate Win32 test
Kern Sibbald [Sat, 23 Jul 2005 11:27:04 +0000 (11:27 +0000)]
Update Win32 test

18 years ago Fix additional problems with VSS backup that I introduced.
Kern Sibbald [Sat, 23 Jul 2005 09:45:26 +0000 (09:45 +0000)]
 Fix additional problems with VSS backup that I introduced.

18 years ago- Correct compiler complaints in wx-console and tray-monitor.
Kern Sibbald [Fri, 22 Jul 2005 20:30:00 +0000 (20:30 +0000)]
- Correct compiler complaints in wx-console and tray-monitor.
- Correct VSS problems recognizing c:
- Add VSS before job status
- Fix output of status from being one big line.
- Change cd xx; make to cd xx && make as suggested by Phil.
- Cleanup projects file
- Remove unnecessary casting of FF_PKT in filed.

18 years agoAdd win32 test
Kern Sibbald [Fri, 22 Jul 2005 12:27:47 +0000 (12:27 +0000)]
Add win32 test

18 years agoApply Thorsten's bugfix for vss_generic.cpp
Kern Sibbald [Fri, 22 Jul 2005 10:12:51 +0000 (10:12 +0000)]
Apply Thorsten's bugfix for vss_generic.cpp

18 years ago- Add check for df path for dvd_freespace
Kern Sibbald [Fri, 22 Jul 2005 09:12:43 +0000 (09:12 +0000)]
- Add check for df path for dvd_freespace
- Use df to get space used on DVD.
- Change sense of flag indicating erase DVD or not before writing.
- Fix bpipe so that it never modifies the result pointer.
- Replace more dev_name by print_name().
- Rewrite edit_device_codes_dev() so it does not overwrite the
  supplied buffer.
- Update printing of labels (for bls) so that critical information
  is printed (Job name and timestamp).
- Cleanup old spool files when starting the SD.
- Modify vss.cpp to allow C: as a path name.  Otherwise VSS
  doesn't work when only a drive name is given.
- Modify vss.c to eliminate double / in filenames.
- Update doc -- particularly the restore chapter.

18 years agoUpdate .cvsignore files
Kern Sibbald [Thu, 21 Jul 2005 18:33:35 +0000 (18:33 +0000)]
Update .cvsignore files

18 years agoUpdate doc
Kern Sibbald [Thu, 21 Jul 2005 18:31:29 +0000 (18:31 +0000)]
Update doc

18 years agoAdapted for use within Developer's Manual
Karl Cunningham [Thu, 21 Jul 2005 14:54:13 +0000 (14:54 +0000)]
Adapted for use within Developer's Manual

18 years agoCorrected minor LaTeX errors
Karl Cunningham [Wed, 20 Jul 2005 15:08:35 +0000 (15:08 +0000)]
Corrected minor LaTeX errors

18 years agoCorrected minor LaTeX errors
Karl Cunningham [Wed, 20 Jul 2005 14:45:11 +0000 (14:45 +0000)]
Corrected minor LaTeX errors

18 years agoAdditional documentation
Kern Sibbald [Wed, 20 Jul 2005 14:33:55 +0000 (14:33 +0000)]
Additional documentation

18 years agoAdded bacula.sty to German translation directory
Karl Cunningham [Wed, 20 Jul 2005 14:27:50 +0000 (14:27 +0000)]
Added bacula.sty to German translation directory

18 years agoCorrected minor LaTeX errors
Karl Cunningham [Wed, 20 Jul 2005 14:18:05 +0000 (14:18 +0000)]
Corrected minor LaTeX errors

18 years agoCorrected minor LaTeX errors
Karl Cunningham [Wed, 20 Jul 2005 14:02:44 +0000 (14:02 +0000)]
Corrected minor LaTeX errors

18 years agoCorrected minor LaTeX errors in manual
Karl Cunningham [Tue, 19 Jul 2005 20:13:44 +0000 (20:13 +0000)]
Corrected minor LaTeX errors in manual

18 years agoCorrected minor LaTeX errors
Karl Cunningham [Tue, 19 Jul 2005 15:06:02 +0000 (15:06 +0000)]
Corrected minor LaTeX errors

18 years agoCorrected minor LaTeX errors in manual
Karl Cunningham [Tue, 19 Jul 2005 14:57:38 +0000 (14:57 +0000)]
Corrected minor LaTeX errors in manual

18 years agoCorrected minor LaTeX errors.
Karl Cunningham [Mon, 18 Jul 2005 20:14:30 +0000 (20:14 +0000)]
Corrected minor LaTeX errors.

18 years agoCorrected minor LaTeX errors.
Karl Cunningham [Mon, 18 Jul 2005 20:05:51 +0000 (20:05 +0000)]
Corrected minor LaTeX errors.

18 years agopickup kes-1.37
Kern Sibbald [Mon, 18 Jul 2005 19:25:40 +0000 (19:25 +0000)]
pickup kes-1.37

18 years ago- Make all files in working directory have .xxx at end.
Kern Sibbald [Mon, 18 Jul 2005 19:25:16 +0000 (19:25 +0000)]
- Make all files in working directory have .xxx at end.
- Work on DVD writing.

18 years agoUpdate keepatime
Kern Sibbald [Mon, 18 Jul 2005 17:17:54 +0000 (17:17 +0000)]
Update keepatime