Changesets: bareos
|
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 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 ccad520c 2025-09-02 16:37 Ported: N/A Details Diff |
packaging: bareos.spec add media_vault in contrib-tools | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
|
master 1ce5b4fd 2025-09-02 16:32 Ported: N/A Details Diff |
debian: add media_vault to contrib-tools | ||
| mod - debian/bareos-contrib-tools.install.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 e4015e86 2025-09-02 10:07 Ported: N/A Details Diff |
contrib: integrate media_vault utility media_vault utility helps administrators to select and export tapes from autoloader for placement into an external vault location. It is written in Python 3 (minimum version 3.6) and uses the ``python_bareos`` module to interact with the Director. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com> |
||
| mod - contrib/misc/CMakeLists.txt | Diff File | ||
| add - contrib/misc/media_vault/.gitignore | Diff File | ||
| add - contrib/misc/media_vault/CMakeLists.txt | Diff File | ||
| add - contrib/misc/media_vault/LICENSE | Diff File | ||
| add - contrib/misc/media_vault/README.md | Diff File | ||
| add - contrib/misc/media_vault/console_media_vault.conf.example | Diff File | ||
| add - contrib/misc/media_vault/job_admin-media_vault.conf.example.in | Diff File | ||
| add - contrib/misc/media_vault/media_vault.ini.example.in | Diff File | ||
| add - contrib/misc/media_vault/media_vault.py | Diff File | ||
| add - contrib/misc/media_vault/media_vault.sh.in | Diff File | ||
| add - contrib/misc/media_vault/profile_media_vault.conf.example | Diff File | ||
|
master 1a96dfb9 2025-09-01 19:06 Ported: N/A Details Diff |
bareos-config: fix checking password for sep | ||
| mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
|
master a7f9f667 2025-09-01 09:51 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 345b2c18 2025-08-28 16:39 Committer: Bareos Bot Ported: N/A Details Diff |
packaging: spec file remove %if around Recommends Recommends is known since Fedora 24 and supported on all os we build Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
|
master a5b7a2b6 2025-08-28 14:37 Committer: Bareos Bot Ported: N/A Details Diff |
bareos-tools: package file backend and autoxflate in common Fix bareos/issue/#2348 In case of disaster tools should be able to extract data from volumes without having to install a whole bareos-storage package. plugin/autoxflate-sd.so backend/libbareossd-file.so are now packaged in bareos-common. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| 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.storage | Diff File | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
| mod - debian/bareos-common.install.in | Diff File | ||
| mod - debian/bareos-storage.install.in | Diff File | ||
|
master 8503934a 2025-08-28 14:02 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 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 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 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 ec8818f3 2025-08-26 17:37 Ported: N/A Details Diff |
config: only deploy to empty dest dir | ||
| add - core/README.config | Diff File | ||
| mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
| mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
| mod - debian/bareos-director.postinst.in | Diff File | ||
| mod - debian/bareos-filedaemon.postinst.in | Diff File | ||
| mod - debian/bareos-storage.postinst.in | 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 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 | ||
|
master c0d6ded1 2025-08-21 14:21 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||