Port details |
- bareos21-server Backup archiving recovery open sourced (server)
- 21.1.9 sysutils =2 21.1.9Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2023-04-10 20:30:06
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: AGPLv3 LGPL3
- WWW:
- https://www.bareos.org/
- Description:
- Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bareos21-server>0:sysutils/bareos21-server
- Conflicts:
- CONFLICTS:
- bareos-server
- bareos20-server
- bareos19-server
- bareos18-server
- To install the port:
- cd /usr/ports/sysutils/bareos21-server/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bareos21-server
- pkg install bareos21-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bareos21-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714628145
SHA256 (bareos-bareos-Release-21.1.9_GH0.tar.gz) = cea611402f3d42903e8ad56808e43f3bc2163e0dbbbca4cba3f4abab8842320c
SIZE (bareos-bareos-Release-21.1.9_GH0.tar.gz) = 11670286
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- sysutils/bareos21-client
- sysutils/bareos21-traymonitor
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- llvm-config15 : devel/llvm15
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libjansson.so : devel/jansson
- libbareos.so : sysutils/bareos21-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 bareos21-server-21.1.9:
LMDB=on: Enable faster accurate backup support
MTX=off: Install mtx for control of autochanger devices
NDMP=off: Enable build of NDMP support
NLS=on: Native Language Support
PYTHON=off: Python bindings or support
SCSICRYPTO=on: Build LTO AME crypto plugin
====> Storage backends
CEPHFS=off: CEPHFS backend support
GFAPI=off: GFAPI backend support
RADOS=off: RADOS backend support
====> Cryptographic library: you have to select exactly one of them
OPENSSL=on: SSL/TLS support via OpenSSL
GNUTLS=off: SSL/TLS support via GnuTLS
====> Database support: you have to select exactly one of them
PGSQL=on: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- sysutils_bareos21-server
- USES:
- cmake compiler:c++11-lang cpe localbase:ldflags perl5 pkgconfig readline shebangfix gettext ssl pgsql llvm:max=15
- pkg-message:
- For install:
- bareos server was installed
1) Sample files are installed in /usr/local/etc/bareos/bareos-dir.d/ and
/usr/local/etc/bareos/bareos-sd.d/ directories
2) Add bareos_dir_enable="YES" and bareos_sd_enable="YES" to /etc/rc.conf.
3) If you want to retain old configuration scheme, you must add the following
to /etc/rc.conf
bareos_dir_config="/usr/local/etc/bareos/bareos-dir.conf"
bareos_sd_config="/usr/local/etc/bareos/bareos-sd.conf"
4) Important information about new version of bareos can be found in the
ReleaseNotes.
https://github.com/bareos/bareos/blob/master/README.md
NOTE:
An auto-changer manipulation script based on FreeBSDs
chio command is included and installed at
/usr/local/sbin/chio-bareos
Please have a look at it if you want to use an
autochanger. You have to configure the usage in
/usr/local/etc/bareos/bareos-dir.conf or
/usr/local/etc/bareos/bareos-dir.d/storage/
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 bareos.
Due to lack of some features in the FreeBSD tape driver
implementation you MUST add some OS dependent options to
the bareos-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 bareos. Check your permissions.
For USB support read the bareos manual. It could be necessary
to configure/compile a new kernel.
Look at /usr/local/lib/bareos/scripts/update_bareos_tables for
database update procedure.
If you are using sqlite you need to run the make_sqlite_tables script as
the bareos user. Do this using 'sudo su -m bareos'.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
21.1.9 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
21.1.9 02 May 2024 06:46:37 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos21-*: update to 21.1.9
- Replace BACULA_DIR/BAREOS_DIR into pkg-deinstall.client.in [1]
ChangeLog at: https://github.com/bareos/bareos/blob/Release/21.1.9/CHANGELOG.md
PR: 276634
Reported by: Trond.Endrestol@ximalas.info [1] |
21.1.8 05 Jan 2024 20:48:23 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos21-*: Update to 21.1.8 |
21.1.7 29 Sep 2023 06:10:11 |
Muhammad Moinur Rahman (bofh) |
sysutils/bareos21-server: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket) |
21.1.7 16 Aug 2023 05:34:37 |
Muhammad Moinur Rahman (bofh) |
sysutils/bareos21-*: Fix build on 14
- Utilize USES=localbase
- Utilize OPTIONSNG where possible
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
21.1.7 12 Apr 2023 15:37:23 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos21-traymonitor: Fix pkg-plist file
Reported by: pkg-fallout |
21.1.7 10 Apr 2023 20:28:58 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos21-*: Copy bareos-* ports to bareos21-*
- Update to 21.1.7
- sysutils/bareos-* ports will be updated to 22.0.3 |