Changesets: bareos
|
master e908abfd 2025-11-12 07:53 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
grpc: fix small issues These functions should be constexpr, and _ is a bad name! |
||
| mod - core/src/plugins/filed/grpc/bareos_api.h | Diff File | ||
| mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.h | Diff File | ||
| mod - core/src/plugins/filed/grpc/bridge_module/plugin_service.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/grpc_impl.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/test_module/test_module.h | Diff File | ||
|
master f0e1d394 2025-11-12 07:50 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
fd-plugins: always consider plugin data as portable Also fixes the issue where one plugin can stop the sending of events to another plugin! |
||
| mod - core/src/filed/fd_plugins.cc | Diff File | ||
| mod - core/src/filed/fd_plugins.h | Diff File | ||
|
master 18ffe7a0 2025-11-12 07:50 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
filed: add comment explaining member | ||
| mod - core/src/filed/fd_plugins.h | Diff File | ||
|
master 4baa1968 2025-11-12 07:49 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
core: small fixes | ||
| mod - core/src/lib/CMakeLists.txt | Diff File | ||
| mod - core/src/lib/crypto_openssl.cc | Diff File | ||
| mod - core/src/lib/crypto_openssl.h | Diff File | ||
| mod - core/src/lib/crypto_wrap.cc | Diff File | ||
| mod - core/src/lib/plugins.cc | Diff File | ||
| mod - core/src/lib/util.h | Diff File | ||
|
master 74c684d2 2025-11-12 07:47 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
edit: make add_commas accept a const string | ||
| mod - core/src/lib/edit.cc | Diff File | ||
| mod - core/src/lib/edit.h | Diff File | ||
|
master 23b1556f 2025-11-12 07:45 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
docs: add barri docs | ||
| mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins.rst.inc | Diff File | ||
| add - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BarriPlugin.rst.inc | Diff File | ||
| add - docs/manuals/source/include/images/WindowsPE.png | Diff File | ||
|
master 494f7338 2025-11-11 10:38 Committer: Bareos Bot Ported: N/A Details Diff |
defaultconfig: introduce automatic diskchanger With the new automatic diskchanger feature in Bareos 25, we can finally enable multiple parallel devices for the FileStorage. |
||
| mod - core/src/defaultconfigs/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
|
master 724c72b4 2025-11-07 11:09 Sebastian Sura Ported: N/A Details Diff |
hyper-v: delete unnecessary reference points at the end We have to take care to delete reference points that we do not need anymore, because otherwise disks will never merge and we create a lot of garbage. |
||
| mod - core/src/win32/plugins/filed/hyper-v.cc | Diff File | ||
|
master e850e089 2025-11-07 09:42 Sebastian Sura Ported: N/A Details Diff |
hyper-v: introduce reference point service | ||
| mod - core/src/win32/plugins/filed/hyper-v.cc | Diff File | ||
|
master e26d83dd 2025-11-06 14:51 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2423 cmake: fix traymonitor startup on windows |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
| mod - core/src/qt-tray-monitor/CMakeLists.txt | Diff File | ||
|
master df36d820 2025-11-06 14:51 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 1fca2de7 2025-11-05 09:51 Sebastian Sura Ported: N/A Details Diff |
cmake: fix traymonitor When we changed how we use vcpkg (-> manifest mode) we did not update the windows installer to use the new paths. To prevent problems in the future we now take everything (except for the openssl executable) directly from the cmake binary directory. This is possible because qtdeploy moves everything needed by qt to that directory. In the future we should look into qt cmake support which would do this in addition to other things automatically. |
||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
| mod - core/src/qt-tray-monitor/CMakeLists.txt | Diff File | ||
|
master 690a6c2d 2025-11-04 17:56 Sebastian Sura Ported: N/A Details Diff |
hyper-v: fix handling of bad paths Windows does not like paths that contain special characters, but vm names may contain them. So we simply replace all of them with -. |
||
| mod - core/src/win32/plugins/filed/hyper-v.cc | Diff File | ||
|
master 114bca69 2025-11-04 17:54 Sebastian Sura Ported: N/A Details Diff |
scripts: make sure that systemtests do not auto restart | ||
| 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 abe3f015 2025-11-03 21:27 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2198 stored: implicitly create autochanger from device with count > 1 |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/lib/CMakeLists.txt | Diff File | ||
| mod - core/src/lib/bareos_resource.cc | Diff File | ||
| mod - core/src/stored/autochanger_resource.cc | Diff File | ||
| mod - core/src/stored/autochanger_resource.h | Diff File | ||
| mod - core/src/stored/device_resource.cc | Diff File | ||
| mod - core/src/stored/device_resource.h | Diff File | ||
| mod - core/src/stored/status.cc | Diff File | ||
| mod - core/src/stored/stored_conf.cc | Diff File | ||
| add - core/src/tests/configs/stored_multiplied_device/bareos-sd.d/device/ImplicitAutochangerCreation.conf | Diff File | ||
| mod - core/src/tests/multiplied_device_test.cc | Diff File | ||
| mod - docs/manuals/source/Configuration/StorageDaemon.rst | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/VolumeManagement.rst | Diff File | ||
| mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
| mod - systemtests/tests/multiplied-device/CMakeLists.txt | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/job/backup-to-pool1.conf | Diff File | ||
| add - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/job/backup-to-pool4.conf | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/pool/Pool1.conf | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/pool/Pool2.conf | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/pool/Pool3.conf | Diff File | ||
| add - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/pool/Pool4.conf | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
| add - systemtests/tests/multiplied-device/etc/bareos/bareos-sd.d/device/ImplicitAutochanger.conf | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-sd.d/device/MultiFileStorage.conf | Diff File | ||
| add - systemtests/tests/multiplied-device/test-setup | Diff File | ||
| rm - systemtests/tests/multiplied-device/testrunner | Diff File | ||
| add - systemtests/tests/multiplied-device/testrunner-explicit-autochanger | Diff File | ||
| add - systemtests/tests/multiplied-device/testrunner-implicit-autochanger | Diff File | ||
| mod - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
|
master 039c5a7a 2025-11-03 21:27 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master d096851a 2025-10-31 11:08 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2408 plugin: postgresql do testing with wal compress on |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-01-default | Diff File | ||
| mod - systemtests/tests/random-commands/testrunner-start | Diff File | ||
| mod - systemtests/tests/random-commands/testrunner-update | Diff File | ||
|
master 77a33309 2025-10-31 11:08 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 65a3ebc6 2025-10-31 10:46 Sebastian Sura Ported: N/A Details Diff |
multiplied-device: fix tests sharing restore directory | ||
| mod - systemtests/tests/multiplied-device/testrunner-explicit-autochanger | Diff File | ||
| mod - systemtests/tests/multiplied-device/testrunner-implicit-autochanger | Diff File | ||
|
master 17bcd6f9 2025-10-31 10:42 Sebastian Sura Ported: N/A Details Diff |
multiplied-device: fix xattr issues on freebsd | ||
| mod - systemtests/tests/multiplied-device/CMakeLists.txt | Diff File | ||
| mod - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
|
master d6ce8269 2025-10-31 10:25 Sebastian Sura Ported: N/A Details Diff |
random-commands: fix creating undeletable files on windows | ||
| mod - systemtests/tests/random-commands/testrunner-start | Diff File | ||
| mod - systemtests/tests/random-commands/testrunner-update | Diff File | ||
|
master 118fbb25 2025-10-31 08:47 Committer: Sebastian Sura Ported: N/A Details Diff |
nsis: use ENABLE_SUBSCRIPTION_FEATURES for hyper-v | ||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
|
master 50d1444a 2025-10-31 07:43 Sebastian Sura Ported: N/A Details Diff |
device-resource: remove failing assert Having some kind of error here would be nice, but I am not sure how to really handle it. |
||
| mod - core/src/stored/device_resource.cc | Diff File | ||
|
master 30c4db89 2025-10-31 07:42 Sebastian Sura Ported: N/A Details Diff |
sd-volume-limit: remove warning | ||
| mod - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
|
master ba37367c 2025-10-30 16:33 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2391 uniformized variables |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - cmake/BareosSetVariableDefaults.cmake | Diff File | ||
| mod - core/CMakeLists.txt | Diff File | ||
| mod - core/platforms/aix/bareos-fd.in | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.common | Diff File | ||
| mod - core/platforms/openbsd/bareos-dir.in | Diff File | ||
| mod - core/platforms/openbsd/bareos-fd.in | Diff File | ||
| mod - core/platforms/openbsd/bareos-sd.in | Diff File | ||
| mod - core/platforms/packaging/bareos-aix.spec | Diff File | ||
| mod - core/platforms/packaging/bareos-universal-client.spec | Diff File | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
| mod - core/platforms/redhat/bareos-dir.in | Diff File | ||
| mod - core/platforms/redhat/bareos-fd.in | Diff File | ||
| mod - core/platforms/redhat/bareos-sd.in | Diff File | ||
| rm - core/platforms/slackware/functions.bareos.in | Diff File | ||
| rm - core/platforms/slackware/local-install.sh | Diff File | ||
| rm - core/platforms/slackware/rc.bareos-dir.in | Diff File | ||
| rm - core/platforms/slackware/rc.bareos-fd.in | Diff File | ||
| rm - core/platforms/slackware/rc.bareos-sd.in | Diff File | ||
| mod - core/platforms/suse/bareos-dir.in | Diff File | ||
| mod - core/platforms/suse/bareos-fd.in | Diff File | ||
| mod - core/platforms/suse/bareos-sd.in | Diff File | ||
| mod - core/scripts/CMakeLists.txt | Diff File | ||
| rm - core/scripts/bareos.in | Diff File | ||
| mod - core/scripts/mtx-changer.in | Diff File | ||
| mod - debian/rules | Diff File | ||
| mod - systemtests/CMakeLists.txt | Diff File | ||
| mod - systemtests/bin/bareos | Diff File | ||
| mod - systemtests/bin/bconsole | Diff File | ||
| mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
| mod - systemtests/environment.in | Diff File | ||
| mod - systemtests/python-modules/bareos_unittest/base.py | Diff File | ||
| add - systemtests/scripts/bareos.in | Diff File | ||
| mod - systemtests/scripts/check_for_zombie_jobs | Diff File | ||
| mod - systemtests/scripts/cleanup | Diff File | ||
| mod - systemtests/scripts/create_autochanger_configs.sh.in | Diff File | ||
| mod - systemtests/scripts/functions | Diff File | ||
| mod - systemtests/scripts/invalidate_tapes.sh | Diff File | ||
| mod - systemtests/scripts/run_python_unittests.sh | Diff File | ||
| mod - systemtests/scripts/setup | Diff File | ||
| mod - systemtests/scripts/start_bareos.sh | Diff File | ||
| mod - systemtests/tests/CMakeLists.txt | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/test-setup | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/testrunner-duplicate-files | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/testrunner-file-miscount | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/test-setup | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/testrunner-duplicate-files | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/testrunner-file-miscount | Diff File | ||
| mod - systemtests/tests/acl/testrunner | Diff File | ||
| mod - systemtests/tests/admin-job/test-setup | Diff File | ||
| mod - systemtests/tests/admin-job/testrunner-truncate | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/test-setup | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-01-full+incr | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-02-empty-incrementals | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-03-zero-file | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-04-virtualfull | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-05-consolidate-deleted-file | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-06-priority | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-07-consolidate-duplicates | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner-08-rerun-ai-vf | Diff File | ||
| mod - systemtests/tests/auto-grpc/test-setup | Diff File | ||
| mod - systemtests/tests/auto-grpc/testrunner-grpc-to-python | Diff File | ||
| mod - systemtests/tests/auto-grpc/testrunner-python-to-grpc | Diff File | ||
| mod - systemtests/tests/autochanger/create_autochanger_configs.sh.in | Diff File | ||
| mod - systemtests/tests/autochanger/test-setup | Diff File | ||
| mod - systemtests/tests/autochanger/testrunner-backup-restore | Diff File | ||
| mod - systemtests/tests/autochanger/testrunner-label-release-autoselect | Diff File | ||
| mod - systemtests/tests/autoxflate/test-setup | Diff File | ||
| mod - systemtests/tests/autoxflate/testrunner-copy-to-local | Diff File | ||
| mod - systemtests/tests/autoxflate/testrunner-copy-to-offsite | Diff File | ||
| mod - systemtests/tests/autoxflate/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/autoxflate/testrunner-replication-local | Diff File | ||
| mod - systemtests/tests/autoxflate/testrunner-replication-offsite | Diff File | ||
| mod - systemtests/tests/bareos-acl/testrunner | Diff File | ||
| mod - systemtests/tests/bareos-basic/test-setup | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-bcopy-autoxflate | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-bextract-autoxflate | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-bls-autoxflate | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-bscan-autoxflate | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-filesettext-is-updated | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-hardlinks | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-purge-oldest | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-rerun-jobs | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-run-non-existing-jobid | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-simple-backup-and-restore | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-status-subscriptions | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-test-make-catalog-backup | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-very-long-job-names | Diff File | ||
| mod - systemtests/tests/bareos-basic/testrunner-volume-recycling | Diff File | ||
| mod - systemtests/tests/bareos-concurrency/test-concurrency-common | Diff File | ||
| mod - systemtests/tests/bconsole-basic/testrunner-autocompletion | Diff File | ||
| mod - systemtests/tests/bconsole-basic/testrunner-dotjobstatus | Diff File | ||