Changesets: bareos

master 7de4a160

2025-08-15 18:02

stephand

Ported: N/A

Details Diff
VMWare Plugin: Fix VirtualSerialPort

The VMware Plugin can now save and recreate VMs with VirtualSerialPort
devices.

This commit also contains documentation changes about the VDDK Version
which was updated to 9.0 and some improvements about the installation
of required Python modules.
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc Diff File

master 37cc468b

2025-08-13 14:45

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2341

VMware Plugin: Adapt to pyVmomi 9
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master b2f4cdcd

2025-08-13 14:44

Bareos Bot

Ported: N/A

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

master 01883537

2025-08-13 12:37

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
requested changes PR #2341
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master 64dec3f9

2025-08-12 10:28

bruno-at-bareos

Ported: N/A

Details Diff
use .sql for checking file existence

- Deleted files always have a fileindex of 0, where as non deleted
files always have a fileindex > 0. We use .sql command to retrieve
the information simpler than .bvfs_ commands.
- Add comments following review suggestions.
- Fix copyright range
mod - systemtests/tests/always-incremental-consolidate/testrunner-05-consolidate-deleted-file Diff File

master 7ce95e2f

2025-08-12 09:30

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
grpc: introduce bco::FileType::RestoreObject
mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.cc Diff File
mod - core/src/plugins/filed/grpc/proto/common.proto Diff File

master 5933a276

2025-08-08 21:34

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
VMware Plugin: Adapt to pyVmomi 9

The import of the VmomiJSONEncoder was changed in pyVmomi9, this change
adapts the Bareos VMware plugin so that it works with both the new and
the old pyVmomi versions.
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master 71c8ce5d

2025-08-08 18:45

slederer


Committer: Bareos Bot

Ported: N/A

Details Diff
webui: add summary subscription report

Fixes #2136: webui: get "status subscription" without details

Adds a new button to the subscription view to download a summary
subscription report in JSON format that does not contain hostnames.
mod - webui/module/Director/src/Director/Controller/DirectorController.php Diff File
mod - webui/module/Director/view/director/director/subscription.phtml Diff File

master 9aa472f6

2025-08-07 13:05

Sebastian Sura

Ported: N/A

Details Diff
bridge-module: add some debug info & save string
mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.cc Diff File

master 6ff48f1b

2025-08-07 12:47

Sebastian Sura

Ported: N/A

Details Diff
bridge-module: fix not handling option handlers
mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.cc Diff File

master cb375600

2025-08-07 08:11

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2332

systemtests: add config-default test
mod - CHANGELOG.md Diff File
mod - core/src/qt-tray-monitor/monitoritemthread.cc Diff File
mod - core/src/qt-tray-monitor/monitoritemthread.h Diff File
mod - core/src/qt-tray-monitor/tray-monitor.cc Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/scripts/functions Diff File
mod - systemtests/tests/CMakeLists.txt Diff File
add - systemtests/tests/config-default/CMakeLists.txt Diff File
add - systemtests/tests/config-default/testrunner Diff File

master ef9e651b

2025-08-07 08:11

Bareos Bot

Ported: N/A

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

master ae3886e1

2025-08-06 14:54

bruno-at-bareos


Committer: Sebastian Sura

Ported: N/A

Details Diff
systemtests: scripts introduce SKIP_BAREOS_STATUS variable
mod - systemtests/scripts/functions Diff File

master 008cecab

2025-08-06 12:48

Sebastian Sura

Ported: N/A

Details Diff
tray-monitor: dont create gui to test config
mod - core/src/qt-tray-monitor/monitoritemthread.cc Diff File
mod - core/src/qt-tray-monitor/monitoritemthread.h Diff File
mod - core/src/qt-tray-monitor/tray-monitor.cc Diff File

master 938e4596

2025-08-04 15:45

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2328

doc: add views & functions to developer catalog service chapter
mod - CHANGELOG.md 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 - docs/manuals/source/DeveloperGuide/catalog.rst Diff File
mod - docs/manuals/source/DeveloperGuide/catalog/schema_bareos_postgresql.puml Diff File

master 432d554d

2025-08-04 15:44

Bareos Bot

Ported: N/A

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

master ae07261c

2025-08-04 14:45

Sebastian Sura

Ported: N/A

Details Diff
grpc: filter incoming events

Plugins should only receive events that they registered for. So we
need to make sure we respect that even for early events.
mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.cc Diff File

master 84d7f240

2025-08-04 08:30

Sebastian Sura

Ported: N/A

Details Diff
ua-output: fix crash
mod - core/src/dird/ua_output.cc Diff File

master 521f5cc8

2025-07-30 18:26

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2207

stored: add new volume status 'Unlabeled'
mod - CHANGELOG.md Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.database-postgresql Diff File
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/ddl/creates/postgresql.sql Diff File
add - core/src/cats/ddl/updates/postgresql.2240_2250.sql Diff File
mod - core/src/cats/ddl/versions.map.in Diff File
mod - core/src/cats/sql_find.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/next_vol.cc Diff File
mod - core/src/dird/ua_db.cc Diff File
mod - core/src/dird/ua_label.cc Diff File
mod - core/src/stored/askdir.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - docs/manuals/source/DeveloperGuide/catalog.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/UsingTapeDrivesWithoutAutochanger.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/VolumeManagement.rst Diff File

master db07b0bb

2025-07-30 18:26

Bareos Bot

Ported: N/A

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

master 612ae3eb

2025-07-29 15:09

arogge

Ported: N/A

Details Diff
apply bareos-check-sources
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/next_vol.cc Diff File
mod - core/src/dird/ua_db.cc Diff File
mod - core/src/dird/ua_label.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File

master 5fe923e1

2025-07-25 11:17

Sebastian Sura

Ported: N/A

Details Diff
grpc: fix crash

nullptr RestoreObjects are sent to every plugin, which will grpc to
try to pass them to its child, even if it does not exist.

Now these events are simply cached, so that the child can take care of
them when it gets initialized.

We should probably just drop these, as they dont really matter and
might just confuse the plugin...
mod - core/src/plugins/filed/grpc/grpc.cc Diff File

master 2f72360c

2025-07-25 11:12

Sebastian Sura

Ported: N/A

Details Diff
file-autochanger: fix not testing anything
mod - systemtests/tests/file-autochanger/testrunner-swapdev Diff File

master 38c68b7b

2025-07-25 09:48

Sebastian Sura

Ported: N/A

Details Diff
ua-select: fix not ignoring all keywords
mod - core/src/dird/ua_select.cc Diff File

master 0542ecf8

2025-07-25 08:45

Sebastian Sura

Ported: N/A

Details Diff
res: fix not properly storing plugin names

If you did not quote your plugin names, they were getting parsed as
identifiers, which the function did not accept. As such we just force
strings during the parsing, which should fix this issue.
mod - core/src/lib/res.cc Diff File
 First  Prev  1 2 3 4 5 6 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 679 680 681  Next  Last