Changesets: bareos
|
master 1caf0c6a 2023-02-28 10:59 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 8da33179 2023-02-27 19:08 Committer: arogge Ported: N/A Details Diff |
docs: Clarify plugin options in VMware Plugin Clarify the use of plugin options in the Bareos VMware Plugin, especially on restore and when using the Bareos WebUI. |
||
| mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc | Diff File | ||
|
master 955fd581 2023-02-27 16:04 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
restore-test: add postcondition test to create-backups | ||
| mod - systemtests/tests/restore-test/testrunner-create-backup | Diff File | ||
|
master b1af6ac7 2023-02-27 15:35 Alaa Eddine Elamri Ported: N/A Details Diff |
apply bareos-check-sources | ||
| mod - cmake/BareosSetVariableDefaults.cmake | Diff File | ||
| mod - core/README.dbconfig | Diff File | ||
| mod - core/cmake/BareosCheckFunctions.cmake | Diff File | ||
| mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
| mod - core/platforms/debian/CMakeLists.txt | Diff File | ||
| mod - core/platforms/packaging/bareos-aix.spec | Diff File | ||
| mod - core/platforms/systemd/bareos-dir.service.in | Diff File | ||
| mod - core/src/cats/bvfs.cc | Diff File | ||
| mod - core/src/cats/cats.cc | Diff File | ||
| mod - core/src/cats/cats.h | Diff File | ||
| mod - core/src/cats/cats_backends.cc | Diff File | ||
| mod - core/src/cats/dml/create_queryfiles.sh | Diff File | ||
| mod - core/src/cats/sql.cc | Diff File | ||
| mod - core/src/cats/sql_delete.cc | Diff File | ||
| mod - core/src/cats/sql_find.cc | Diff File | ||
| mod - core/src/cats/sql_get.cc | Diff File | ||
| mod - core/src/cats/sql_list.cc | Diff File | ||
| mod - core/src/cats/sql_pooling.cc | Diff File | ||
| mod - core/src/cats/sql_query.cc | Diff File | ||
| mod - core/src/cats/sql_update.cc | Diff File | ||
| mod - core/src/dird/CMakeLists.txt | Diff File | ||
| mod - core/src/dird/ua_prune.cc | Diff File | ||
| mod - core/src/include/config.h.in | Diff File | ||
| mod - core/src/lib/version.h | Diff File | ||
| mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
| mod - docs/manuals/source/conf.py | Diff File | ||
|
master a24a05b9 2023-02-27 14:49 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
restore-test: enhance preconditions | ||
| mod - systemtests/tests/restore-test/functions | Diff File | ||
| mod - systemtests/tests/restore-test/testrunner-create-backup | Diff File | ||
|
master 0c10f4a4 2023-02-27 14:41 Alaa Eddine Elamri Ported: N/A Details Diff |
Dbcopy: remove deprecated dbcopy | ||
| rm - core/manpages/bareos-dbcopy.8 | Diff File | ||
| mod - core/platforms/packaging/bareos-aix.spec | Diff File | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
| mod - core/src/dird/CMakeLists.txt | Diff File | ||
| rm - core/src/dird/dbcopy/CMakeLists.txt | Diff File | ||
| rm - core/src/dird/dbcopy/column_description.cc | Diff File | ||
| rm - core/src/dird/dbcopy/column_description.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_column_descriptions.cc | Diff File | ||
| rm - core/src/dird/dbcopy/database_column_descriptions.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_connection.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_export.cc | Diff File | ||
| rm - core/src/dird/dbcopy/database_export.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_export_postgresql.cc | Diff File | ||
| rm - core/src/dird/dbcopy/database_export_postgresql.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_import.cc | Diff File | ||
| rm - core/src/dird/dbcopy/database_import.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_import_mysql.cc | Diff File | ||
| rm - core/src/dird/dbcopy/database_import_mysql.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_table_descriptions.cc | Diff File | ||
| rm - core/src/dird/dbcopy/database_table_descriptions.h | Diff File | ||
| rm - core/src/dird/dbcopy/database_type.h | Diff File | ||
| rm - core/src/dird/dbcopy/dbcopy.cc | Diff File | ||
| rm - core/src/dird/dbcopy/progress.cc | Diff File | ||
| rm - core/src/dird/dbcopy/progress.h | Diff File | ||
| rm - core/src/dird/dbcopy/row_data.h | Diff File | ||
| mod - docs/manuals/source/IntroductionAndTutorial/UpdatingBareos.rst | Diff File | ||
| mod - docs/manuals/source/conf.py | Diff File | ||
| mod - systemtests/environment.in | Diff File | ||
| mod - systemtests/tests/CMakeLists.txt | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/CMakeLists.txt | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/environment-mysql | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/environment-postgresql | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/catalog/mysql.conf.template.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/catalog/postgresql.conf.template.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/etc/bareos/bconsole.conf.in | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/python-modules/BareosFdPluginLocalFilesetWithRestoreObjects.py | Diff File | ||
| rm - systemtests/tests/dbcopy-mysql-postgresql/testrunner | Diff File | ||
|
master e8cd706d 2023-02-27 14:24 Sebastian Sura Committer: Andreas Rogge Ported: N/A Details Diff |
restore-test: check for warnings | ||
| mod - systemtests/tests/restore-test/testrunner-create-backup | Diff File | ||
|
master 408797c9 2023-02-27 13:50 Alaa Eddine Elamri Committer: Andreas Rogge Ported: N/A Details Diff |
testfind: fake dird-fd communication when sending filesets - Faking how sockets work to mimick the real interaction between dird and fd - Renamed `testfind_jcr` to `testfind_fd` - Moved testfind from dird to tools - Enabled joblog messages asd |
||
| mod - core/src/dird/CMakeLists.txt | Diff File | ||
| rm - core/src/dird/testfind_jcr.cc | Diff File | ||
| mod - core/src/lib/CMakeLists.txt | Diff File | ||
| mod - core/src/tools/CMakeLists.txt | Diff File | ||
| add - core/src/tools/testfind_fd.cc | Diff File | ||
|
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 | ||