Changesets: bareos

master 3fb2b640

2025-08-19 18:10

Bareos Bot

Ported: N/A

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

master da4f83c9

2025-08-19 15:59

stephand

Ported: N/A

Details Diff
VMware Plugin: Requested changes for PR #2344

Requested changes for PR #2344 and a few more suggested by pylint.
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master f454be20

2025-08-19 14:52

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
bpipe-fd: fix usage of date on freebsd

freebsds date uses different format specifiers.
mod - systemtests/tests/bpipe-fd/testrunner-environment-variables Diff File

master 98406458

2025-08-19 13:50

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
bpipe-fd: set sincetime and verify in environment
mod - systemtests/tests/bpipe-fd/testrunner-environment-variables Diff File

master 3aff2af4

2025-08-18 17:02

stephand

Ported: N/A

Details Diff
VMware Plugin: NVRAM backup/restore timeouts

The connection timeout the read/write timeout when backing up or
restoring the NVRAM file are configurable now, also appropriate
default values are used.
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 e87e36ac

2025-08-18 14:16

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
bpipe-fd: cleanup small issues

- remove comments from config
- fix date in cmake list
- added incremental backup run
- write to individual files for Full and Inc
- do not read backup environment vars from restored data but
from immediately written files
- verify plausibility of BareosSinceTime
- write to std log file names to be able to use check_two_logs()
mod - systemtests/tests/bpipe-fd/CMakeLists.txt Diff File
mod - systemtests/tests/bpipe-fd/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in Diff File
mod - systemtests/tests/bpipe-fd/readprogram Diff File
mod - systemtests/tests/bpipe-fd/testrunner-environment-variables Diff File
mod - systemtests/tests/bpipe-fd/writeprogram Diff File

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 e8194b29

2025-08-13 11:00

bruno-at-bareos


Committer: Sebastian Sura

Ported: N/A

Details Diff
cats: subscription fix filer classification

Due to a missing % in the meta searched pattern, filer classification
was incomplete.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/cats/ddl/creates/postgresql.sql Diff File
mod - core/src/cats/ddl/updates/postgresql.2240_2250.sql 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 b2735dee

2025-08-08 07:57

Sebastian Sura


Committer: joergs

Ported: N/A

Details Diff
scripts: allow empty user/groups in systemtests
mod - core/scripts/bareos-ctl-dir.in Diff File
mod - core/scripts/bareos-ctl-fd.in Diff File
mod - core/scripts/bareos-ctl-sd.in Diff File
mod - systemtests/environment.in Diff File

master a5aa8f3f

2025-08-07 14:24

Sebastian Sura

Ported: N/A

Details Diff
debian-rules: fix extra )
mod - debian/rules 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 6574253f

2025-08-07 11:23

joergs

Ported: N/A

Details Diff
cmake: include BareosSetVariableDefaults on top level
mod - CMakeLists.txt Diff File
mod - cmake/BareosSetVariableDefaults.cmake Diff File
mod - contrib/CMakeLists.txt Diff File
mod - core/CMakeLists.txt Diff File
mod - systemtests/environment.in Diff File
mod - webui/CMakeLists.txt Diff File

master 35d27ac0

2025-08-07 11:15

joergs

Ported: N/A

Details Diff
move webui profiles to bareos-dir package
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.director Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/platforms/win32/winbareos-native.nsi Diff File
mod - core/platforms/win32/winbareos.nsi Diff File
mod - debian/bareos-director.install.in Diff File
mod - debian/bareos-webui.install.in Diff File
mod - webui/CMakeLists.txt Diff File

master cb71e5fa

2025-08-07 09:17

Sebastian Sura

Ported: N/A

Details Diff
systemtests: add warning for long paths
mod - systemtests/cmake/BareosSystemtestFunctions.cmake 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
 First  Prev  1 2 3 4 5 6 7 8 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 682 683 684  Next  Last