Changesets: bareos

master f92bc37c

2024-12-01 15:02

pstorz

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

pstorz


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

pstorz

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

arogge

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

bruno-at-bareos

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

pstorz


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

bruno-at-bareos


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

bruno-at-bareos


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

bruno-at-bareos


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

bruno-at-bareos


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

master a5ebe404

2024-11-25 15:19

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
add deprecated tag to PRE_LABEL
mod - docs/manuals/source/DeveloperGuide/mediaformat.rst Diff File

master 5c08de2e

2024-11-22 17:45

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
macos: update build environment

The runner for building macos packages has been updated
from macos-12 to macos-13, both intel.
mod - .github/workflows/build-macos.yml Diff File

master e54224ff

2024-11-22 12:03

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2031

bareosfd_test.py: allow a delta of 1.1
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/test/bareosfd_test.py Diff File

master 3ad0e19a

2024-11-22 12:03

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 1dda81af

2024-11-22 10:18

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2029

dedupable device: fix example files
mod - CHANGELOG.md Diff File
mod - core/platforms/packaging/bareos.spec Diff File
add - core/src/stored/backends/dedupable_device.d/bareos-dir.d/storage/Dedupable.conf.example.in Diff File
rm - core/src/stored/backends/dedupable_device.d/bareos-dir.d/storage/dedup.conf.example Diff File
mod - debian/bareos-storage-dedupable.install.in Diff File

master e9cd235d

2024-11-22 10:18

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 65e33694

2024-11-21 09:14

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
dedupable example files: fix packaging
mod - core/platforms/packaging/bareos.spec Diff File
mod - debian/bareos-storage-dedupable.install.in Diff File

master 12624050

2024-11-20 21:02

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1938

dird: fix mark command not accepting full windows paths
mod - CHANGELOG.md Diff File
mod - CMakeLists.txt Diff File
mod - core/CMakeLists.txt Diff File
mod - core/src/benchmarks/restore_browser_stress_test.cc Diff File
mod - core/src/cats/grant_bareos_privileges.in Diff File
mod - core/src/cats/make_bareos_tables.in Diff File
mod - core/src/cats/update_bareos_tables.in Diff File
mod - core/src/console/CMakeLists.txt Diff File
mod - core/src/console/console.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/dird/ua.h Diff File
mod - core/src/dird/ua_output.cc Diff File
mod - core/src/dird/ua_output.h 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_tree.cc Diff File
mod - core/src/filed/filed.cc Diff File
mod - core/src/findlib/create_file.cc Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/attr.cc Diff File
mod - core/src/lib/btimers.h Diff File
mod - core/src/lib/crypto_openssl.cc Diff File
mod - core/src/lib/crypto_openssl.h Diff File
mod - core/src/lib/lex.cc Diff File
rm - core/src/lib/timer_thread.cc Diff File
rm - core/src/lib/timer_thread.h Diff File
mod - core/src/lib/tree.cc Diff File
mod - core/src/lib/tree.h Diff File
mod - core/src/lib/util.h Diff File
rm - core/src/lib/watchdog_timer.cc Diff File
rm - core/src/lib/watchdog_timer.h Diff File
mod - core/src/stored/stored.cc Diff File
mod - core/src/tests/CMakeLists.txt Diff File
mod - core/src/tests/globbing_test.cc Diff File
mod - core/src/tests/statefile.cc Diff File
mod - core/src/tests/test_path_conversion.cc Diff File
rm - core/src/tests/timer_thread.cc Diff File
rm - core/src/tests/watchdog_timer.cc Diff File
mod - core/src/win32/compat/compat.cc Diff File
mod - core/src/win32/compat/glob.cc Diff File
mod - core/src/win32/compat/include/compat.h Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/scripts/cleanup Diff File
mod - systemtests/scripts/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/testrunner-duplicate-files Diff File
mod - systemtests/tests/accurate-stresstest/testrunner-file-miscount Diff File
mod - systemtests/tests/acl/testrunner Diff File
mod - systemtests/tests/always-incremental-consolidate/CMakeLists.txt Diff File
mod - systemtests/tests/always-incremental-consolidate/testrunner-02-empty-incrementals Diff File
mod - systemtests/tests/bareos-basic/testrunner-bls-autoxflate Diff File
mod - systemtests/tests/bareos-basic/testrunner-filesettext-is-updated Diff File
mod - systemtests/tests/bareos-basic/testrunner-hardlinks Diff File
mod - systemtests/tests/bareos-basic/testrunner-rerun-jobs Diff File
mod - systemtests/tests/bareos-basic/testrunner-run-non-existing-jobid Diff File
mod - systemtests/tests/bareos-basic/testrunner-simple-backup-and-restore Diff File
mod - systemtests/tests/bareos-basic/testrunner-status-subscriptions Diff File
mod - systemtests/tests/bareos-basic/testrunner-test-make-catalog-backup Diff File
mod - systemtests/tests/bareos-basic/testrunner-very-long-job-names Diff File
mod - systemtests/tests/bareos-concurrency/test-concurrency-common Diff File
mod - systemtests/tests/bconsole-basic/testrunner-dotjobstatus Diff File
mod - systemtests/tests/bconsole-basic/testrunner-status-client Diff File
mod - systemtests/tests/bconsole-pam/testrunner Diff File
mod - systemtests/tests/bscan-bextract-bls-bcopy/testrunner 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
mod - systemtests/tests/chflags/testrunner Diff File
mod - systemtests/tests/client-initiated/testrunner Diff File
mod - systemtests/tests/copy-archive-job/testrunner Diff File
mod - systemtests/tests/copy-migrate/testrunner-01-backup Diff File
mod - systemtests/tests/copy-migrate/testrunner-02-copy Diff File
mod - systemtests/tests/copy-migrate/testrunner-03-impossible-copy Diff File
mod - systemtests/tests/copy-migrate/testrunner-04-bscan Diff File
mod - systemtests/tests/copy-migrate/testrunner-05-migrate Diff File
mod - systemtests/tests/copy-remote-bscan/testrunner Diff File
mod - systemtests/tests/dedupable/CMakeLists.txt 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-restore-dir Diff File
mod - systemtests/tests/dedupable/testrunner-restore-file Diff File
mod - systemtests/tests/dedupestimate/testrunner-create-backup Diff File
mod - systemtests/tests/droplet-s3/testrunner Diff File
mod - systemtests/tests/encrypt-signature-no-tls/testrunner Diff File
mod - systemtests/tests/encrypt-signature-tls-cert/testrunner Diff File
mod - systemtests/tests/file-count-regression/testrunner-check-regression Diff File
mod - systemtests/tests/gfapi-fd/testrunner Diff File
mod - systemtests/tests/glusterfs-backend/testrunner Diff File
mod - systemtests/tests/heartbeat-interval/testrunner-check Diff File
mod - systemtests/tests/ignoreduplicatecheck/CMakeLists.txt Diff File
mod - systemtests/tests/ignoreduplicatecheck/testrunner-consolidate Diff File
mod - systemtests/tests/ignoreduplicatecheck/testrunner-copy Diff File
mod - systemtests/tests/ignoreduplicatecheck/testrunner-create-backups Diff File

master bf88e3fc

2024-11-20 21:02

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 0c9ef785

2024-11-20 17:02

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2027

docs: fixed typo in the filedaemon service name
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File

master 42560954

2024-11-20 17:02

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 29729391

2024-11-20 13:34

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
dedupable device: fix example files
add - core/src/stored/backends/dedupable_device.d/bareos-dir.d/storage/Dedupable.conf.example.in Diff File
rm - core/src/stored/backends/dedupable_device.d/bareos-dir.d/storage/dedup.conf.example Diff File

master 91ff3b15

2024-11-20 06:46

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: add grpc-fd documentation
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins.rst.inc Diff File
add - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/GrpcPlugin.rst.inc Diff File
 First  Prev  1 2 3 ... 17 18 19 20 21 22 23 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 665 666 667  Next  Last