Changesets: bareos
master c7dc2460 2024-12-09 10:28 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2037 docs: add worm support paragraph |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/mediaformat.rst | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/Tutorial.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/NdmpBackupsWithBareos.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||
master 06d8ad9d 2024-12-09 10:28 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 04b416c0 2024-12-09 10:24 Committer: Bareos Bot Ported: N/A Details Diff |
format: apply check-sources chnages | ||
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
master 56b3361b 2024-12-09 10:01 Committer: Bareos Bot Ported: N/A Details Diff |
Add fixes, and indexes - add space around index - add index for LTO-9 - fix warning section in LTO-9 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
master ce007bde 2024-12-09 09:39 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
parallel-test: fix reservation order check On slow/high usage systems, this test may fail because bareos takes to long to actually start the regular job. As such we cannot use the joblog to check if the regular job needed to wait or not, as the sleepy job mightve already started when we start checking. Instead we now consult the database to find out if the regular job needed to wait at all. |
||
mod - systemtests/tests/parallel-jobs/testrunner-reservation-order | Diff File | ||
master 8a1b3a45 2024-12-09 07:56 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
mysql: add setting of tmpdir This means that each test has a different tmp dir for mysql/mariadb to use. This should prevent some race conditions when creating temporary files. |
||
mod - systemtests/scripts/mysql.sh | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-bareos_tasks_mysql/mysqldefaults.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-mysql_dump/mysqldefaults.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-mariabackup/mysqldefaults.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-percona-xtrabackup/mysqldefaults.in | Diff File | ||
master 6e100c49 2024-12-09 06:45 Sebastian Sura Ported: N/A Details Diff |
source_location: rename namespace brs -> libbareos | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql.cc | Diff File | ||
mod - core/src/lib/rwlock.cc | Diff File | ||
mod - core/src/lib/rwlock.h | Diff File | ||
mod - core/src/lib/source_location.h | Diff File | ||
master 06516a69 2024-12-06 16:56 Committer: Bareos Bot Ported: N/A Details Diff |
AutochangerSupport.rst: add LTO-9 initiatlization docs | ||
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
master 0145ec7f 2024-12-06 12:17 Ported: N/A Details Diff |
docs: add dplcompat wrapper programming guide | ||
mod - docs/manuals/source/DeveloperGuide.rst | Diff File | ||
add - docs/manuals/source/DeveloperGuide/dplcompat-wrappers.rst | Diff File | ||
master d1403986 2024-12-05 14:11 Ported: N/A Details Diff |
freebsd: remove unused subpkglist | ||
rm - core/platforms/freebsd/bareos-freebsd/bareos.com-common/subpkglist | Diff File | ||
master d9efc071 2024-12-05 13:12 Sebastian Sura Ported: N/A Details Diff |
cross-compile: move to C++20 This way the autodetection works correctly. For some reason check_cxx_source_compiles() uses C++20. Maybe the check is performed too early ? |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master cf6b6f30 2024-12-05 12:45 Sebastian Sura Ported: N/A Details Diff |
rwlock: use source_location | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/lib/rwlock.cc | Diff File | ||
mod - core/src/lib/rwlock.h | Diff File | ||
master 79551e43 2024-12-04 20:20 Ported: N/A Details Diff |
docs: add Dplcompat documentation | ||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
add - docs/manuals/source/TasksAndConcepts/StorageBackends/Dplcompat.rst.inc | Diff File | ||
master 8b0ca082 2024-12-04 20:20 Ported: N/A Details Diff |
docs: move Droplet documentation to include-file | ||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
add - docs/manuals/source/TasksAndConcepts/StorageBackends/Droplet.rst.inc | Diff File | ||
master 00a1d99c 2024-12-03 23:46 Ported: N/A Details Diff |
dplcompat: add configuration examples | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-dplcompat | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
add - core/src/stored/backends/dplcompat_device.d/bareos-dir.d/storage/dplcompat.conf.example | Diff File | ||
add - core/src/stored/backends/dplcompat_device.d/bareos-sd.d/device/dplcompat.conf.example | Diff File | ||
mod - debian/bareos-storage-dplcompat.install.in | Diff File | ||
master 49b6297d 2024-12-03 21:17 Ported: N/A Details Diff |
dplcompat: use distinct debug-levels This changes the debug levels for dplcompat and crud_storage so we can get better logs as follows: dplcompat informational: 100 crud_storage informational: 110 dplcompat tracing: 120 crud_storage tracing: 130 |
||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
mod - core/src/stored/backends/crud_storage.h | Diff File | ||
mod - core/src/stored/backends/dplcompat_device.cc | Diff File | ||
master 203199f4 2024-12-03 20:06 Ported: N/A Details Diff |
crud_storage: improve BPipeHandle | ||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
master 57ca7c9a 2024-12-03 15:18 Ported: N/A Details Diff |
docs: add description to Scripts Directory option | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/stored/stored_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 d9717d63 2024-12-03 14:41 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2035 macos: update build environment |
||
mod - .github/workflows/build-macos.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
master a9dd6429 2024-12-03 14:41 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 4771799e 2024-12-03 13:15 Ported: N/A Details Diff |
crud_storage: change single- to double-quotes in cmdlines For Bpipe on Windows we need double-quoted strings in the cmdline. As our parser that turns strings into argc/argv for Unix handles single- and double-quotes the same, we can just switch to double-quotes. |
||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
master 30de0c9e 2024-12-02 20:58 Ported: N/A Details Diff |
systemtests: provide windows-script for dplcompat test | ||
mod - systemtests/tests/dplcompat/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/dplcompat/etc/bareos/bareos-sd.d/device/dplcompat.conf.in | Diff File | ||
add - systemtests/tests/dplcompat/etc/bareos/localfile-wrapper.cmd | Diff File | ||
master 7604e328 2024-12-02 20:56 Ported: N/A Details Diff |
dplcompat: fix relative-path detection on windows | ||
mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
master cd9393b6 2024-12-02 10:05 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2008 mssql TearDownVdiDevice(): enhance error reporting |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
master 7125d2ab 2024-12-02 10:04 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File |