Port details |
- bacula15-server Network backup solution (server)
- 15.0.2_6 sysutils
=3 15.0.2_5Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2024-03-28 20:06:06
- Last Update: 2025-01-23 12:37:01
- Commit Hash: 005727c
- People watching this port, also watch:: autoconf, libXdamage, p5-MIME-Tools, py311-beautifulsoup, mDNSResponder
- License: AGPLv3
- WWW:
- https://www.bacula.org/
- Description:
- Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bacula15-server>0:sysutils/bacula15-server
- Conflicts:
- CONFLICTS:
- bacula13-server
- bacula11-server
- bacula9-server
- To install the port:
- cd /usr/ports/sysutils/bacula15-server/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bacula15-server
- pkg install bacula15-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bacula15-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711652567
SHA256 (bacula-15.0.2.tar.gz) = 55515c2a66af9a86b955daea4089378b864d051b2e6e30383bef36e693acea7a
SIZE (bacula-15.0.2.tar.gz) = 6524812
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net-mgmt/nagios-check_bacula15
- sysutils/bacula15-client
- sysutils/bacula15-client-static
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libbac-15.0.2.so : sysutils/bacula15-client
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- libpq.so.5 : databases/postgresql16-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bacula15-server-15.0.2_6:
IPV6=on: IPv6 protocol support
MTX=off: Install mtx for control of autochanger devices
NLS=on: Native Language Support
S3=off: Install S3 plugin
====> Options available for the multi BACKEND: you have to choose at least one of them
MYSQL=off: MySQL database support
PGSQL=on: PostgreSQL database support
SQLITE3=off: SQLite 3 database support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_bacula15-server
- USES:
- cpe libtool localbase python:env readline shebangfix ssl gettext pgsql
- pkg-message:
- For install:
- bacula server was installed
A database upgrade is required if upgrading from Bacula < 9.0.
See /usr/local/share/bacula/update_bacula_tables
An auto-changer manipulation script based on FreeBSDs
chio command is included and installed at
/usr/local/sbin/chio-bacula
Please have a look at it if you want to use an
autochanger. You have to configure the usage in
/usr/local/etc/bacula/bacula-dir.conf
Take care of correct permissions for changer and
tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e.
they must be accessible by user bacula.
Due to lack of some features in the FreeBSD tape driver
implementation you MUST add some OS dependent options to
the bacula-sd.conf file:
Hardware End of Medium = no;
Backward Space Record = no;
Backward Space File = no;
With 2 filemarks at EOT (see man mt):
Fast Forward Space File = no;
BSF at EOM = yes;
TWO EOF = yes;
With 1 filemarks at EOT (see man mt):
Fast Forward Space File = yes;
BSF at EOM = no;
TWO EOF = no;
NOTE: YOU CAN SWITCH EOT model ONLY when starting
from scratch with EMPTY tapes.
It is also important that all the scripts accessed
by RunBeforeJob and RunAfterJob will be executed by
the user bacula. Check your permissions.
For USB support read the bacula manual. It could be necessary
to configure/compile a new kernel.
Look at /usr/local/share/bacula/update_bacula_tables for
database update procedure. Details can be found in the
ReleaseNotes
If you are using sqlite you need to run the make_sqlite_tables script as
the bacula user. Do this using 'sudo su -m bacula'.
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2024-07-05
Affects: sysutils/bacula*-{client,server} Author: netchildFreeBSD.org Reason:
The start scripts of bacula have been renamed to bacula_fd, bacula_dir and
bacula_sd for improved compatibility with other parts of the
system. The automatic start at boot (rc.conf variable settings) is
not affected, but if you have some other automatism you may want to
change
".../etc/rc.d/bacula-fd" to ".../etc/rc.d/bacula_fd"
".../etc/rc.d/bacula-dir" to ".../etc/rc.d/bacula_dir"
".../etc/rc.d/bacula-sd" to ".../etc/rc.d/bacula_sd"
or
"service bacula-fd ..." to "service bacula_fd ..."
"service bacula-dir ..." to "service bacula_dir ..."
"service bacula-sd ..." to "service bacula_sd ..."
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.0.2_6 23 Jan 2025 12:37:01
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Apply upstream bpipe patch
* https://sourceforge.net/p/bacula/mailman/message/59121596/
*
https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/commit/453dc8ef9e41ba21b7fc4b69ab49e5f31f40b067
PR: 284250 |
15.0.2_5 17 Sep 2024 13:46:48
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: patch to fix upgrade script
With upcoming removal of bacula9 and bacula11, let's make this work.
These patches have been submitted upstream but not released:
*
https://github.com/dlangille/bacula-community/commit/0200b1461310b4f5d4cdb89aedaa2ca9c1e1ad77
*
https://github.com/dlangille/bacula-community/commit/716952b15b71be44f152bfb522666514422acc95
While here, remove Makefile.old committed during
9df94c4d9d1c50f758e9be67e51060a14527e2cc
PR: 281542 |
15.0.2_4 05 Jul 2024 14:36:51
    |
Dan Langille (dvl)  |
sysutils/bacula*-{client,server}: fix rc script names
The filenames now comply with the rc scripting recommendations and
service jails options.
Users may have to update any personal scripts they have which depend
upon those rc.d script names. See UPDATING for 20240705
PR: 280137 |
15.0.2_3 04 Jun 2024 01:07:39
    |
Dan Langille (dvl)  |
sysutils/bacula1[1,3,5]-[client,server]: build without sbrk
This enables build on aarch64 and riscv64
Differential Revision: https://reviews.freebsd.org/D42979 |
15.0.2_2 05 May 2024 12:35:12
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Fix broken S3 option
I did not properly convert the S3 option from the old format to the
new format.
PR: 278312 |
15.0.2_2 04 Apr 2024 13:19:47
    |
Dan Langille (dvl)  |
sysutils/bacula*: Amend CONFLICTS
They were out of date:
* removed references to bacula-server (long gone)
* add bacula15 |
15.0.2_1 30 Mar 2024 10:01:35
    |
Yasuhiro Kimura (yasu)  |
sysutils/bacula15-{client*,server}: Move man pages to share/man
Fix the definition of LIB_VERSION. Since PKGVERSION includes
PORTREVISION, the value of the former changes when the latter is
bumped. So use DISTVERSION instead.
Approved by: portmgr (blanket, just fix it) |
15.0.2 28 Mar 2024 20:04:04
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Add Bacula 15
Coming in with Bacula 15.0.2 server are client, docs, nagios check, and
the static client.
re: https://www.bacula.org/bacula-15-0-2/ |
Number of commits found: 8
|