Port details |
- bareos20-server Backup archiving recovery open sourced (server)
- 20.0.9 sysutils =2 20.0.9Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2022-01-16 22:18:05
- 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:
-
- bareos20-server>0:sysutils/bareos20-server
- Conflicts:
- CONFLICTS:
- bareos19-server
- bareos18-server
- bareos-server
- To install the port:
- cd /usr/ports/sysutils/bareos20-server/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bareos20-server
- pkg install bareos20-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bareos20-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1704430636
SHA256 (bareos-bareos-Release-20.0.9_GH0.tar.gz) = ff2923a40f4a34d21699bd694ed66ca0ebecfbc0fa3b83e9c39fe1b767671993
SIZE (bareos-bareos-Release-20.0.9_GH0.tar.gz) = 13432902
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- sysutils/bareos20-client
- sysutils/bareos20-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/bareos20-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 bareos20-server-20.0.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
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_bareos20-server
- USES:
- cmake compiler:c++14-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 |
20.0.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 |
20.0.9 05 Jan 2024 20:48:23 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: Update to 20.0.9 |
20.0.8 29 Sep 2023 06:04:17 |
Muhammad Moinur Rahman (bofh) |
sysutils/bareos20-server: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket) |
20.0.8 16 Aug 2023 05:34:36 |
Muhammad Moinur Rahman (bofh) |
sysutils/bareos20-*: Fix build on 14
- Utilize USES=localbase
- Utilize OPTIONSNG where possible
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
20.0.8 18 Nov 2022 05:30:50 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: Update to 20.0.8
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.8/CHANGELOG.md |
20.0.7 31 Oct 2022 22:09:02 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: update to 20.0.7
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.7/CHANGELOG.md |
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) |
20.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 ) |
20.0.6 20 Jul 2022 14:55:49 |
Tobias C. Berner (tcberner) |
cleanup: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Trull <freebsd.alex@trull.org>
* Alonso Cardenas <acm@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* David Shane Holden <dpejesh@yahoo.com>
* Felix Palmen <felix@palmen-it.de>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Kevin Bowling <kbowling@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
* Matthias Andree
* Matthias Fechner <mfechner@FreeBSD.org>
* Oleg Sidorkin <osidorkin@gmail.com>
* Oliver Lehmann
* Radim Kolar <hsn@sendmail.cz>
* Timothy Beyer <beyert@cs.ucr.edu>
* hq@FreeBSD.org
* johalun0@gmail.com
* lev@FreeBSD.org
* rooneg@electricjellyfish.net
With hat: portmgr |
20.0.6 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
20.0.6 16 Mar 2022 23:11:43 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: update to 20.0.6
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.6/CHANGELOG.md |
20.0.5 21 Jan 2022 13:57:41 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-traymonitor: Fix build
Reported by: pkg-fallout |
20.0.5 16 Jan 2022 22:51:34 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: update to 20.0.5
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.5/CHANGELOG.md |
20.0.4 16 Jan 2022 22:18:01 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: update to 20.0.4
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.4/CHANGELOG.md |
20.0.3 16 Jan 2022 22:15:22 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos-*: Copy to bareos20-* ports
bareos-* ports will be updated to 21.0.0 |