Changesets: bareos
master 5e4820db 2025-05-15 12:33 Ported: N/A Details Diff |
cmake: simplify bareos_gtest_add_tests() | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 0a1e3870 2025-05-15 12:02 Ported: N/A Details Diff |
systemtests: disable sd-volume-limit in sanitizer build this regularly hits OOM when built with ASAN as it runs a lot of jobs. |
||
mod - systemtests/tests/sd-volume-limit/CMakeLists.txt | Diff File | ||
master bfe82bbd 2025-05-15 12:00 Committer: Bareos Bot Ported: N/A Details Diff |
build-matrix: remove Ubuntu 20.04 | ||
mod - .matrix.yml | Diff File | ||
master df037723 2025-05-15 10:42 Committer: Bareos Bot Ported: N/A Details Diff |
packaging: use gcc14 for rhel in ULC build to enable C++20 support, we use the modernized toolchain on rhel8 and rhel9. |
||
mod - core/platforms/packaging/bareos-universal-client.spec | Diff File | ||
master 6f33de0d 2025-05-15 10:32 Sebastian Sura Ported: N/A Details Diff |
tests: fix oom on ci | ||
mod - systemtests/tests/sd-volume-limit/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
master 3f4def63 2025-05-14 18:21 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2264 stored: fix sd volume limit |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/postgresql.cc | Diff File | ||
mod - core/src/cats/postgresql.h | Diff File | ||
mod - core/src/cats/sql_pooling.cc | Diff File | ||
mod - core/src/dird/check_catalog.cc | Diff File | ||
mod - core/src/dird/dbcheck.cc | Diff File | ||
mod - core/src/stored/askdir.cc | Diff File | ||
mod - core/src/stored/bscan.cc | Diff File | ||
mod - core/src/tests/run_on_incoming_connect_interval.cc | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/bareos-basic/testrunner-test-make-catalog-backup | Diff File | ||
add - systemtests/tests/sd-volume-limit/CMakeLists.txt | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/slow-read.sh | Diff File | ||
add - systemtests/tests/sd-volume-limit/test-setup | Diff File | ||
add - systemtests/tests/sd-volume-limit/testrunner-check-volume-creation | Diff File | ||
master 83d6a245 2025-05-14 18:21 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 99416cb7 2025-05-14 17:25 Ported: N/A Details Diff |
ndmp-bareos add second files in systemtest - systemtest add a second file We add a second file to the dataset so restore won't pick the last file of the data stream. - remove unsupported -v flag on omnios for rm command - use cleanup_isilon function |
||
mod - systemtests/tests/ndmp-bareos/testrunner | Diff File | ||
master 91888c50 2025-05-14 15:03 Ported: N/A Details Diff |
core: remove superflous return in debug message | ||
mod - core/src/stored/record.cc | Diff File | ||
master a945aff8 2025-05-14 13:31 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2256 mtx-changer: make mandatory test mt-st versus cpio-mt |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/scripts/mtx-changer.conf | Diff File | ||
master d076a048 2025-05-14 13:31 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 79373755 2025-05-14 11:18 Committer: Bareos Bot Ported: N/A Details Diff |
packaging: use gcc14 for rhel in bareos.spec to enable C++20 support, we use the modernized toolchain on rhel8 and rhel9. |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 38455120 2025-05-13 18:29 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2259 config: fix Director -> Director resource |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
master ec03720d 2025-05-13 18:28 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master a8207bbd 2025-05-13 17:43 Ported: N/A Details Diff |
cmake: simplify bareos_windows_resource() by returning the created files from bareos_configure_file() this function could be simplified a lot. |
||
mod - cmake/BareosConfigureFile.cmake | Diff File | ||
mod - cmake/BareosWindowsResource.cmake | Diff File | ||
master 393b4400 2025-05-13 13:46 Sebastian Sura Ported: N/A Details Diff |
cats: return pointer to error | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/postgresql.cc | Diff File | ||
mod - core/src/cats/postgresql.h | Diff File | ||
mod - core/src/cats/sql_pooling.cc | Diff File | ||
mod - core/src/dird/check_catalog.cc | Diff File | ||
mod - core/src/dird/dbcheck.cc | Diff File | ||
mod - core/src/stored/bscan.cc | Diff File | ||
mod - core/src/tests/run_on_incoming_connect_interval.cc | Diff File | ||
master a3debd5e 2025-05-13 12:03 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
dird_conf: get rid of intermediate string creation | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
master 48e1fdbb 2025-05-12 19:51 Committer: bruno-at-bareos Ported: N/A Details Diff |
ndmp-bareos: set 400s timeout - increase timeout test barely use more than 300s - update copyright and cmake format |
||
mod - systemtests/tests/ndmp-bareos/CMakeLists.txt | Diff File | ||
master dcff5e0e 2025-05-12 19:48 Committer: Bareos Bot Ported: N/A Details Diff |
VMware Plugin: Handling of empty changeId Under rare circumstances it can happen that the changeId in the backing information of a snapshotted virtual disk is empty. This should normally not happen, as it makes subsequent incrementals impossible. Such an empty changeId is now handled appropriately so that a warning is emitted if it is empty and when incrementals are attempted the error message was adapted so that the helper script from contrib/misc/reschedule_job_as_full can be used to automatically trigger a full level job in that case. |
||
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py | Diff File | ||
master da1e4318 2025-05-12 16:31 Committer: Bareos Bot Ported: N/A Details Diff |
docs: config-schema.json fixes use build path in `autogenerated/bareos-*config-schema.json` files Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
master b00a52c3 2025-05-12 16:07 Committer: Bareos Bot Ported: N/A Details Diff |
debian: setgid for configdir | ||
mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
mod - debian/bareos-director.postinst.in | Diff File | ||
master 123a597d 2025-05-12 16:06 Committer: Bareos Bot Ported: N/A Details Diff |
freebsd setgid for configdir | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.common | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage | Diff File | ||
master 5e394578 2025-05-12 15:58 Ported: N/A Details Diff |
glusterfs: unify HAVE_GLUSTERFS/HAVE_GFAPI we now use HAVE_GFAPI everywhere and fixed HAVE_GFAPI being actually available, which was broken in a previous cleanup commit. This also removes support for the legacy 2-argument version of glfs_ftruncate(). |
||
mod - cmake/BareosGenerateDebianInfo.cmake | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosCheckIncludes.cmake | Diff File | ||
mod - core/cmake/BareosCheckSymbols.cmake | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/gfapi_device.cc | Diff File | ||
mod - core/src/stored/backends/gfapi_device.h | Diff File | ||
master 80ad9990 2025-05-12 15:54 Committer: bruno-at-bareos Ported: N/A Details Diff |
ndmp-bareos: Introduce incremental loop, restore 2nd file We introduce a second incremental file in the systemtest, and we explicitly restore the file present in the first incremental. |
||
mod - systemtests/tests/ndmp-bareos/testrunner | Diff File | ||
master aa50fd1d 2025-05-12 15:53 Committer: Bareos Bot Ported: N/A Details Diff |
setgid for rpm plateform | ||
mod - core/platforms/packaging/bareos.spec | Diff File |