Changesets: bareos
master 79551e43 2024-12-04 20:20 Ported: N/A Details Diff |
docs: add Dplcompat documentation | ||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
add - docs/manuals/source/TasksAndConcepts/StorageBackends/Dplcompat.rst.inc | Diff File | ||
master 8b0ca082 2024-12-04 20:20 Ported: N/A Details Diff |
docs: move Droplet documentation to include-file | ||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
add - docs/manuals/source/TasksAndConcepts/StorageBackends/Droplet.rst.inc | Diff File | ||
master 00a1d99c 2024-12-03 23:46 Ported: N/A Details Diff |
dplcompat: add configuration examples | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-dplcompat | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
add - core/src/stored/backends/dplcompat_device.d/bareos-dir.d/storage/dplcompat.conf.example | Diff File | ||
add - core/src/stored/backends/dplcompat_device.d/bareos-sd.d/device/dplcompat.conf.example | Diff File | ||
mod - debian/bareos-storage-dplcompat.install.in | Diff File | ||
master 49b6297d 2024-12-03 21:17 Ported: N/A Details Diff |
dplcompat: use distinct debug-levels This changes the debug levels for dplcompat and crud_storage so we can get better logs as follows: dplcompat informational: 100 crud_storage informational: 110 dplcompat tracing: 120 crud_storage tracing: 130 |
||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
mod - core/src/stored/backends/crud_storage.h | Diff File | ||
mod - core/src/stored/backends/dplcompat_device.cc | Diff File | ||
master 203199f4 2024-12-03 20:06 Ported: N/A Details Diff |
crud_storage: improve BPipeHandle | ||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
master 57ca7c9a 2024-12-03 15:18 Ported: N/A Details Diff |
docs: add description to Scripts Directory option | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
master d9717d63 2024-12-03 14:41 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2035 macos: update build environment |
||
mod - .github/workflows/build-macos.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
master a9dd6429 2024-12-03 14:41 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 4771799e 2024-12-03 13:15 Ported: N/A Details Diff |
crud_storage: change single- to double-quotes in cmdlines For Bpipe on Windows we need double-quoted strings in the cmdline. As our parser that turns strings into argc/argv for Unix handles single- and double-quotes the same, we can just switch to double-quotes. |
||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
master 30de0c9e 2024-12-02 20:58 Ported: N/A Details Diff |
systemtests: provide windows-script for dplcompat test | ||
mod - systemtests/tests/dplcompat/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/dplcompat/etc/bareos/bareos-sd.d/device/dplcompat.conf.in | Diff File | ||
add - systemtests/tests/dplcompat/etc/bareos/localfile-wrapper.cmd | Diff File | ||
master 7604e328 2024-12-02 20:56 Ported: N/A Details Diff |
dplcompat: fix relative-path detection on windows | ||
mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
master cd9393b6 2024-12-02 10:05 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2008 mssql TearDownVdiDevice(): enhance error reporting |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
master 7125d2ab 2024-12-02 10:04 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master f92bc37c 2024-12-01 15:02 Ported: N/A Details Diff |
NDMP_NATIVE: do not call NdmpUpdateStorageMappings | ||
mod - core/src/dird/ndmp_dma_backup_NDMP_NATIVE.cc | Diff File | ||
master 262ac22d 2024-12-01 14:00 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: introduce ndmp-native test | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/ndmp-native/CMakeLists.txt | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/client/ndmp.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/fileset/ndmp.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/job/NDMPRestoreDump.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/job/ndmp-native.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPJob.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPRestoreJob.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/pool/ndmp-tape.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-dir.d/storage/ndmp.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/ndmp-native/testrunner | Diff File | ||
master 66c5a7e1 2024-12-01 13:59 Ported: N/A Details Diff |
systemtests: rename ndmp -> ndmp-bareos | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
master 6f2303ef 2024-11-29 19:22 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2022 stored: explicitly flush after labeling |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/stored/backends/chunked_device.cc | Diff File | ||
mod - core/src/stored/label.cc | Diff File | ||
master 990bc60b 2024-11-29 19:22 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 72fdaafc 2024-11-27 12:21 Ported: N/A Details Diff |
chunked_device: fix bug in ChunkedVolumeSize() While writing to a chunk, a call to ChunkedVolumeSize() would not return the correct size, as it got the size by either looking at the upload queue or asking the backend storage. The patch adds a third option: if the current chunk has been written, its last offset represents the end of the volume. |
||
mod - core/src/stored/backends/chunked_device.cc | Diff File | ||
master c063bcd9 2024-11-27 10:39 Ported: N/A Details Diff |
cmake: fix MARIADB_MYSQL_INSTALL_DB_SCRIPT usage - split the variable to be db specific we now have MYSQL_INSTALL_DB_SCRIPT for mysql installation and use MARIADB_INSTALL_DB_SCRIPT pointing to `mariadb-install-db` binary. - replace harcoded binary in mysql.sh script. - adjust mariabackup systemtest to override correctly `MYSQL_` variables. This fix internal issue#94 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/mysql.sh | Diff File | ||
mod - systemtests/tests/py3plug-fd-mariabackup/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-mariabackup/testrunner-default | Diff File | ||
master e82f6edf 2024-11-26 16:10 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: automatically create grpc tests Whenever we add a py3plug test we now also automatically create a py3grpc test that does the exact same thing, except it uses the grpc plugin instead of using the python plugin directly. |
||
mod - cmake/BareosConfigureFile.cmake | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-dir/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-dir/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/CancelFileset.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginCheckChanges.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginConfigTestBothFiles.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginConfigTestDefaultsFile.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginConfigTestNoFile.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginConfigTestOverridesFile.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginSinceTime.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-bareos_tasks_mysql/etc/bareos/bareos-dir.d/fileset/bareos_mysql_dump.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-bareos_tasks_mysql/etc/bareos/bareos-dir.d/fileset/bareos_tasks_mysql.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-bareos_tasks_mysql/testrunner | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-mysql_dump/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-contrib-mysql_dump/etc/bareos/bareos-dir.d/fileset/bareos_mysql_dump.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-ldap/etc/bareos/bareos-dir.d/fileset/PluginFailingTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-ldap/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-libcloud/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-libcloud/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-local-fileset-basic/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-local-fileset-basic/etc/bareos/bareos-dir.d/fileset/PluginTest_do_io_in_core.conf.in | 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/py3plug-fd-local-fileset-restoreobject/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-mariabackup/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-mariabackup/etc/bareos/bareos-dir.d/fileset/MariabackupTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-percona-xtrabackup/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-percona-xtrabackup/etc/bareos/bareos-dir.d/fileset/PerconaXtraBackupTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestDebian.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestRole.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestTablespace.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestWalSymlink.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/bareos_tasks_pgsql.conf.in | Diff File | ||
mod - systemtests/tests/py3plug-fd-vmware/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-sd/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-sd/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/PluginOptionsTest.conf.in | Diff File | ||
master 0d3611a6 2024-11-26 15:25 Committer: Bareos Bot Ported: N/A Details Diff |
scripts: add mtx-changer logrotate script In case mtx-changer is used with debug mode, it create a log file in /var/log/bareos/mtx-changer.log` that need to be rotated from time to time. We now deliver a logrotate script for that task. Fix issue#2005 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
add - core/scripts/mtx-logrotate.in | Diff File | ||
mod - debian/bareos-storage-tape.install.in | Diff File | ||
master 5dca3e93 2024-11-26 14:58 Committer: Bareos Bot Ported: N/A Details Diff |
add howto extract Windows Event Log data as text fix internal issue#175 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||
master 67d825e6 2024-11-25 15:32 Committer: Bareos Bot Ported: N/A Details Diff |
add WORM tape support paragraph Fix issue#1976 about missing worm documentation - create worm paragraph - renew indexes syntax Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
master b7373092 2024-11-25 15:20 Committer: Bareos Bot Ported: N/A Details Diff |
adjust joblog output to new sentence about label | ||
mod - docs/manuals/source/IntroductionAndTutorial/Tutorial.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/NdmpBackupsWithBareos.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File |