- The bconsole "reload" command should now work properly
- untested fix to eliminate the scheduling problems during daylight savings
time change
- manual released under the GNU Free Documentation License (FDL)
- Fixed a race condition on dual processor machines
PR: ports/98855
Submitted by: maintainer
- Changes to the way Windows FD handles wild-cards
- Regex,RegexDir, and RegexFile for Win32 have been implemented but
are untested
- Backslashes are no longer permitted in File directives
- New algorithm for selecting Volumes from the Scratch pool
- New virtual disk autochanger
- New optional Device resource directive in SD. types: File, DVD, Tape,
or FIFO
- Faster restore tree building and uses less memory
- Changed to how keyword job or jobname is used
- Improved job report for Backups
- 'update volume' has new features
- Jobs can now be enabled/disabled
- New program named regex in the tools directory
PR: ports/95765
Submitted by: Dan Langille (maintainer)
Optionally it could installed in bacula-client, too
o) Extend pkg-message to give a hint to the bacula-client port
and the optional installation of the docs there.
o) Fix some smaller issiues in the Makefile
PR: ports/92291
Submitted by: Dan Langille <dan@langille.org>
o) Docs are now in separte distfile
o) rename rc.d/bacula.sh into rc.d/z-bacula.sh to avoid
problems with old style rc environment (postgres or mysql is
started after bacula).
o) Fix autoconf problem with pthread lib in conjuction with
compile for postgresql as database
(tracked down by "Anthony Chavez" <acc@anthonychavez.org>)
PR: ports/78477
Submitted by: Dan Langille <dan@langille.org>
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
-server ports. The install process of bacula only knows client only
(but it's not clean) and a full install.
Submitted by: Kris Kennaway <kris@obsecurity.org>
- Fix a restore bug where the backups could be
applied out of proper order possibly restoring an old version
of a modified file.
- Fix for restore selection of a file by name, where it was
possible to select a file from the wrong Client.
- Fix segmentation fault during backup of a symbolic link
with ACLs turned on.
- Fix a minor compile error in wx-console.
- Fix a bug in despooling when the spooling disk partition becomes
totally filed or gets I/O errors.
- Fix a memory leak in PostgreSQL, and make Bacula retry 5 times if
connecting to the DB fails.
- Retry 5 times if connect to MySQL failes.
- Fix linking the gnome-console
o) Install mtx-changer
o) Add switch for installation of mtx for autochanger control
PR: ports/69902
Submitted by: dan@langille.org