Answer the question
In order to leave comments, you need to log in
How to force bareos-fd 15.2.2 to use LZ4 compression on a FreeBSD 10.3 host?
When running an archive task in bareos 15.2.2, with FileSet: Compression = LZ4 set in the settings, on a FreeBSD 10.3 host, it gives a warning:
Warning: LZ4 compression support requested in fileset but not available on this platform. Disabling...
Answer the question
In order to leave comments, you need to log in
I will answer myself.
For bareos-fd to work with LZ4/LZ4HC/LZFast compression, you need to build from source and install the fastlzlib library
wget https://github.com/bareos/fastlzlib/archive/master.zip
unzip master.zip
cd fastlzlib-master/
./configure
make
make install
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question