Port details |
- bacula11-server Network backup solution (server)
- 11.0.6_7 sysutils
=4 11.0.6_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Unsupported. Please migrate to bacula15-server
This port expired on: 2024-09-30
- Maintainer: dvl@FreeBSD.org
- Port Added: 2021-02-24 03:07:24
- Last Update: 2024-09-30 19:18:50
- Commit Hash: bba5eab
- People watching this port, also watch:: autoconf, libXdamage, p5-MIME-Tools, py39-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:
-
- bacula11-server>0:sysutils/bacula11-server
- Conflicts:
- CONFLICTS:
- bacula15-server
- bacula13-server
- bacula9-server
- No installation instructions:
- This port has been deleted.
- PKGNAME: bacula11-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655556731
SHA256 (bacula-11.0.6.tar.gz) = 0195a08bcd4f578ae4a9ce0d91f7f86731c634d56b810534722d721b2a9eecb7
SIZE (bacula-11.0.6.tar.gz) = 5986763
Packages (timestamps in pop-ups are UTC):
- 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-11.0.6.so : sysutils/bacula11-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 bacula11-server-11.0.6_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
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_bacula11-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'.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.0.6_7 30 Sep 2024 19:18:50 |
Rene Ladan (rene) |
cleanup: Remove expired Bacula 11 ports:
2024-09-30 sysutils/bacula11-client: Unsupported. Please migrate to
bacula15-server
2024-09-30 sysutils/bacula11-client-static: Unsupported. Please migrate to
bacula15-server
2024-09-30 sysutils/bacula11-docs: Unsupported. Please migrate to
bacula15-server
2024-09-30 sysutils/bacula11-server: Unsupported. Please migrate to
bacula15-server
2024-09-30 net-mgmt/nagios-check_bacula11: Unsupported. Please migrate to
bacula15-server |
11.0.6_7 01 Sep 2024 11:42:04 |
Dan Langille (dvl) |
sysutils/bacula11*: revert 'Remove expired bacula11 ports"
I'm a month early.
This reverts commit ea825e27e6509f78d11e26e13a4bf83aaca17110.
In order to commit this revert, I had to remove distinfo from
net-mgmt/nagios-check_bacula11 because it did not contain a
timestamp - the file is not required because it is a slave
port. |
11.0.6_7 01 Sep 2024 10:58:48 |
Dan Langille (dvl) |
sysutils/bacula11: Remove expired bacula11 ports
Also in here: net-mgmt/nagios-check_bacula11 |
11.0.6_7 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 |
11.0.6_6 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 |
11.0.6_5 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 |
11.0.6_4 04 Apr 2024 12:03:26 |
Dan Langille (dvl) |
sysutils/bacula11-server: Deprecate Bacula11
The last update was over two years ago. |
11.0.6_4 17 Mar 2024 13:34:08 |
Gleb Popov (arrowd) |
sysutils/bacula*: Move manpages to share/man
Approved by: portmgr (blanket) |
11.0.6_3 10 Sep 2023 15:40:07 |
Dan Langille (dvl) |
sysutils/bacula*-server: remove unused scripts
Remove
* files/pkg-deinstall.server.in
* files/pkg-install.server.in
They are not used. They duplicate the actions of the cliemt scripts.
The server requires the client.
PR: 273306 |
11.0.6_3 10 Sep 2023 14:14:00 |
Dan Langille (dvl) |
sysutils/bacula11-server: Add S3 cloud option
Allow a bacula-sd node to use S3 for storage
This uses the recently added sysutils/bacula-libs3 port
While here, also add S3 to bacula13-server
PR: 260171 |
11.0.6_2 03 Sep 2023 20:59:20 |
Dan Langille (dvl) |
sysutils/mkjail: Revert "sysutils/mkjail: Update to 0.0.4"
This reverts commit a8cc45bb7a5f1b8f4b7faa8506bb5ce65baa555b.
Sorry, I committed way more than I intended to. |
11.0.6_2 03 Sep 2023 20:46:50 |
Dan Langille (dvl) |
sysutils/mkjail: Update to 0.0.4
re: https://github.com/mkjail/mkjail/releases/tag/0.0.4 |
11.0.6_2 22 Aug 2023 22:57:55 |
Dan Langille (dvl) |
sysutils/bacula*-server: rc.d corrections
When both MySQL and PostgreSQL are selected, make sure the rc.d script
is correct. Further more, I must reverse my clever idea to "remove a
space within files/bacula-dir.in".
Next time, I should notice the PR contains a patch for the problem I'm
fixing.
PR: 273296 |
11.0.6_1 22 Aug 2023 20:01:44 |
Dan Langille (dvl) |
sysutils/bacula*-server: set rc.d REQUIRES
Correctly set the REQUIRES for bacula-dir to one of:
* mysql
* postgresql
This setting was lost sometime after bacula5-server
While here, remove a space within files/bacula-dir.in so the resulting
REQUIRES contains only one space.
PR: 273296 |
11.0.6 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) |
11.0.6 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 ) |
11.0.6 18 Aug 2022 12:15:56 |
Dan Langille (dvl) |
sysutils/bacula11-server: Fix CONFLICTS
Add sysutuls/bacula13-server to CONFLICTS |
11.0.6 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
11.0.6 18 Jun 2022 13:44:31 |
Dan Langille (dvl) |
sysutils/bacula11-*: Update to 11.0.6
re: https://www.bacula.org/bacula-release-11-0-6/ |
11.0.5 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
11.0.5 31 Aug 2021 11:42:28 |
Bernhard Froehlich (decke) |
sysutils/bacula11-server: Add CPE information
Approved by: portmgr (blanket) |
11.0.5 04 Jun 2021 15:42:27 |
Dan Langille (dvl) |
bacula11-server: update to 11.0.5
re: https://www.bacula.org/bacula-release-11-0-5/ |
11.0.4 03 Jun 2021 13:19:28 |
Dan Langille (dvl) |
sysutils/bacula11-server: update to 11.0.4
minor bug fix release
re: https://www.bacula.org/bacula-release-11-0-4/ |
11.0.3 26 May 2021 19:32:31 |
Dan Langille (dvl) |
sysutils/bacula11-server: update to 11.0.3
While here, also update sysutils/bacula11-docs to 11.0.3
re: https://sourceforge.net/p/bacula/mailman/message/37289303/ |
11.0.2_1 15 May 2021 09:20:04 |
Tobias Kortkamp (tobik) |
sysutils/bacula*-server: Clean up some USES=readline:port cruft |
11.0.2_1 07 Apr 2021 15:50:24 |
Dan Langille (dvl) |
Fix the build for net-mgmt/nagios-check_bacula11
This patch has been committed upstream via
https://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-11.0&id=ef3a7fe40a2aee5e7acb3bf3144bba713c9cf982 |
11.0.2_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
11.0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.0.2_1 30 Mar 2021 17:30:35 |
dvl |
Fix the patch for scripts/baculabackupreport.in
This is not bash, it's dash, a shell compatible with /bin/sh |
11.0.2 29 Mar 2021 23:12:07 |
dvl |
Update to 11.0.2
minor bug fix release
re: https://www.bacula.org/bacula-release-11-0-2/ |
11.0.1 24 Feb 2021 02:33:02 |
dvl |
Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater
The upgrade process will require more or less twice the
size of the actual database.
see update_bacula_tables
re https://www.bacula.org/bacula-release-11-0-1/
While here, update Bacula 9 conflicts. |