Changesets: bareos
|
master 824b7288 2025-10-05 16:24 Committer: Bareos Bot Ported: N/A Details Diff |
webui: switch to laminas | ||
| mod - webui/composer.json | Diff File | ||
| mod - webui/config/application.config.php | Diff File | ||
| mod - webui/config/autoload/global.php.in | Diff File | ||
| mod - webui/init_autoloader.php | Diff File | ||
| mod - webui/module/Analytics/Module.php | Diff File | ||
| mod - webui/module/Analytics/src/Analytics/Controller/AnalyticsController.php | Diff File | ||
| mod - webui/module/Analytics/src/Analytics/Model/AnalyticsModel.php | Diff File | ||
| mod - webui/module/Api/Module.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/AnalyticsController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/ApiController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/ClientController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/ConsoleController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/DirectorController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/DotJobController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/ExecuteOnDirController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/FilesetController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/JobController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/JobLogController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/JobTotalsController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/MediaController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/PoolController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/ScheduleController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/StorageController.php | Diff File | ||
| mod - webui/module/Api/src/Api/Controller/TimelineController.php | Diff File | ||
| mod - webui/module/Application/Module.php | Diff File | ||
| mod - webui/module/Application/config/module.config.php | Diff File | ||
| mod - webui/module/Application/src/Application/Controller/IndexController.php | Diff File | ||
| mod - webui/module/Application/src/Application/Controller/Plugin/CommandACLPlugin.php | Diff File | ||
| mod - webui/module/Application/src/Application/Controller/Plugin/RequestURIPlugin.php | Diff File | ||
| mod - webui/module/Application/src/Application/Controller/Plugin/SessionTimeoutPlugin.php | Diff File | ||
| mod - webui/module/Application/src/Application/View/Helper/ACLAlert.php | Diff File | ||
| mod - webui/module/Application/src/Application/View/Helper/Example.php | Diff File | ||
| mod - webui/module/Application/src/Application/View/Helper/UpdateAlert.php | Diff File | ||
| mod - webui/module/Auth/Module.php | Diff File | ||
| mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
| mod - webui/module/Auth/src/Auth/Form/LoginForm.php | Diff File | ||
| mod - webui/module/Auth/src/Auth/Model/Auth.php | Diff File | ||
| mod - webui/module/Client/Module.php | Diff File | ||
| mod - webui/module/Client/src/Client/Controller/ClientController.php | Diff File | ||
| mod - webui/module/Client/src/Client/Model/ClientModel.php | Diff File | ||
| mod - webui/module/Console/Module.php | Diff File | ||
| mod - webui/module/Console/src/Console/Controller/ConsoleController.php | Diff File | ||
| mod - webui/module/Dashboard/Module.php | Diff File | ||
| mod - webui/module/Dashboard/src/Dashboard/Controller/DashboardController.php | Diff File | ||
| mod - webui/module/Director/Module.php | Diff File | ||
| mod - webui/module/Director/src/Director/Controller/DirectorController.php | Diff File | ||
| mod - webui/module/Director/src/Director/Model/DirectorModel.php | Diff File | ||
| mod - webui/module/Fileset/Module.php | Diff File | ||
| mod - webui/module/Fileset/src/Fileset/Controller/FilesetController.php | Diff File | ||
| mod - webui/module/Fileset/src/Fileset/Model/FilesetModel.php | Diff File | ||
| mod - webui/module/Job/Module.php | Diff File | ||
| mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
| mod - webui/module/Job/src/Job/Form/JobForm.php | Diff File | ||
| mod - webui/module/Job/src/Job/Form/RunJobForm.php | Diff File | ||
| mod - webui/module/Job/src/Job/Model/Job.php | Diff File | ||
| mod - webui/module/Job/src/Job/Model/JobModel.php | Diff File | ||
| mod - webui/module/Media/Module.php | Diff File | ||
| mod - webui/module/Media/src/Media/Controller/MediaController.php | Diff File | ||
| mod - webui/module/Media/src/Media/Model/MediaModel.php | Diff File | ||
| mod - webui/module/Pool/Module.php | Diff File | ||
| mod - webui/module/Pool/src/Pool/Controller/PoolController.php | Diff File | ||
| mod - webui/module/Pool/src/Pool/Model/PoolModel.php | Diff File | ||
| mod - webui/module/Restore/Module.php | Diff File | ||
| mod - webui/module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
| mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
| mod - webui/module/Restore/src/Restore/Model/Restore.php | Diff File | ||
| mod - webui/module/Restore/src/Restore/Model/RestoreModel.php | Diff File | ||
| mod - webui/module/Schedule/Module.php | Diff File | ||
| mod - webui/module/Schedule/src/Schedule/Controller/ScheduleController.php | Diff File | ||
| mod - webui/module/Schedule/src/Schedule/Model/ScheduleModel.php | Diff File | ||
| mod - webui/module/Storage/Module.php | Diff File | ||
| mod - webui/module/Storage/src/Storage/Controller/StorageController.php | Diff File | ||
| mod - webui/module/Storage/src/Storage/Form/StorageForm.php | Diff File | ||
| mod - webui/module/Storage/src/Storage/Model/Storage.php | Diff File | ||
| mod - webui/module/Storage/src/Storage/Model/StorageModel.php | Diff File | ||
| mod - webui/public/index.php | Diff File | ||
| mod - webui/tests/regress/webui-bsock-connection-test-tls.php.in | Diff File | ||
| mod - webui/tests/regress/webui-bsock-connection-test.php | Diff File | ||
| rm - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
| rm - webui/vendor/Bareos/library/Bareos/BSock/BareosBSockInterface.php | Diff File | ||
| rm - webui/vendor/Bareos/library/Bareos/BSock/BareosBSockServiceFactory.php | Diff File | ||
| rm - webui/vendor/Bareos/library/Bareos/BSock/BareosBase64.php | Diff File | ||
| rm - webui/vendor/Bareos/library/Bareos/Util.php | Diff File | ||
| rm - webui/vendor/README.md | Diff File | ||
| mod - webui/vendor/autoload.php | Diff File | ||
| mod - webui/vendor/composer/ClassLoader.php | Diff File | ||
| mod - webui/vendor/composer/InstalledVersions.php | Diff File | ||
| mod - webui/vendor/composer/autoload_classmap.php | Diff File | ||
| add - webui/vendor/composer/autoload_files.php | Diff File | ||
| mod - webui/vendor/composer/autoload_psr4.php | Diff File | ||
| mod - webui/vendor/composer/autoload_real.php | Diff File | ||
| mod - webui/vendor/composer/autoload_static.php | Diff File | ||
| mod - webui/vendor/composer/installed.json | Diff File | ||
| mod - webui/vendor/composer/installed.php | Diff File | ||
| add - webui/vendor/composer/platform_check.php | Diff File | ||
| add - webui/vendor/laminas/laminas-cache/CHANGELOG.md | Diff File | ||
| add - webui/vendor/laminas/laminas-cache/COPYRIGHT.md | Diff File | ||
| add - webui/vendor/laminas/laminas-cache/LICENSE.md | Diff File | ||
| add - webui/vendor/laminas/laminas-cache/README.md | Diff File | ||
| add - webui/vendor/laminas/laminas-cache/composer.json | Diff File | ||
|
master a446c1d6 2025-10-03 19:40 Ported: N/A Details Diff |
cmake/BareosSetVariableDefaults: check-sources | ||
| mod - cmake/BareosSetVariableDefaults.cmake | Diff File | ||
|
master 89816f09 2025-10-02 09:42 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
docs: fix duplicated information As one of the copies was not getting kept up, we should just have a single source of truth. |
||
| mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
| mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-DeviceType.rst.inc | Diff File | ||
|
master 287600c4 2025-10-01 19:14 Ported: N/A Details Diff |
freebsd: re-add config files after upgrade from < 24 Config files in Bareos <= 24 are marked as @sample files. With Bareos 25 we use "bareos-config deploy_config --init" instead to initially populate the config directory. Unfortenatly, unmodified @sample files get removed during the upgrade process. FreeBSD first fully removes the old package and than install the new new. The order is (at least on FreeBSD 14): * pkg-pre-deinstall — from old package * Remove files from old package * pkg-post-deinstall — from old package * pkg-pre-install — from new package * Install files of the new package * pkg-post-install — from new package As workaround, when upgrading from Bareos < 24, the redeploy missing files from the new package. To keep track of this, a marker file is created: "${BAREOS_CONFIG_DIR}/.${COMPONENT}.deploy_config.version" deploy_config --add-missing is only called (in pkg-post-install) when either this file does not exist or the version number in there is < 25. |
||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/Makefile | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-message.director | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-message.storage | Diff File | ||
| 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.director | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon-ldap-python-plugin | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon-python3-plugin | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-tape | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-post-deinstall | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-post-install | Diff File | ||
| rm - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-pre-deinstall | Diff File | ||
| add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-pre-deinstall.example | Diff File | ||
| rm - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-pre-install | Diff File | ||
| add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-pre-install.example | Diff File | ||
|
master 3f1ace99 2025-10-01 17:48 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2381 correct backend init command in PyPI instructions (fixes #2380) |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - restapi/README.md | Diff File | ||
|
master b14ce8fd 2025-10-01 17:47 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 59594fb1 2025-10-01 17:44 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2370 storage: improve tapealert plugin |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/plugins/stored/scsitapealert/scsitapealert-sd.cc | Diff File | ||
| add - core/src/plugins/stored/scsitapealert/scsitapealert-sd.h | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/Plugins/StorageDaemonPlugins/ScsicryptoSd.rst.inc | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/Plugins/StorageDaemonPlugins/ScsitapealertSd.rst.inc | Diff File | ||
| mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-AlertCommand.rst.inc | Diff File | ||
| mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-DriveTapeAlertEnabled.rst.inc | Diff File | ||
|
master 859a6ab8 2025-10-01 17:44 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 42ceff68 2025-10-01 12:34 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
stored: fix dependency | ||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
| mod - core/src/stored/CMakeLists.txt | Diff File | ||
|
master c9d1d015 2025-10-01 10:02 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
nsi: fix missing pcre2 packaging | ||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
|
master cecaead8 2025-10-01 10:02 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
vcpkg: fix missing fmt | ||
| mod - vcpkg.json | Diff File | ||
|
master 83e557c0 2025-09-30 17:29 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2331 cats: fix missing locks |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/CMakeLists.txt | Diff File | ||
| mod - core/src/cats/cats.h | Diff File | ||
| mod - core/src/cats/ddl/creates/postgresql.sql | Diff File | ||
| mod - core/src/cats/ddl/updates/postgresql.2240_2250.sql | Diff File | ||
| mod - core/src/cats/postgresql.cc | Diff File | ||
| mod - core/src/cats/sql.cc | Diff File | ||
| mod - core/src/cats/sql_get.cc | Diff File | ||
| mod - core/src/cats/sql_query.cc | Diff File | ||
| mod - core/src/cats/sql_update.cc | Diff File | ||
| mod - core/src/console/console.cc | Diff File | ||
| mod - core/src/dird/ua.h | Diff File | ||
| mod - core/src/dird/ua_input.cc | Diff File | ||
| mod - core/src/dird/ua_restore.cc | Diff File | ||
| mod - core/src/dird/ua_select.cc | Diff File | ||
| mod - core/src/dird/ua_update.cc | Diff File | ||
| mod - core/src/dird/vbackup.cc | Diff File | ||
| mod - core/src/findlib/find_one.cc | Diff File | ||
| mod - core/src/lib/edit.cc | Diff File | ||
| mod - core/src/lib/rwlock.cc | Diff File | ||
| mod - core/src/lib/rwlock.h | Diff File | ||
| mod - core/src/plugins/filed/grpc/bareos_api.h | Diff File | ||
| mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.h | Diff File | ||
| mod - core/src/plugins/filed/grpc/grpc_impl.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/test_module/plugin_service.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/test_module/test_module.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/test_module/test_module.h | Diff File | ||
| mod - core/src/tools/CMakeLists.txt | Diff File | ||
| add - core/src/tools/random_commands.cc | Diff File | ||
| mod - debian/rules | Diff File | ||
| mod - systemtests/CMakeLists.txt | Diff File | ||
| mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
| mod - systemtests/environment.in | Diff File | ||
| mod - systemtests/tests/CMakeLists.txt | Diff File | ||
| add - systemtests/tests/random-commands/CMakeLists.txt | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/job/copy-full.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/etc/bareos/bconsole.conf.in | Diff File | ||
| add - systemtests/tests/random-commands/functions | Diff File | ||
| add - systemtests/tests/random-commands/testrunner-start | Diff File | ||
| add - systemtests/tests/random-commands/testrunner-update | Diff File | ||
|
master 11b6d617 2025-09-30 17:29 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 0be55f19 2025-09-29 15:27 Ported: N/A Details Diff |
docs: cleanup | ||
| mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst | Diff File | ||
|
master f3c48e83 2025-09-29 13:36 Ported: N/A Details Diff |
bareos-config: add deploy-config --add-missing | ||
| mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
|
master 5539f32c 2025-09-29 13:33 Ported: N/A Details Diff |
freebsd: try to keep @sample file during upgrade based on FreeBSD man page pkg-script the script order on upgrade is: 1. new pre-install 2. old pre-deinstall 3. replace binaries 4. new post-install Based on this, we implemented saving the old configuration (@sample files that are no longer defined) before they got deleted by post-deinstall. Spoiler: this does not work, as on upgrade the old package gots complete removed, including running post-deinstall, before any script of the new package is called. |
||
| rm - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-deinstall | Diff File | ||
| rm - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-install | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.bconsole | Diff File | ||
| 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.filedaemon | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon-ldap-python-plugin | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-dplcompat | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-fifo | Diff File | ||
| mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-tape | Diff File | ||
| add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-post-deinstall | Diff File | ||
| add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-post-install | Diff File | ||
| add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-pre-deinstall | Diff File | ||
| add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-pre-install | Diff File | ||
|
master ff05d6ff 2025-09-29 11:26 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2347 packaging: add setcap/getcap requirements |
||
| mod - CHANGELOG.md | Diff File | ||
| 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 | ||
| mod - debian/control.bareos-common | Diff File | ||
|
master 9759a71a 2025-09-29 11:26 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 63d555af 2025-09-29 10:25 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2373 grpc: fix extra / for directories |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - CMakeLists.txt | Diff File | ||
| mod - core/src/dird/ua.h | Diff File | ||
| mod - core/src/dird/ua_restore.cc | Diff File | ||
| mod - core/src/filed/accurate.cc | Diff File | ||
| mod - core/src/filed/backup.cc | Diff File | ||
| mod - core/src/filed/estimate.cc | Diff File | ||
| mod - core/src/filed/fd_plugins.cc | Diff File | ||
| mod - core/src/filed/verify.cc | Diff File | ||
| mod - core/src/findlib/find.h | Diff File | ||
| mod - core/src/findlib/find_one.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/bridge_module/plugin_service.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/grpc.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/grpc_impl.cc | Diff File | ||
| mod - core/src/plugins/filed/grpc/proto/plugin.proto | Diff File | ||
| mod - core/src/plugins/filed/grpc/test_module/plugin_service.cc | Diff File | ||
| mod - core/src/tools/btestls.cc | Diff File | ||
| mod - systemtests/scripts/start_bareos.sh | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/functions | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/test-setup | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/testrunner-duplicate-files | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/testrunner-file-miscount | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/functions | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/test-setup | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/testrunner-duplicate-files | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/testrunner-file-miscount | Diff File | ||
| mod - systemtests/tests/admin-job/environment.local | Diff File | ||
| mod - systemtests/tests/admin-job/test-setup | Diff File | ||
| mod - systemtests/tests/admin-job/testrunner-truncate | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/test-setup | Diff File | ||
| mod - systemtests/tests/auto-grpc/functions | Diff File | ||
| mod - systemtests/tests/auto-grpc/test-setup | Diff File | ||
| mod - systemtests/tests/auto-grpc/testrunner-grpc-to-python | Diff File | ||
| mod - systemtests/tests/auto-grpc/testrunner-python-to-grpc | Diff File | ||
| mod - systemtests/tests/autochanger/test-setup | Diff File | ||
| mod - systemtests/tests/bareos-basic/test-setup | Diff File | ||
| mod - systemtests/tests/checkpoints/test-setup | Diff File | ||
| mod - systemtests/tests/dedupable/functions | Diff File | ||
| mod - systemtests/tests/dedupable/test-setup | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-full-restore | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-purge-truncate | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-restore-dir | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-restore-file | Diff File | ||
| mod - systemtests/tests/dedupestimate/functions | Diff File | ||
| mod - systemtests/tests/dedupestimate/test-setup | Diff File | ||
| mod - systemtests/tests/dedupestimate/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/dedupestimate/testrunner-do-estimation | Diff File | ||
| mod - systemtests/tests/file-autochanger/test-setup | Diff File | ||
| mod - systemtests/tests/file-count-regression/functions | Diff File | ||
| mod - systemtests/tests/file-count-regression/test-setup | Diff File | ||
| mod - systemtests/tests/file-count-regression/testrunner-check-regression | Diff File | ||
| mod - systemtests/tests/fileindex-overflow/functions | Diff File | ||
| mod - systemtests/tests/fileindex-overflow/test-setup | Diff File | ||
| mod - systemtests/tests/fileindex-overflow/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/grpc-fd/functions | Diff File | ||
| mod - systemtests/tests/grpc-fd/test-setup | Diff File | ||
| mod - systemtests/tests/grpc-fd/testrunner-python-backup | Diff File | ||
| mod - systemtests/tests/grpc-fd/testrunner-python-io-in-core | Diff File | ||
| mod - systemtests/tests/grpc-fd/testrunner-test-backup | Diff File | ||
| mod - systemtests/tests/heartbeat-interval/functions | Diff File | ||
| mod - systemtests/tests/heartbeat-interval/testrunner-check | Diff File | ||
| mod - systemtests/tests/ignoreduplicatecheck/test-setup | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/test-setup | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-01-create-backup | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-02-restore-backup | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-03-copy-local | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-04-restore-local-copy | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-05-migrate-remote | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-06-restore-remote-migration | Diff File | ||
| mod - systemtests/tests/mssqlvdi-plugin/test-setup | Diff File | ||
| mod - systemtests/tests/multiple-clients/test-setup | Diff File | ||
| mod - systemtests/tests/parallel-jobs/test-setup | Diff File | ||
| mod - systemtests/tests/py3plug-fd-ldap/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
| mod - systemtests/tests/py3plug-fd-ldap/testdata.py | Diff File | ||
| mod - systemtests/tests/py3plug-fd-ldap/testrunner-backup | Diff File | ||
| mod - systemtests/tests/py3plug-fd-libcloud/test-setup | Diff File | ||
| add - systemtests/tests/py3plug-fd-local-fileset-basic/environment.local | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/test-setup | Diff File | ||
| add - systemtests/tests/py3plug-fd-local-fileset-basic/testrunner-accurate | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/testrunner-basic | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/testrunner-io_in_core | Diff File | ||
| rm - systemtests/tests/py3plug-fd-vmware/python-modules/BareosFdPluginVMware.py | Diff File | ||
| mod - systemtests/tests/python-pam/testrunner | Diff File | ||
| mod - systemtests/tests/restore/functions | Diff File | ||
| mod - systemtests/tests/restore/test-setup | Diff File | ||
| mod - systemtests/tests/restore/testrunner-archive-full-restore | Diff File | ||
| mod - systemtests/tests/restore/testrunner-archive-restore-dir | Diff File | ||
| mod - systemtests/tests/restore/testrunner-archive-restore-file | Diff File | ||
| mod - systemtests/tests/restore/testrunner-check-hints | Diff File | ||
| mod - systemtests/tests/restore/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/restore/testrunner-error-full-restore | Diff File | ||
| mod - systemtests/tests/restore/testrunner-full-restore | Diff File | ||
| mod - systemtests/tests/restore/testrunner-multi | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-dir | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-file | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-fileregex | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-old-archive | Diff File | ||
| mod - systemtests/tests/scheduler/test-setup | Diff File | ||
|
master 225fe366 2025-09-29 10:25 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 7d6ca9ce 2025-09-29 08:11 Sebastian Sura Ported: N/A Details Diff |
filed: rename link member of findfilespacket | ||
| mod - core/src/filed/accurate.cc | Diff File | ||
| mod - core/src/filed/backup.cc | Diff File | ||
| mod - core/src/filed/estimate.cc | Diff File | ||
| mod - core/src/filed/fd_plugins.cc | Diff File | ||
| mod - core/src/filed/verify.cc | Diff File | ||
| mod - core/src/findlib/find.h | Diff File | ||
| mod - core/src/findlib/find_one.cc | Diff File | ||
| mod - core/src/tools/btestls.cc | Diff File | ||
|
master dfa310c3 2025-09-29 08:08 Sebastian Sura Ported: N/A Details Diff |
systemtests: remove dead link | ||
| rm - systemtests/tests/py3plug-fd-vmware/python-modules/BareosFdPluginVMware.py | Diff File | ||
|
master 033455eb 2025-09-29 07:43 Sebastian Sura Ported: N/A Details Diff |
systemtests: rename log_home -> runner_tmp | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/functions | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/testrunner-duplicate-files | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/testrunner-file-miscount | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/functions | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/testrunner-duplicate-files | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/testrunner-file-miscount | Diff File | ||
| mod - systemtests/tests/admin-job/environment.local | Diff File | ||
| mod - systemtests/tests/admin-job/testrunner-truncate | Diff File | ||
| mod - systemtests/tests/auto-grpc/functions | Diff File | ||
| mod - systemtests/tests/auto-grpc/testrunner-grpc-to-python | Diff File | ||
| mod - systemtests/tests/auto-grpc/testrunner-python-to-grpc | Diff File | ||
| mod - systemtests/tests/dedupable/functions | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-full-restore | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-purge-truncate | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-restore-dir | Diff File | ||
| mod - systemtests/tests/dedupable/testrunner-restore-file | Diff File | ||
| mod - systemtests/tests/dedupestimate/functions | Diff File | ||
| mod - systemtests/tests/dedupestimate/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/dedupestimate/testrunner-do-estimation | Diff File | ||
| mod - systemtests/tests/file-count-regression/functions | Diff File | ||
| mod - systemtests/tests/file-count-regression/testrunner-check-regression | Diff File | ||
| mod - systemtests/tests/fileindex-overflow/functions | Diff File | ||
| mod - systemtests/tests/fileindex-overflow/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/grpc-fd/functions | Diff File | ||
| mod - systemtests/tests/grpc-fd/testrunner-python-backup | Diff File | ||
| mod - systemtests/tests/grpc-fd/testrunner-python-io-in-core | Diff File | ||
| mod - systemtests/tests/grpc-fd/testrunner-test-backup | Diff File | ||
| mod - systemtests/tests/heartbeat-interval/functions | Diff File | ||
| mod - systemtests/tests/heartbeat-interval/testrunner-check | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-01-create-backup | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-02-restore-backup | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-03-copy-local | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-04-restore-local-copy | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-05-migrate-remote | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/testrunner-06-restore-remote-migration | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/environment.local | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/testrunner-accurate | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/testrunner-basic | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/testrunner-io_in_core | Diff File | ||
| mod - systemtests/tests/restore/functions | Diff File | ||
| mod - systemtests/tests/restore/testrunner-archive-full-restore | Diff File | ||
| mod - systemtests/tests/restore/testrunner-archive-restore-dir | Diff File | ||
| mod - systemtests/tests/restore/testrunner-archive-restore-file | Diff File | ||
| mod - systemtests/tests/restore/testrunner-check-hints | Diff File | ||
| mod - systemtests/tests/restore/testrunner-create-backup | Diff File | ||
| mod - systemtests/tests/restore/testrunner-error-full-restore | Diff File | ||
| mod - systemtests/tests/restore/testrunner-full-restore | Diff File | ||
| mod - systemtests/tests/restore/testrunner-multi | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-dir | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-file | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-fileregex | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-old-archive | Diff File | ||
| mod - systemtests/tests/tls-suites/functions | Diff File | ||
|
master 5febb0a3 2025-09-29 07:35 Sebastian Sura Ported: N/A Details Diff |
systemtests: reword comment | ||
| mod - systemtests/scripts/start_bareos.sh | Diff File | ||
| mod - systemtests/tests/accurate-lmdb-stresstest/test-setup | Diff File | ||
| mod - systemtests/tests/accurate-stresstest/test-setup | Diff File | ||
| mod - systemtests/tests/admin-job/test-setup | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/test-setup | Diff File | ||
| mod - systemtests/tests/auto-grpc/test-setup | Diff File | ||
| mod - systemtests/tests/autochanger/test-setup | Diff File | ||
| mod - systemtests/tests/bareos-basic/test-setup | Diff File | ||
| mod - systemtests/tests/checkpoints/test-setup | Diff File | ||
| mod - systemtests/tests/dedupable/test-setup | Diff File | ||
| mod - systemtests/tests/dedupestimate/test-setup | Diff File | ||
| mod - systemtests/tests/file-autochanger/test-setup | Diff File | ||
| mod - systemtests/tests/file-count-regression/test-setup | Diff File | ||
| mod - systemtests/tests/fileindex-overflow/test-setup | Diff File | ||
| mod - systemtests/tests/grpc-fd/test-setup | Diff File | ||
| mod - systemtests/tests/ignoreduplicatecheck/test-setup | Diff File | ||
| mod - systemtests/tests/just-in-time-reservation/test-setup | Diff File | ||
| mod - systemtests/tests/mssqlvdi-plugin/test-setup | Diff File | ||
| mod - systemtests/tests/multiple-clients/test-setup | Diff File | ||
| mod - systemtests/tests/parallel-jobs/test-setup | Diff File | ||
| mod - systemtests/tests/py3plug-fd-libcloud/test-setup | Diff File | ||
| mod - systemtests/tests/py3plug-fd-local-fileset-basic/test-setup | Diff File | ||
| mod - systemtests/tests/python-pam/testrunner | Diff File | ||
| mod - systemtests/tests/restore/test-setup | Diff File | ||
| mod - systemtests/tests/scheduler/test-setup | Diff File | ||
| mod - systemtests/tests/sd-volume-limit/test-setup | Diff File | ||
| mod - systemtests/tests/stresstest/test-setup | Diff File | ||
| mod - systemtests/tests/strippath/test-setup | Diff File | ||
| mod - systemtests/tests/tls-suites/test-setup | Diff File | ||
| mod - systemtests/tests/virtualfull-deletedfiles/test-setup | Diff File | ||
|
master d16670f3 2025-09-27 08:51 mahdishir Committer: Bareos Bot Ported: N/A Details Diff |
Update README.md correct backend init command |
||
| mod - restapi/README.md | Diff File | ||