Changesets: bareos
master 24cab2dd 2023-11-06 09:59 Sebastian Sura Ported: N/A Details Diff |
backup: propagate read errors correctly | ||
mod - core/src/filed/backup.cc | Diff File | ||
master 74453df0 2023-11-06 08:34 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
ua_cmds: update restore command help text | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
master 89e2dca3 2023-11-06 08:34 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
docs: document fileregex parameter | ||
mod - docs/manuals/source/TasksAndConcepts/TheRestoreCommand.rst | Diff File | ||
master 724090aa 2023-11-06 08:34 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: add RestoreDirectory variable | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
mod - systemtests/tests/restore/testrunner-restore-fileregex | Diff File | ||
master 5a6cffd9 2023-11-06 08:34 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
restore: add fileregex parameter to restore command | ||
mod - core/src/dird/ua_restore.cc | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
mod - systemtests/tests/restore/CMakeLists.txt | Diff File | ||
add - systemtests/tests/restore/testrunner-restore-fileregex | Diff File | ||
master edd1b8ec 2023-11-06 07:24 Sebastian Sura Ported: N/A Details Diff |
refactor: apply bareos-check-sources | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - core/src/filed/status.cc | Diff File | ||
mod - core/src/include/jcr.h | Diff File | ||
mod - core/src/lib/jcr.cc | Diff File | ||
mod - core/src/lib/network_order.h | Diff File | ||
mod - core/src/stored/status.cc | Diff File | ||
master 4231fbda 2023-11-03 15:22 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001572 github actions: update/fix publish to PyPI workflows |
||
add - .github/workflows/publish-python-packages-to-pypi.yml | Diff File | ||
rm - .github/workflows/publish_python-bareos_to_pypi.yml | Diff File | ||
rm - .github/workflows/publish_python-bareos_to_test-pypi.yml | Diff File | ||
rm - .github/workflows/publish_restapi_to_pypi.yml | Diff File | ||
rm - .github/workflows/publish_restapi_to_test-pypi.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - python-bareos/setup.py | Diff File | ||
mod - restapi/setup.py | Diff File | ||
master 113a462a 2023-11-03 15:22 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master be1525c3 2023-11-03 12:29 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001578 catreq.cc: suppress missing batch con warning |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/catreq.cc | Diff File | ||
master 449482a9 2023-11-03 12:29 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c5f67662 2023-11-02 15:30 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001583 python-bareos: add timeout setting when connecting to the director. |
||
mod - CHANGELOG.md | Diff File | ||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
master 9e8b5d53 2023-11-02 15:30 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 86deb1a2 2023-11-02 12:42 Committer: Bareos Bot Ported: N/A Details Diff |
catreq.cc: debug message added for no db_batch condition | ||
mod - core/src/dird/catreq.cc | Diff File | ||
master b60d6da4 2023-11-02 12:30 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001582 build: disable building for Windows 32-bit |
||
mod - .gitignore | Diff File | ||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
master 4e988555 2023-11-02 12:30 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 7d207ca4 2023-11-02 12:27 Committer: Bareos Bot Ported: N/A Details Diff |
python-bareos: improve timeout parameter | ||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
master deacafcc 2023-11-02 12:16 Committer: Bareos Bot Ported: N/A Details Diff |
bareos-check-sources | ||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
master d61d7f32 2023-11-01 09:36 tuxmaster5000 Committer: Bareos Bot Ported: N/A Details Diff |
Add timeout setting when connecting to the director. | ||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
master 8d771ec9 2023-10-31 11:56 Ported: N/A Details Diff |
.gitignore: ignore config files for ktls tests | ||
mod - .gitignore | Diff File | ||
master 178536ef 2023-10-31 11:46 Ported: N/A Details Diff |
matrix.yml: remove 32Bit windows Windows 10 32Bit will be EOL on 14-Oct-2025. By that time, Bareos 22 will be still supported, so users requiring 32Bit windows clients will be able to use Bareos 22 windows packages. Beginning with Bareos 23, we will not build 32Bit windows packages. |
||
mod - .matrix.yml | Diff File | ||
master cab4ac66 2023-10-30 18:13 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001541 bareos-fd-plugin: new python PostgreSQL |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/findlib/find.cc | Diff File | ||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py | Diff File | ||
mod - core/src/plugins/filed/python/module/bareosfd.cc | Diff File | ||
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py | Diff File | ||
add - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File | ||
mod - core/src/plugins/filed/python/python-fd.cc | Diff File | ||
mod - debian/bareos-filedaemon-postgresql-python-plugin.install.in | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PerconaXtraBackupPlugin.rst.inc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PostgreSQLPlugin.rst.inc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
mod - systemtests/scripts/cleanup | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-libcloud/testrunner | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgres/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgres/testrunner-default | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgres/testrunner-roles | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/CMakeLists.txt | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/database/make_cluster_activity.sql | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestRole.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestTablespace.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/testrunner-default | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/testrunner-roles | Diff File | ||
add - systemtests/tests/py3plug-fd-postgresql/testrunner-tablespace | Diff File | ||
master ae2a24a7 2023-10-30 18:13 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c2dcace4 2023-10-30 17:21 Ported: N/A Details Diff |
docs: jobdefs warn about runscript | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-JobDefs.rst.inc | Diff File | ||
master 29a8782d 2023-10-30 17:20 Ported: N/A Details Diff |
docs: droplet backend add limitation, fix sample profile - remove comment from .profile example - add limitation section about comments in profile - add limitation section about the 9999 limit of chunks Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
master 4433e5f0 2023-10-30 16:19 Committer: Bareos Bot Ported: N/A Details Diff |
ua_run: remove commented code about L_BASE jobs | ||
mod - core/src/dird/ua_run.cc | Diff File |