Port details on branch 2025Q2 |
- bacula15-server Network backup solution (server)
- 15.0.2_7 sysutils
=0 15.0.2_7Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2025-06-13 12:21:07
- Last Update: 2025-06-13 12:19:22
- Commit Hash: a2c99c2
- 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:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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
- libzstd.so : archivers/zstd
- 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_7:
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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15.0.2_7 13 Jun 2025 12:19:22
    |
Dan Langille (dvl)  |
sysutils/bacula15-server: Add support for zstd compression
You'll know you have zstd enabled if you find something like this:
$ ldd /usr/local/sbin/bextract | grep zstd
libzstd.so.1 => /usr/local/lib/libzstd.so.1 (0xbab736bf000)
$ ldd /usr/local/sbin/bacula-fd | grep std
libzstd.so.1 => /usr/local/lib/libzstd.so.1 (0x3e701988b000)
* add libzstd.so:archivers/zstd to LIB_DEPENDS
* apply upstream patches to configure and autoconf/configure
Those patches are:
(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|