Port details |
- bareos22-server Backup archiving recovery open sourced (server)
- 22.1.4 sysutils =2 22.1.4Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2024-01-19 23:42: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:
-
- bareos22-server>0:sysutils/bareos22-server
- Conflicts:
- CONFLICTS:
- bareos-server
- bareos20-server
- bareos21-server
- To install the port:
- cd /usr/ports/sysutils/bareos22-server/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bareos22-server
- pkg install bareos22-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bareos22-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714631090
SHA256 (bareos-bareos-Release-22.1.4_GH0.tar.gz) = fd2d2eb7557907e1fe85cb823ef51a31bfc2809d5cb25264d42685a24dafdb6d
SIZE (bareos-bareos-Release-22.1.4_GH0.tar.gz) = 14747141
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- sysutils/bareos22-client
- sysutils/bareos22-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/bareos22-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 bareos22-server-22.1.4:
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
GFAPI=off: GFAPI 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_bareos22-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:
|