Changesets: bareos

master 803b5330

2026-01-13 21:42

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2501

systemtests: tune for execution on Windows
mod - CHANGELOG.md Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/scripts/bareos-ctl-dir-win.in Diff File
mod - systemtests/scripts/bareos-ctl-fd-win.in Diff File
mod - systemtests/scripts/bareos-ctl-sd-win.in Diff File
mod - systemtests/tests/testfind/testrunner Diff File

master 0de7194c

2026-01-13 21:42

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 7a8c0ac7

2026-01-12 12:22

arogge

Ported: N/A

Details Diff
systemtests: skip dirname calls in bareos-ctl-*-win

only set the variables we need to determine with dirname when they are
actually used (i.e. in the start case).
mod - systemtests/scripts/bareos-ctl-dir-win.in Diff File
mod - systemtests/scripts/bareos-ctl-fd-win.in Diff File
mod - systemtests/scripts/bareos-ctl-sd-win.in Diff File

master e7abfbfe

2026-01-12 12:08

arogge

Ported: N/A

Details Diff
systemtests: remove non-builtins from environment

this removes calls to things not built into the shell from environment
to save time:
* determining the PostgreSQL path is not needed anymore
* `cygpath` will now be called in CMake instead of running it again
and again.
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/environment.in Diff File

master e00c49a4

2026-01-12 11:45

arogge

Ported: N/A

Details Diff
systemtests: get rid of CMAKE_CONFIG_TYPE

this is no more needed as multi-configuration builds are not supported
anymore.
This hurt performance on windows where (for some reason) calling
`dirname` takes a pretty long time.
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/tests/testfind/testrunner Diff File

master b9aa89d3

2026-01-08 09:42

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2453

ADR: document daemon status after installation
mod - CHANGELOG.md Diff File
mod - LICENSE.txt Diff File
add - docs/adr/0006-daemons-status-after-installation.md Diff File

master 84a0052c

2026-01-08 09:42

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 7fb301fd

2026-01-08 09:41

Bareos Bot

Ported: N/A

Details Diff
Update LICENSE.txt
mod - LICENSE.txt Diff File

master 23300771

2026-01-06 16:58

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
adr: move to accepted, add windows
mod - docs/adr/0006-daemons-status-after-installation.md Diff File

master 3c098743

2025-12-15 11:39

Bruno Friedmann @Bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
Apply suggestions from code review

Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
mod - docs/adr/0006-daemons-status-after-installation.md Diff File

master b49f1933

2025-12-15 10:48

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2473

rpm: don't fail, if install log file isn't writable
mod - CHANGELOG.md Diff File
mod - core/platforms/packaging/bareos-universal-client.spec Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/scripts/bareos-config-lib.sh.in Diff File

master 6cccf0d4

2025-12-15 10:48

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 25df809e

2025-12-12 15:40

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2483

update bareos-github-banner.png to 13th anniversary
mod - CHANGELOG.md Diff File
mod - bareos-github-banner.png Diff File

master 168fafab

2025-12-12 15:40

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 2b598b28

2025-12-12 15:13

pstorz

Ported: N/A

Details Diff
update bareos-github-banner.png
mod - bareos-github-banner.png Diff File

master b47c4cce

2025-12-12 11:32

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2479

table-formatter.js: Fix icon selection logic
mod - CHANGELOG.md Diff File
mod - webui/public/js/bootstrap-table-formatter.js Diff File

master d2ed4312

2025-12-12 11:32

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 90c418c8

2025-12-09 18:49

Benjamin Somers


Committer: Sebastian Sura

Ported: N/A

Details Diff
table-formatter.js: Fix icon selection logic

This fixes two problems:
- It is not useful here to construct a map, and its iteration is
broken (`values()` doesn’t do what’s expected here);
- The Windows case would catch `darwin` because it contains `win`.

Signed-off-by: Benjamin Somers <benjamin.somers@imt-atlantique.fr>
mod - webui/public/js/bootstrap-table-formatter.js Diff File

master e94e8a35

2025-12-09 15:18

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
RPM ULC: apply changes from bareos.spec

Try to make bareos.spec and bareos-universal-client.spec s similar as
possible.
mod - core/platforms/packaging/bareos-universal-client.spec Diff File

master 4b38b685

2025-12-09 15:17

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
RPM: reformat

add some spaces, mostly to be better comparable with
bareos-universal-client.spec.
mod - core/platforms/packaging/bareos.spec Diff File

master 967251a5

2025-12-09 12:14

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2461

VMware Plugin: Fix NVRAM backup when datacenter is not in root folder
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc Diff File

master 74a59007

2025-12-09 12:14

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master fdcb8c50

2025-12-08 16:31

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
packaging+config-libs: fix useradd home dir

`useradd` long parameter for home is --home-dir

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/platforms/packaging/bareos-universal-client.spec Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/scripts/bareos-config-lib.sh.in Diff File

master 20fbd39f

2025-12-04 13:00

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2469

hyper-v: fix restores with portable data
mod - CHANGELOG.md Diff File
mod - core/src/filed/fd_plugins.cc Diff File

master 39860c41

2025-12-04 13:00

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File
1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 696 697 698  Next  Last