Changesets: bareos

master c1fc314d

2025-12-04 11:41

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2468

dirconfig: add subscription setting with comment
mod - CHANGELOG.md Diff File
mod - core/src/defaultconfigs/bareos-dir.d/director/bareos-dir.conf.in Diff File

master 429b1314

2025-12-04 11:41

Bareos Bot

Ported: N/A

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

master 37b04abf

2025-12-04 11:28

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
rpm: don't fail, if install log file isn't writable

As our RPM installation handles some complex update scenarios
it write to an install log file.
On some systems, it is not possible to write log files,
because /var is read-only. Specifically this is the case on immutable
systems like Fedora Silverblue. In that case, we write to stdout.

Fix #2465
mod - core/platforms/packaging/bareos-universal-client.spec Diff File
mod - core/platforms/packaging/bareos.spec Diff File

master ae5dd917

2025-12-04 09:59

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2458

webui: make default job list period configurable
mod - CHANGELOG.md Diff File
mod - webui/config/autoload/global.php.in Diff File
mod - webui/install/configuration.ini.in Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - webui/module/Job/src/Job/Controller/JobController.php Diff File
mod - webui/public/js/bootstrap-table-formatter.js Diff File

master 5e7ecdc5

2025-12-04 09:59

Bareos Bot

Ported: N/A

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

master 42e193b1

2025-12-04 07:24

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
fd-plugins: undo always portable change
mod - core/src/filed/fd_plugins.cc Diff File

master 134df154

2025-12-02 18:21

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
dirconfig: add subscription setting with comment
mod - core/src/defaultconfigs/bareos-dir.d/director/bareos-dir.conf.in Diff File

master 7aeb953a

2025-12-02 09:52

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2466

Add 25.0.0 release to CHANGELOG.md
mod - CHANGELOG.md Diff File

master 842cfc26

2025-12-02 09:12

arogge

Ported: N/A

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

master 7e59110a

2025-12-01 18:48

pstorz

Ported: N/A

Details Diff
webui: make joblist default period configurable
mod - webui/config/autoload/global.php.in Diff File
mod - webui/install/configuration.ini.in Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - webui/module/Job/src/Job/Controller/JobController.php Diff File

master 130320f4

2025-11-27 16:42

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: Update VMware Plugin docs
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc Diff File

master c6f1217e

2025-11-27 16:27

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
VMware Plugin: Fix errors if DC not in root folder

In most cases, the DC (datacenter) object is located in the root folder,
but it could also be inside a folder. In that case the plugin failed to
backup the NVRAM files and on restore it didn't find the DC. Both cases
are fixed now.
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master 85a9aee4

2025-11-27 12:46

pstorz

Ported: N/A

Details Diff
table-formatter.js: use table to determine os icon
mod - webui/public/js/bootstrap-table-formatter.js Diff File

master 74b8b6a3

2025-11-27 09:54

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2452

detect OS during runtime
mod - CHANGELOG.md Diff File
mod - core/cmake/BareosCheckIncludes.cmake Diff File
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/migrate.cc Diff File
mod - core/src/dird/restore.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/filed/status.cc Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/osinfo.cc Diff File
add - core/src/lib/osinfo_unix.cc Diff File
mod - core/src/lib/osinfo_win32.cc Diff File
mod - core/src/lib/util.h Diff File

master ed2ac02f

2025-11-27 09:54

Bareos Bot

Ported: N/A

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

master 294bd5b4

2025-11-27 09:16

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
status: remove extra space in version string

VSS is either "" or " VSS", so there should _never_ be a space before
%s. As the string is static, it also doesnt make sense to format it
at runtime, so I simply added in directly into the format string.
mod - core/src/filed/status.cc Diff File

master e000b94c

2025-11-26 10:44

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2456

ndmp native: fix problem with new 'unlabeled' media status
mod - CHANGELOG.md Diff File
mod - core/src/dird/jobq.cc Diff File
mod - core/src/dird/ndmp_dma_storage.cc Diff File
mod - core/src/ndmp/ndma_listmgmt.c Diff File

master 288cedf4

2025-11-26 10:44

Bareos Bot

Ported: N/A

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

master 01551466

2025-11-25 19:17

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
bareos-check-sources: apply required changes
mod - core/src/dird/jobq.cc Diff File
mod - core/src/dird/ndmp_dma_storage.cc Diff File

master e4da0b38

2025-11-25 18:56

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2454

Changes for branching Bareos 25
mod - CHANGELOG.md Diff File
mod - SECURITY.md Diff File
mod - docs/manuals/source/DeveloperGuide/ReleasingBareos.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/VolumeManagement.rst Diff File
mod - docs/manuals/source/conf.py Diff File

master 2e036e72

2025-11-25 17:48

pstorz


Committer: arogge

Ported: N/A

Details Diff
docs: document virt disk autochanger in defaultconfig
mod - docs/manuals/source/TasksAndConcepts/VolumeManagement.rst Diff File

master 6d5b5056

2025-11-25 15:51

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
jobq.cc: set the backup_format on reschedule
mod - core/src/dird/jobq.cc Diff File

master 44929051

2025-11-25 10:14

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
ndma_listmgmt.cc: avoid passing nullptr to strdup()
mod - core/src/ndmp/ndma_listmgmt.c Diff File

master f0b7d114

2025-11-25 08:52

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
ndmp_dma_storage.cc: Set VolBytes = 1
mod - core/src/dird/ndmp_dma_storage.cc Diff File

master 2b5db8c4

2025-11-25 08:42

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
os-info: add uname fallback
mod - core/cmake/BareosCheckIncludes.cmake Diff File
mod - core/src/lib/osinfo_unix.cc Diff File
 First  Prev  1 2 3 4 5 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 696 697 698  Next  Last