Changesets: bareos
master 88a4fba6 2023-02-27 13:30 Alaa Eddine Elamri Committer: Andreas Rogge Ported: N/A Details Diff |
testfind: use unique pointer for handling jcr | ||
mod - core/src/tools/testfind_fd.cc | Diff File | ||
master e4bc7a60 2023-02-27 12:33 Alaa Eddine Elamri Committer: Andreas Rogge Ported: N/A Details Diff |
systemtest: check read permission instead of user | ||
mod - systemtests/tests/testfind/testrunner | Diff File | ||
master 56031b82 2023-02-27 12:22 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
restore-test: fix bad grep string | ||
mod - systemtests/tests/restore-test/testrunner-error-full-restore | Diff File | ||
master e4abaeaf 2023-02-27 12:14 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
test-config: delete unused config files | ||
rm - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/job/long-name-backup.conf | Diff File | ||
rm - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/job/recyclejob.conf | Diff File | ||
rm - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
rm - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/pool/quickrecycle.conf | Diff File | ||
rm - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
rm - systemtests/tests/restore-test/etc/bareos/bareos-sd.d/device/FileStorage2.conf | Diff File | ||
master bdb4530d 2023-02-27 12:04 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
test-conf: Remove unused options | ||
mod - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/restore-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
master 28e1b5b7 2023-02-27 12:00 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
test-config: Set Maximum Concurrent Jobs to remove warning | ||
mod - systemtests/tests/restore-test/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
master 2c7a6766 2023-02-27 11:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001359 file checksums: add new signature algorithm xxh128 |
||
mod - .bareos-check-sources-ignore | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/catreq.cc | Diff File | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/dird/inc_conf.cc | Diff File | ||
mod - core/src/dird/testfind.cc | Diff File | ||
mod - core/src/filed/accurate.cc | Diff File | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/fileset.cc | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/filed/verify.cc | Diff File | ||
mod - core/src/filed/verify_vol.cc | Diff File | ||
mod - core/src/findlib/bfile.cc | Diff File | ||
mod - core/src/findlib/match.cc | Diff File | ||
mod - core/src/include/fileopts.h | Diff File | ||
mod - core/src/include/streams.h | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/crypto.cc | Diff File | ||
mod - core/src/lib/crypto.h | Diff File | ||
rm - core/src/lib/crypto_none.cc | Diff File | ||
rm - core/src/lib/crypto_nss.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.h | Diff File | ||
add - core/src/lib/xxhash.cc | Diff File | ||
add - core/src/lib/xxhash.h | Diff File | ||
mod - core/src/stored/bextract.cc | Diff File | ||
mod - core/src/stored/bscan.cc | Diff File | ||
mod - core/src/stored/record.cc | Diff File | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
mod - systemtests/tests/bareos-basic/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
mod - third-party/CMakeLists.txt | Diff File | ||
add - third-party/xxHash.cmake | Diff File | ||
add - third-party/xxHash/.gitattributes | Diff File | ||
add - third-party/xxHash/.github/workflows/ci.yml | Diff File | ||
add - third-party/xxHash/.gitignore | Diff File | ||
add - third-party/xxHash/.travis.yml | Diff File | ||
add - third-party/xxHash/CHANGELOG | Diff File | ||
add - third-party/xxHash/Doxyfile | Diff File | ||
add - third-party/xxHash/LICENSE | Diff File | ||
add - third-party/xxHash/Makefile | Diff File | ||
add - third-party/xxHash/README.md | Diff File | ||
add - third-party/xxHash/appveyor.yml | Diff File | ||
add - third-party/xxHash/cli/COPYING | Diff File | ||
add - third-party/xxHash/cli/README.md | Diff File | ||
add - third-party/xxHash/cli/xsum_arch.h | Diff File | ||
add - third-party/xxHash/cli/xsum_bench.c | Diff File | ||
add - third-party/xxHash/cli/xsum_bench.h | Diff File | ||
add - third-party/xxHash/cli/xsum_config.h | Diff File | ||
add - third-party/xxHash/cli/xsum_os_specific.c | Diff File | ||
add - third-party/xxHash/cli/xsum_os_specific.h | Diff File | ||
add - third-party/xxHash/cli/xsum_output.c | Diff File | ||
add - third-party/xxHash/cli/xsum_output.h | Diff File | ||
add - third-party/xxHash/cli/xsum_sanity_check.c | Diff File | ||
add - third-party/xxHash/cli/xsum_sanity_check.h | Diff File | ||
add - third-party/xxHash/cli/xxhsum.1 | Diff File | ||
add - third-party/xxHash/cli/xxhsum.1.md | Diff File | ||
add - third-party/xxHash/cli/xxhsum.c | Diff File | ||
add - third-party/xxHash/cmake_unofficial/.gitignore | Diff File | ||
add - third-party/xxHash/cmake_unofficial/CMakeLists.txt | Diff File | ||
add - third-party/xxHash/cmake_unofficial/README.md | Diff File | ||
add - third-party/xxHash/cmake_unofficial/xxHashConfig.cmake.in | Diff File | ||
add - third-party/xxHash/doc/README.md | Diff File | ||
add - third-party/xxHash/doc/xxhash.cry | Diff File | ||
add - third-party/xxHash/doc/xxhash_spec.md | Diff File | ||
add - third-party/xxHash/libxxhash.pc.in | Diff File | ||
add - third-party/xxHash/tests/Makefile | Diff File | ||
add - third-party/xxHash/tests/bench/.clang_complete | Diff File | ||
add - third-party/xxHash/tests/bench/.gitignore | Diff File | ||
add - third-party/xxHash/tests/bench/LICENSE | Diff File | ||
add - third-party/xxHash/tests/bench/Makefile | Diff File | ||
add - third-party/xxHash/tests/bench/benchHash.c | Diff File | ||
add - third-party/xxHash/tests/bench/benchHash.h | Diff File | ||
add - third-party/xxHash/tests/bench/benchfn.c | Diff File | ||
add - third-party/xxHash/tests/bench/benchfn.h | Diff File | ||
add - third-party/xxHash/tests/bench/bhDisplay.c | Diff File | ||
add - third-party/xxHash/tests/bench/bhDisplay.h | Diff File | ||
add - third-party/xxHash/tests/bench/hashes.h | Diff File | ||
add - third-party/xxHash/tests/bench/main.c | Diff File | ||
add - third-party/xxHash/tests/bench/timefn.c | Diff File | ||
add - third-party/xxHash/tests/bench/timefn.h | Diff File | ||
add - third-party/xxHash/tests/collisions/.gitignore | Diff File | ||
add - third-party/xxHash/tests/collisions/LICENSE | Diff File | ||
add - third-party/xxHash/tests/collisions/Makefile | Diff File | ||
add - third-party/xxHash/tests/collisions/README.md | Diff File | ||
add - third-party/xxHash/tests/collisions/allcodecs/README.md | Diff File | ||
add - third-party/xxHash/tests/collisions/allcodecs/dummy.c | Diff File | ||
add - third-party/xxHash/tests/collisions/allcodecs/dummy.h | Diff File | ||
add - third-party/xxHash/tests/collisions/hashes.h | Diff File | ||
add - third-party/xxHash/tests/collisions/main.c | Diff File | ||
add - third-party/xxHash/tests/collisions/pool.c | Diff File | ||
add - third-party/xxHash/tests/collisions/pool.h | Diff File | ||
add - third-party/xxHash/tests/collisions/sort.cc | Diff File | ||
add - third-party/xxHash/tests/collisions/sort.hh | Diff File | ||
add - third-party/xxHash/tests/collisions/threading.c | Diff File | ||
add - third-party/xxHash/tests/collisions/threading.h | Diff File | ||
add - third-party/xxHash/tests/generate_unicode_test.c | Diff File | ||
add - third-party/xxHash/tests/multiInclude.c | Diff File | ||
add - third-party/xxHash/tests/ppc_define.c | Diff File | ||
add - third-party/xxHash/tests/unicode_lint.sh | Diff File | ||
add - third-party/xxHash/xxh3.h | Diff File | ||
master 156b9e6a 2023-02-27 11:53 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master a02ae848 2023-02-24 15:32 Alaa Eddine Elamri Committer: Andreas Rogge Ported: N/A Details Diff |
filed: remove extra parameter from BlastDataToStorage | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/tools/testfind_fd.cc | Diff File | ||
master 27d32ec4 2023-02-24 15:28 Alaa Eddine Elamri Committer: Andreas Rogge Ported: N/A Details Diff |
filed: bring back old blastdatatostorage | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/backup.h | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/tools/testfind_fd.cc | Diff File | ||
master ed976469 2023-02-24 15:28 Alaa Eddine Elamri Committer: Andreas Rogge Ported: N/A Details Diff |
dir_cmd: bring back `NewFileJcr` to be static | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/filed/dir_cmd.h | Diff File | ||
master 3ce79fd2 2023-02-24 15:27 Alaa Eddine Elamri Committer: Andreas Rogge Ported: N/A Details Diff |
testfind: update systemtest | ||
mod - systemtests/tests/testfind/testrunner | Diff File | ||
master 0c47c093 2023-02-24 11:46 Ported: N/A Details Diff |
Merge commit '09c2c0c18' as 'third-party/xxHash' | ||
add - third-party/xxHash/.gitattributes | Diff File | ||
add - third-party/xxHash/.github/workflows/ci.yml | Diff File | ||
add - third-party/xxHash/.gitignore | Diff File | ||
add - third-party/xxHash/.travis.yml | Diff File | ||
add - third-party/xxHash/CHANGELOG | Diff File | ||
add - third-party/xxHash/Doxyfile | Diff File | ||
add - third-party/xxHash/LICENSE | Diff File | ||
add - third-party/xxHash/Makefile | Diff File | ||
add - third-party/xxHash/README.md | Diff File | ||
add - third-party/xxHash/appveyor.yml | Diff File | ||
add - third-party/xxHash/cli/COPYING | Diff File | ||
add - third-party/xxHash/cli/README.md | Diff File | ||
add - third-party/xxHash/cli/xsum_arch.h | Diff File | ||
add - third-party/xxHash/cli/xsum_bench.c | Diff File | ||
add - third-party/xxHash/cli/xsum_bench.h | Diff File | ||
add - third-party/xxHash/cli/xsum_config.h | Diff File | ||
add - third-party/xxHash/cli/xsum_os_specific.c | Diff File | ||
add - third-party/xxHash/cli/xsum_os_specific.h | Diff File | ||
add - third-party/xxHash/cli/xsum_output.c | Diff File | ||
add - third-party/xxHash/cli/xsum_output.h | Diff File | ||
add - third-party/xxHash/cli/xsum_sanity_check.c | Diff File | ||
add - third-party/xxHash/cli/xsum_sanity_check.h | Diff File | ||
add - third-party/xxHash/cli/xxhsum.1 | Diff File | ||
add - third-party/xxHash/cli/xxhsum.1.md | Diff File | ||
add - third-party/xxHash/cli/xxhsum.c | Diff File | ||
add - third-party/xxHash/cmake_unofficial/.gitignore | Diff File | ||
add - third-party/xxHash/cmake_unofficial/CMakeLists.txt | Diff File | ||
add - third-party/xxHash/cmake_unofficial/README.md | Diff File | ||
add - third-party/xxHash/cmake_unofficial/xxHashConfig.cmake.in | Diff File | ||
add - third-party/xxHash/doc/README.md | Diff File | ||
add - third-party/xxHash/doc/xxhash.cry | Diff File | ||
add - third-party/xxHash/doc/xxhash_spec.md | Diff File | ||
add - third-party/xxHash/libxxhash.pc.in | Diff File | ||
add - third-party/xxHash/tests/Makefile | Diff File | ||
add - third-party/xxHash/tests/bench/.clang_complete | Diff File | ||
add - third-party/xxHash/tests/bench/.gitignore | Diff File | ||
add - third-party/xxHash/tests/bench/LICENSE | Diff File | ||
add - third-party/xxHash/tests/bench/Makefile | Diff File | ||
add - third-party/xxHash/tests/bench/benchHash.c | Diff File | ||
add - third-party/xxHash/tests/bench/benchHash.h | Diff File | ||
add - third-party/xxHash/tests/bench/benchfn.c | Diff File | ||
add - third-party/xxHash/tests/bench/benchfn.h | Diff File | ||
add - third-party/xxHash/tests/bench/bhDisplay.c | Diff File | ||
add - third-party/xxHash/tests/bench/bhDisplay.h | Diff File | ||
add - third-party/xxHash/tests/bench/hashes.h | Diff File | ||
add - third-party/xxHash/tests/bench/main.c | Diff File | ||
add - third-party/xxHash/tests/bench/timefn.c | Diff File | ||
add - third-party/xxHash/tests/bench/timefn.h | Diff File | ||
add - third-party/xxHash/tests/collisions/.gitignore | Diff File | ||
add - third-party/xxHash/tests/collisions/LICENSE | Diff File | ||
add - third-party/xxHash/tests/collisions/Makefile | Diff File | ||
add - third-party/xxHash/tests/collisions/README.md | Diff File | ||
add - third-party/xxHash/tests/collisions/allcodecs/README.md | Diff File | ||
add - third-party/xxHash/tests/collisions/allcodecs/dummy.c | Diff File | ||
add - third-party/xxHash/tests/collisions/allcodecs/dummy.h | Diff File | ||
add - third-party/xxHash/tests/collisions/hashes.h | Diff File | ||
add - third-party/xxHash/tests/collisions/main.c | Diff File | ||
add - third-party/xxHash/tests/collisions/pool.c | Diff File | ||
add - third-party/xxHash/tests/collisions/pool.h | Diff File | ||
add - third-party/xxHash/tests/collisions/sort.cc | Diff File | ||
add - third-party/xxHash/tests/collisions/sort.hh | Diff File | ||
add - third-party/xxHash/tests/collisions/threading.c | Diff File | ||
add - third-party/xxHash/tests/collisions/threading.h | Diff File | ||
add - third-party/xxHash/tests/generate_unicode_test.c | Diff File | ||
add - third-party/xxHash/tests/multiInclude.c | Diff File | ||
add - third-party/xxHash/tests/ppc_define.c | Diff File | ||
add - third-party/xxHash/tests/unicode_lint.sh | Diff File | ||
add - third-party/xxHash/xxh3.h | Diff File | ||
add - third-party/xxHash/xxh_x86dispatch.c | Diff File | ||
add - third-party/xxHash/xxh_x86dispatch.h | Diff File | ||
add - third-party/xxHash/xxhash.c | Diff File | ||
add - third-party/xxHash/xxhash.h | Diff File | ||
master c3943c27 2023-02-24 11:46 Ported: N/A Details Diff |
Squashed 'third-party/xxHash/' content from commit 35b0373c6 git-subtree-dir: third-party/xxHash git-subtree-split: 35b0373c697b5f160d3db26b1cbb45a0d5ba788c |
||
add - .gitattributes | Diff File | ||
add - .github/workflows/ci.yml | Diff File | ||
add - .gitignore | Diff File | ||
add - .travis.yml | Diff File | ||
add - CHANGELOG | Diff File | ||
add - Doxyfile | Diff File | ||
add - LICENSE | Diff File | ||
add - Makefile | Diff File | ||
add - README.md | Diff File | ||
add - appveyor.yml | Diff File | ||
add - cli/COPYING | Diff File | ||
add - cli/README.md | Diff File | ||
add - cli/xsum_arch.h | Diff File | ||
add - cli/xsum_bench.c | Diff File | ||
add - cli/xsum_bench.h | Diff File | ||
add - cli/xsum_config.h | Diff File | ||
add - cli/xsum_os_specific.c | Diff File | ||
add - cli/xsum_os_specific.h | Diff File | ||
add - cli/xsum_output.c | Diff File | ||
add - cli/xsum_output.h | Diff File | ||
add - cli/xsum_sanity_check.c | Diff File | ||
add - cli/xsum_sanity_check.h | Diff File | ||
add - cli/xxhsum.1 | Diff File | ||
add - cli/xxhsum.1.md | Diff File | ||
add - cli/xxhsum.c | Diff File | ||
add - cmake_unofficial/.gitignore | Diff File | ||
add - cmake_unofficial/CMakeLists.txt | Diff File | ||
add - cmake_unofficial/README.md | Diff File | ||
add - cmake_unofficial/xxHashConfig.cmake.in | Diff File | ||
add - doc/README.md | Diff File | ||
add - doc/xxhash.cry | Diff File | ||
add - doc/xxhash_spec.md | Diff File | ||
add - libxxhash.pc.in | Diff File | ||
add - tests/Makefile | Diff File | ||
add - tests/bench/.clang_complete | Diff File | ||
add - tests/bench/.gitignore | Diff File | ||
add - tests/bench/LICENSE | Diff File | ||
add - tests/bench/Makefile | Diff File | ||
add - tests/bench/benchHash.c | Diff File | ||
add - tests/bench/benchHash.h | Diff File | ||
add - tests/bench/benchfn.c | Diff File | ||
add - tests/bench/benchfn.h | Diff File | ||
add - tests/bench/bhDisplay.c | Diff File | ||
add - tests/bench/bhDisplay.h | Diff File | ||
add - tests/bench/hashes.h | Diff File | ||
add - tests/bench/main.c | Diff File | ||
add - tests/bench/timefn.c | Diff File | ||
add - tests/bench/timefn.h | Diff File | ||
add - tests/collisions/.gitignore | Diff File | ||
add - tests/collisions/LICENSE | Diff File | ||
add - tests/collisions/Makefile | Diff File | ||
add - tests/collisions/README.md | Diff File | ||
add - tests/collisions/allcodecs/README.md | Diff File | ||
add - tests/collisions/allcodecs/dummy.c | Diff File | ||
add - tests/collisions/allcodecs/dummy.h | Diff File | ||
add - tests/collisions/hashes.h | Diff File | ||
add - tests/collisions/main.c | Diff File | ||
add - tests/collisions/pool.c | Diff File | ||
add - tests/collisions/pool.h | Diff File | ||
add - tests/collisions/sort.cc | Diff File | ||
add - tests/collisions/sort.hh | Diff File | ||
add - tests/collisions/threading.c | Diff File | ||
add - tests/collisions/threading.h | Diff File | ||
add - tests/generate_unicode_test.c | Diff File | ||
add - tests/multiInclude.c | Diff File | ||
add - tests/ppc_define.c | Diff File | ||
add - tests/unicode_lint.sh | Diff File | ||
add - xxh3.h | Diff File | ||
add - xxh_x86dispatch.c | Diff File | ||
add - xxh_x86dispatch.h | Diff File | ||
add - xxhash.c | Diff File | ||
add - xxhash.h | Diff File | ||
master 1e5cdb4d 2023-02-24 10:27 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001345 checkpoints: fix performance drop on big volume restores |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/sql_create.cc | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/append.cc | Diff File | ||
mod - core/src/stored/append.h | Diff File | ||
add - core/src/stored/checkpoint_handler.cc | Diff File | ||
add - core/src/stored/checkpoint_handler.h | Diff File | ||
mod - systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/fileset/bigfileset.conf.in | Diff File | ||
mod - systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/job/slow-backup-bareos-fd.conf | Diff File | ||
mod - systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-and-spooling | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-cancel | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-kill | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-regular-backup | Diff File | ||
master 7114637c 2023-02-24 10:27 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 94f38b55 2023-02-24 07:43 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
restore-test: add tests for restore behaviour We create some new tests that specifically test the restore behaviour of normal backups as well as archives. |
||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/restore-test/CMakeLists.txt | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/job/long-name-backup.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/job/recyclejob.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/pool/quickrecycle.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-sd.d/device/FileStorage2.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/restore-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/restore-test/functions | Diff File | ||
add - systemtests/tests/restore-test/test-setup | Diff File | ||
add - systemtests/tests/restore-test/testrunner-archive-full-restore | Diff File | ||
add - systemtests/tests/restore-test/testrunner-archive-restore-dir | Diff File | ||
add - systemtests/tests/restore-test/testrunner-archive-restore-file | Diff File | ||
add - systemtests/tests/restore-test/testrunner-check-hints | Diff File | ||
add - systemtests/tests/restore-test/testrunner-create-backup | Diff File | ||
add - systemtests/tests/restore-test/testrunner-error-full-restore | Diff File | ||
add - systemtests/tests/restore-test/testrunner-full-restore | Diff File | ||
add - systemtests/tests/restore-test/testrunner-restore-dir | Diff File | ||
add - systemtests/tests/restore-test/testrunner-restore-file | Diff File | ||
add - systemtests/tests/restore-test/testrunner-restore-old-archive | Diff File | ||
master 50d68f34 2023-02-23 17:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001389 improvements to pr-tool |
||
mod - CHANGELOG.md | Diff File | ||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master 8fce4b65 2023-02-23 17:05 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 6a4db27e 2023-02-23 16:11 Committer: arogge Ported: N/A Details Diff |
vmware plugin: fix restore to different vmname Bugfix for restore to different vmname in same folder failing with duplicate name error. Check for invalid plugin option also works correctly now for both plugin options and config file. |
||
mod - core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py | Diff File | ||
master f7ea6d1c 2023-02-23 15:03 Ported: N/A Details Diff |
devtools: support single-line commit with no EOL | ||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master b1019b11 2023-02-23 14:48 Ported: N/A Details Diff |
devtools: add support for removal-label to pr-tool When a PR has the label "Removal" its Changelog record will now be added to the "Removed" section instead of the "Changed" section by default. |
||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master 0658e55e 2023-02-23 14:46 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001378 core: remove deprecated make_catalog_backup.pl |
||
mod - .gitignore | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.director | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - core/src/cats/CMakeLists.txt | Diff File | ||
rm - core/src/cats/make_catalog_backup.pl.in | Diff File | ||
mod - core/src/tests/configs/bareos-configparser-tests/bareos-dir.d/job/BackupCatalog.conf | Diff File | ||
mod - core/src/tests/configs/catalog/bareos-dir.d/job/BackupCatalog.conf | Diff File | ||
mod - debian/bareos-director.install.in | Diff File | ||
mod - systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
mod - systemtests/tests/py2plug-fd-contrib-bareos_tasks_mysql/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-mysql_dump/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
mod - systemtests/tests/stresstest/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
master 65b53a00 2023-02-23 14:46 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 02771754 2023-02-23 12:48 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001336 FreeBSD: build cleanup |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-bconsole/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosPackageOnlyMakefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-database-common/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-database-postgresql/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-database-tools/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-director/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python-plugins-common/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python3-plugin/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-storage-tape/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-storage/Makefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-tools/Makefile | Diff File | ||
mod - systemtests/tests/notls/testrunner | Diff File |