Changesets: bareos
|
master 967251a5 2025-12-09 12:14 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2461 VMware Plugin: Fix NVRAM backup when datacenter is not in root folder |
||
| mod - CHANGELOG.md | Diff File | ||
| 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 74a59007 2025-12-09 12:14 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 20fbd39f 2025-12-04 13:00 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2469 hyper-v: fix restores with portable data |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/filed/fd_plugins.cc | Diff File | ||
|
master 39860c41 2025-12-04 13:00 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
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 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 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 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 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 7e59110a 2025-12-01 18:48 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 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 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 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 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 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 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 Committer: Bareos Bot Ported: N/A Details Diff |
jobq.cc: set the backup_format on reschedule | ||
| mod - core/src/dird/jobq.cc | Diff File | ||