Port details |
- bacula13-server Network backup solution (server)
- 13.0.1 sysutils
=0 Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2022-07-10 01:12:04
- Last Update: 2022-09-14 07:25:34
- Commit Hash: ced5e50
- License: AGPLv3
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bacula13-server>0:sysutils/bacula13-server
- Conflicts:
- CONFLICTS:
- bacula11-server
- bacula9-server
- bacula-server
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/sysutils/bacula13-server/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bacula13-server
- pkg install bacula13-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bacula13-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1659818254
SHA256 (bacula-13.0.1.tar.gz) = d63848d695ac15c1ccfc117892753314bcb9232a852c40e32cca88c0e918978a
SIZE (bacula-13.0.1.tar.gz) = 6224778
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net-mgmt/nagios-check_bacula13
- sysutils/bacula13-client
- sysutils/bacula13-client-static
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libbac-13.0.1.so : sysutils/bacula13-client
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- libpq.so.5 : databases/postgresql13-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bacula13-server-13.0.1:
IPV6=on: IPv6 protocol support
MTX=off: Install mtx for control of autochanger devices
NLS=on: Native Language Support
====> Options available for the multi BACKEND: you have to choose at least one of them
SQLITE3=off: SQLite 3 database support
MYSQL=off: MySQL database support
PGSQL=on: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_bacula13-server
- USES:
- cpe libtool 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'.
- WWW: https://www.bacula.org/
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.0.1 14 Sep 2022 07:25:34
    |
Alexey Dokuchaev (danfe)  |
sysutils/bacula*-server: fix some textual issues in ancillary script
Convert to UTF-8, correct several readability and spelling mistakes.
Verified by: cksum(1) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
13.0.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
13.0.1 18 Aug 2022 12:14:26
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: Fix CONFLICTS
bacula13-server should conflict with bacula11-server, not itself. |
13.0.1 06 Aug 2022 20:54:04
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: Update to 13.0.1
re: https://www.bacula.org/bacula-release-13-0-1/ |
13.0.0 10 Jul 2022 01:10:08
    |
Dan Langille (dvl)  |
sysutils/bacula13-server: New ports for Bacula 13
NOTE: I am unsure of how stable this is. Please proceed with caution.
Also coming in:
* sysutils/bacula13-client
* sysutils/bacula13-docs
* net-mgmt/nagios-check_bacula13
Not present yet: sysutils/bacula13-client-static because of unknown
build issues. |
Number of commits found: 6
|