Port details |
- bareos18-server Backup archiving recovery open sourced (server)
- 18.2.12_1 sysutils
=0 18.2.12_1Version of this port present on the latest quarterly branch. DEPRECATED: Upstream EOL reached on 2020-02-03
This port expired on: 2023-06-01
- Maintainer: acm@FreeBSD.org
 - Port Added: 2020-02-04 21:39:49
- Last Update: 2023-06-01 19:05:08
- Commit Hash: 89e548d
- 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:
-
- bareos18-server>0:sysutils/bareos18-server
- Conflicts:
- CONFLICTS:
- bareos17-server
- bareos16-server
- bareos-server
- No installation instructions:
- This port has been deleted.
- PKGNAME: bareos18-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636153212
SHA256 (bareos-bareos-Release-18.2.12_GH0.tar.gz) = 65499d86bc0a41a796f8a6aaef3e32cb324f39f3300cf32927a84e0fd3a35075
SIZE (bareos-bareos-Release-18.2.12_GH0.tar.gz) = 10566403
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libjansson.so : devel/jansson
- libbareos.so : sysutils/bareos18-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 bareos18-server-18.2.12_1:
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
====> Options available for the group 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_bareos18-server
- USES:
- cmake:insource compiler:c++11-lang cpe localbase perl5 pkgconfig readline shebangfix gettext ssl pgsql
- 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 |
18.2.12_1 01 Jun 2023 19:05:08
    |
Rene Ladan (rene)  |
cleanup: Remove expired bareos18 ports:
2023-06-01 sysutils/bareos18-client: Upstream EOL reached on 2020-02-03
2023-06-01 sysutils/bareos18-server: Upstream EOL reached on 2020-02-03
2023-06-01 sysutils/bareos18-traymonitor: Upstream EOL reached on 2020-02-03 |
18.2.12_1 01 May 2023 18:18:39
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/bareos18-*: Mark DEPRECATED
- Bareos only supports last 3 major releases at any points and current
supported release are 20.X, 21.X and 22.X. See for more information:
- Set EXPIRATION_DATE 2023-06-01
Approved by: portmgr (blanket) |
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) |
18.2.12_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 ) |
18.2.12_1 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 |
18.2.12_1 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 |
18.2.12_1 06 Mar 2022 20:17:48
    |
Jose Alonso Cardenas Marquez (acm)  |
sysutils/bareos*: Fix build
- Fix build
- Fix issue where pid file is missing [1]
- Bump PORTREVISION
PR: 262151
Reported by: feldeci _at_ gmail.com [1] |
18.2.12 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) |
18.2.12 06 Nov 2021 01:48:55
    |
Jose Alonso Cardenas Marquez (acm)  |
sysutils/bareos18-*: update to 18.2.12
ChangeLog at: https://docs.bareos.org/bareos-18.2/Appendix/ReleaseNotes.html |
18.2.11 31 Aug 2021 19:49:54
    |
Bernhard Froehlich (decke)  |
sysutils/bareos18-server: Add CPE information
Approved by: portmgr (blanket) |
18.2.11 10 Jul 2021 02:55:03
    |
Jose Alonso Cardenas Marquez (acm)  |
sysutils/bareos18-*: update to 18.2.11 |
18.2.10_2 15 May 2021 07:14:04
    |
Tobias Kortkamp (tobik)  Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
18.2.10_2 13 Apr 2021 22:37:22
    |
Adriaan de Groot (adridg)  |
sysutils/bareos18-server: fix library symlinks
There's a fs_violation going on, since the install runs a
script -- only if there is exactly one DB backend -- that
symlinks the default backend to libbareoscats.so.<version>, but:
- the symlink was created in $PREFIX, not $DESTDIR/$PREFIX,
- the symlink was absolute (which rules out a simple mv
or symlinking the full path),
- the symlink didn't get the right version, because the
script was using the wrong variables anyway. |
18.2.10_1 13 Apr 2021 22:37:21
    |
Adriaan de Groot (adridg)  |
sysutils/bareos18-server: fix plist
The ldap configuration sample was listed twice |
18.2.10_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
18.2.10_1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
18.2.10_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18.2.10_1 20 Feb 2021 00:28:57
  |
acm  |
- Fix build on 13/14
PR: 252917
Submitted by: Trond.Endrestol _at_ ximalas.info
Reported by: pkg-fallout |
18.2.10 15 Dec 2020 07:01:53
  |
acm  |
- Update 18.2.10
- Add CEPHFS, GFAPI and RADOS options
- Add PERL5 like a run dependency |
18.2.8 17 May 2020 22:33:15
  |
acm  |
- Fix traymonitor build
Reported by: pkg-fallout |
18.2.8 13 May 2020 17:56:01
  |
acm  |
- Commit forgotten changes |
13 May 2020 17:30:51

|
acm  |
- Update to 18.2.8 |
18.2.7 04 Feb 2020 21:39:41
  |
acm  |
- Copy bareos-* ports to bareos18-*. bareos-* will be update to 19.2.5 |