Changesets: bareos

master 4ac966da

2025-09-09 18:05

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2358

systemtest: speed up always-incremental with sleep 0.25
mod - CHANGELOG.md Diff File
mod - systemtests/tests/always-incremental-consolidate/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in Diff File
mod - systemtests/tests/always-incremental-consolidate/testrunner-07-consolidate-duplicates Diff File

master 48654607

2025-09-09 18:05

Bareos Bot

Ported: N/A

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

master 64f7bf3d

2025-09-08 16:39

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
07 consolidate make run time predictible with run job when=

We calculate a near future and use 'when=' expression to schedule
both consolidation jobs at the same time.

Additionally we uniform the log name replacing ':' by '_' like set
in other tests

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/always-incremental-consolidate/testrunner-07-consolidate-duplicates Diff File

master 0207f7a3

2025-09-08 09:42

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2359

stored: fix race condition
mod - CHANGELOG.md Diff File
mod - core/src/stored/vol_mgr.cc Diff File

master fbf4d9df

2025-09-08 09:42

Bareos Bot

Ported: N/A

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

master 870a3150

2025-09-08 07:04

Sebastian Sura

Ported: N/A

Details Diff
stored: move dmsg
mod - core/src/stored/vol_mgr.cc Diff File

master c8ff819f

2025-09-03 13:09

Sebastian Sura

Ported: N/A

Details Diff
vol-mgr: add double check

Because of the way this list is implemented, we need to make sure that
we
1) never free an element still on the list, and
2) only remove elements that are _actually_ on the list.

So to make it safe to free the element in this function, we first
search for it in the list, and remove it if its on there.
mod - core/src/stored/vol_mgr.cc Diff File

master 62a232fe

2025-09-03 11:47

Sebastian Sura

Ported: N/A

Details Diff
stored: fix race condition

Because the decrement does not happen inside the lock, multiple
threads can run into the "else" branch, which then causes a double
free.

The better solution would be for decrement to return the value after
the decrement, but as this is not performance cricital, the easy fix
is probably the better one
mod - core/src/stored/vol_mgr.cc Diff File

master 7bd2e7b2

2025-09-03 09:58

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2205

set environment vars in bpipe fd plugin
mod - CHANGELOG.md Diff File
mod - core/scripts/bareos-ctl-fd-win.in Diff File
mod - core/src/plugins/filed/bpipe/bpipe-fd.cc Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BpipePlugin.rst.inc Diff File
mod - systemtests/tests/CMakeLists.txt Diff File
add - systemtests/tests/bpipe-fd/CMakeLists.txt Diff File
add - systemtests/tests/bpipe-fd/environment.local Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/messages/Daemon.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/messages/Standard.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/pool/Full.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/storage/File.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-fd.d/client/myself.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-fd.d/messages/Standard.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-sd.d/device/FileStorage.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-sd.d/messages/Standard.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in Diff File
add - systemtests/tests/bpipe-fd/etc/bareos/bconsole.conf.in Diff File
add - systemtests/tests/bpipe-fd/readprogram Diff File
add - systemtests/tests/bpipe-fd/testrunner-environment-variables Diff File
add - systemtests/tests/bpipe-fd/writeprogram Diff File

master 6cebe152

2025-09-03 09:58

Bareos Bot

Ported: N/A

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

master 1537cce2

2025-09-02 16:50

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtest: speed up always-incremental with sleep 0.25

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/always-incremental-consolidate/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in Diff File

master 674e7656

2025-09-02 11:07

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2279

fix next-pool overrides by job
mod - CHANGELOG.md Diff File
mod - core/src/dird/ua_run.cc Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-NextPool.rst.inc Diff File
add - systemtests/tests/copy-migrate/etc/bareos/bareos-dir.d/job/copy-with-next-pool-override.conf Diff File
add - systemtests/tests/copy-migrate/etc/bareos/bareos-dir.d/pool/AnotherFullCopy.conf Diff File
mod - systemtests/tests/copy-migrate/testrunner-02-copy Diff File

master 46ebdb47

2025-09-02 11:07

Bareos Bot

Ported: N/A

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

master a7f9f667

2025-09-01 09:51

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
bpipe-fd: use one log per job
mod - systemtests/tests/bpipe-fd/testrunner-environment-variables Diff File

master c3549182

2025-08-29 09:51

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2350

doc: storage backend add note about static build
mod - CHANGELOG.md Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json Diff File
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-BackendDirectory.rst.inc Diff File

master e23d5096

2025-08-29 09:51

Bareos Bot

Ported: N/A

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

master 8503934a

2025-08-28 14:02

bruno-at-bareos

Ported: N/A

Details Diff
stored: add default description for backenddirectory

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/stored/stored_conf.cc Diff File
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json Diff File

master 17d2115f

2025-08-28 14:00

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
bareos-ctl-fd: pass my_env_variable in environment

This was done this way as there is no easy way for a single testrunner
to access the environment that the nssm service is created with.
mod - core/scripts/bareos-ctl-fd-win.in Diff File
mod - systemtests/tests/bpipe-fd/testrunner-environment-variables Diff File

master 04468d7a

2025-08-28 13:56

bruno-at-bareos

Ported: N/A

Details Diff
fix missing space for note

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-BackendDirectory.rst.inc Diff File

master 391dc0e6

2025-08-28 12:50

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
bpipe-fd: add my_env_var test
add - systemtests/tests/bpipe-fd/environment.local Diff File
mod - systemtests/tests/bpipe-fd/readprogram Diff File
mod - systemtests/tests/bpipe-fd/testrunner-environment-variables Diff File
mod - systemtests/tests/bpipe-fd/writeprogram Diff File

master c2ebaf58

2025-08-27 14:28

Bruno Friedmann @Bareos


Committer: bruno-at-bareos

Ported: N/A

Details Diff
improve further the formulation

Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-BackendDirectory.rst.inc Diff File

master b95e8dbb

2025-08-26 17:23

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2340

webui: add summary subscription report
mod - CHANGELOG.md Diff File
mod - webui/module/Director/src/Director/Controller/DirectorController.php Diff File
mod - webui/module/Director/view/director/director/subscription.phtml Diff File

master a50bf16e

2025-08-26 17:23

Bareos Bot

Ported: N/A

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

master ad4e225e

2025-08-21 16:52

bruno-at-bareos

Ported: N/A

Details Diff
doc: storage backend add note about static build

Add notice about validity only for HAVE_DYNAMIC_SD_BACKEND builded
daemon and can't be used for statically builded like our Windows.

Fix bareos/internal#396

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-BackendDirectory.rst.inc Diff File

master 592dcff4

2025-08-21 14:21

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2329

systemtest: always incremental add one job with one removed file
mod - CHANGELOG.md Diff File
mod - systemtests/tests/always-incremental-consolidate/CMakeLists.txt Diff File
mod - systemtests/tests/always-incremental-consolidate/testrunner-04-virtualfull Diff File
add - systemtests/tests/always-incremental-consolidate/testrunner-05-consolidate-deleted-file Diff File
1 2 3 4 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 678 679 680  Next  Last