Hello another not very experienced coder here who wants to try to compile
bareos. I've done it a few times for the major versions 20, 21 and 22 with
a process that I collected from online which comes down to
get development resources in place, get the source to local machine, check
requirements
On 05.12.23 at 13:53 wrote raspLover:
that worked like a charm!
Great.
Thank you very much!
i head much tests that where not working, does it mean something? Backup
is running well.
In our test environment, there are no failing tests. New code first gots
integrated, when all tests succee
that worked like a charm!
Thank you very much!
i head much tests that where not working, does it mean something? Backup is
running well.
13% tests passed, 96 tests failed out of 110
Total Test time (real) = 480.41 sec
The following tests did not run:
1 - webui:admin-client_link_on_da
On 04.12.23 at 16:34 wrote raspLover:
Hi,
i'm no compiling expert.
is there a step by step to build the filedaemon on the raspberry pi?
For Raspberry Pi OS, so Debian based, right?
Than you can easily build the Debian packages:
# get the source
git clone https://github.com/bareos/bareos.git
Hi,
i'm no compiling expert.
is there a step by step to build the filedaemon on the raspberry pi?
regards
Jörg Steffens schrieb am Montag, 19. März 2018 um 12:23:43 UTC+1:
> Hi Greg,
>
> you are right. Bareos has switched from autoconf (configure, ...) to
> cmake in master, and this is not yet
Hi Greg,
you are right. Bareos has switched from autoconf (configure, ...) to
cmake in master, and this is not yet documented in the developer
documentation.
The best way to get the settings used by the Bareos project itself is to
look into the package building files, e.g.
https://github.com/bare