Changesets: bareos
master 6c6568cd 2023-06-28 18:40 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001490 build: adapt matrix and pkglist for changes to CI |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - docs/pkglists/Fedora_36.x86_64 | Diff File | ||
mod - docs/pkglists/Fedora_37.x86_64 | Diff File | ||
master 4ed0a527 2023-06-28 18:40 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 7dfe7a2e 2023-06-28 16:36 Committer: Bareos Bot Ported: N/A Details Diff |
stored: fix unintended decrement of block_num When bsr() is called to initiare a re-read on a tape, it will decrement ths block_num. As during the re-read the block_num was not incremented, it shouldn't be decremented. |
||
mod - core/src/stored/backends/unix_tape_device.cc | Diff File | ||
mod - core/src/stored/backends/unix_tape_device.h | Diff File | ||
mod - core/src/stored/block.cc | Diff File | ||
master decfa5fa 2023-06-28 16:33 Committer: Bareos Bot Ported: N/A Details Diff |
stored: re-read large blocks in tape backend when the unix_tape_device encounters a block that is too large for the buffer to handle, it will now re-read with incrementing buffer sizes until it can provide the first part of the block. This allows Bareos to reconfigure the block buffer size for tape devices like it already does for file devices. |
||
mod - core/src/stored/backends/unix_tape_device.cc | Diff File | ||
mod - core/src/stored/backends/unix_tape_device.h | Diff File | ||
master 18383f1a 2023-06-28 15:14 Committer: Bareos Bot Ported: N/A Details Diff |
devtools: fix dist-tarball.sh path prefix dist-tarball.sh was supposed to create "clean" tarballs, that is with a path-prefix of bareos-x.y.z based on the version-number. This didn't happen as rewriting in tar did not take place. With this patch the paths provided to tar are now all prefixed with './' which allows the substitution to work correctly. |
||
mod - devtools/dist-tarball.sh | Diff File | ||
master 07d84a86 2023-06-28 15:01 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
block-size-test: fix some things | ||
mod - systemtests/tests/block-size/testrunner | Diff File | ||
master 9516a280 2023-06-28 14:42 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
block: fix data locations | ||
mod - core/src/stored/block.cc | Diff File | ||
master ac428df5 2023-06-28 11:52 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
parallel-test: fix volume size / block size mismatch Since our volumes only can contain 70KiB of data, we can never write even a single 1MiB block to it. |
||
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/device/FileStorage2.conf | Diff File | ||
master 069f7477 2023-06-28 08:16 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
sql-delete: fix bad return value | ||
mod - core/src/cats/sql_delete.cc | Diff File | ||
master fff92bd0 2023-06-28 08:13 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
append: delete null records at end of job | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql_delete.cc | Diff File | ||
mod - core/src/dird/catreq.cc | Diff File | ||
mod - core/src/stored/append.cc | Diff File | ||
master 96c096dc 2023-06-28 08:11 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
acquire: fix not updating volume information | ||
mod - core/src/stored/acquire.cc | Diff File | ||
master 90d2c98c 2023-06-27 17:34 Committer: Bareos Bot Ported: N/A Details Diff |
matrix: disable Solaris build | ||
mod - .matrix.yml | Diff File | ||
master b1dbf6c4 2023-06-27 15:11 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
append: send unsend metadata more often | ||
mod - core/src/stored/acquire.cc | Diff File | ||
mod - core/src/stored/append.cc | Diff File | ||
master 2ec97e41 2023-06-27 15:10 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
block: create null jobmedia entry to prevent recycling | ||
mod - core/src/stored/block.cc | Diff File | ||
master 99429235 2023-06-27 15:09 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
label: remove dcr manipulation | ||
mod - core/src/stored/label.cc | Diff File | ||
master b0ccce34 2023-06-27 15:09 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
diff: print the src/dst directories | ||
mod - systemtests/scripts/diff.pl.in | Diff File | ||
master dea6ad00 2023-06-27 15:08 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
parallel-test: make problems more likely | ||
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
mod - systemtests/tests/parallel-jobs/testrunner-parallel-jobs | Diff File | ||
master 5cfe96f8 2023-06-27 14:10 Philipp Storz Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001452 vss: remove dependency on live system during backup |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/findlib/attribs.cc | Diff File | ||
mod - core/src/findlib/bfile.cc | Diff File | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/compat_old_conversion.cc | Diff File | ||
add - core/src/tests/compat_old_conversion.h | Diff File | ||
add - core/src/tests/test_path_conversion.cc | Diff File | ||
add - core/src/tests/test_unicode_conversion.cc | Diff File | ||
mod - core/src/win32/compat/compat.cc | Diff File | ||
mod - core/src/win32/compat/include/compat.h | Diff File | ||
mod - core/src/win32/compat/winapi.cc | Diff File | ||
mod - core/src/win32/filed/vss.cc | Diff File | ||
mod - core/src/win32/filed/vss_generic.cc | Diff File | ||
mod - core/src/win32/findlib/win32.cc | Diff File | ||
mod - core/src/win32/findlib/win32.h | Diff File | ||
mod - core/src/win32/include/vss.h | Diff File | ||
mod - core/src/win32/include/winapi.h | Diff File | ||
mod - systemtests/tests/restore/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
mod - systemtests/tests/restore/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
master 84c308ee 2023-06-27 14:10 Philipp Storz Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master d4a7e219 2023-06-27 09:33 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001493 packaging: cleanup SUSE webui dependencies |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master ec8bddd0 2023-06-27 09:32 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 12162ae3 2023-06-27 09:15 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
append: flush any leftover meta data to director at end Sometimes we still have some meta data left over after completing a job. This ensures that it gets send to the director. |
||
mod - core/src/stored/append.cc | Diff File | ||
master c36331ad 2023-06-27 09:15 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
label: mark new volume as used on labeling | ||
mod - core/src/stored/label.cc | Diff File | ||
master c058e89f 2023-06-27 09:13 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
label: remove bad update This does not belong here. This causes big problems. The device might have changed volumes etc. and the values are not related to anything anymore. The dcr gets updated after every write so this is unneccessary as well. |
||
mod - core/src/stored/label.cc | Diff File | ||
master 4711853c 2023-06-26 14:49 Sebastian Sura Committer: Philipp Storz Ported: N/A Details Diff |
conversion-test: remove unused comments/code | ||
mod - core/src/tests/compat_old_conversion.cc | Diff File |