Changesets: bareos

master 0e8c0b8b

2023-12-19 18:39

arogge

Ported: N/A

Details Diff
FreeBSD: remove LDFLAGS
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile Diff File

master c3eb763a

2023-12-19 16:46

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1637

Fix continuation on colons in plugin baseclass
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginBaseclass.py 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/testrunner-config Diff File

master dd4fcb1f

2023-12-19 16:46

Bareos Bot

Ported: N/A

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

master be2b7b70

2023-12-18 15:57

pstorz


Committer: arogge

Ported: N/A

Details Diff
FreeBSD: add update 2210_2230.sql
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.database-postgresql Diff File

master 51e9f5de

2023-12-18 14:20

arogge

Ported: N/A

Details Diff
cmake: simplify timestamp generator
mod - cmake/BareosExtractVersionInfo.cmake Diff File
rm - core/cmake/BareosTimeFunctions.cmake Diff File

master 799cf0ad

2023-12-18 13:05

pstorz


Committer: arogge

Ported: N/A

Details Diff
jcr.cc: intentionally ignore return value of find_if
mod - core/src/lib/jcr.cc Diff File

master 59d27e16

2023-12-18 11:37

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001598

backup report: show negative compression
mod - CHANGELOG.md Diff File
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/inc_conf.cc Diff File
mod - core/src/dird/inc_conf.h Diff File

master 51420598

2023-12-18 11:37

Bareos Bot

Ported: N/A

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

master bc86f2be

2023-12-18 10:33

arogge

Ported: N/A

Details Diff
python-fd: Fix support for masked colons

This fixes continuation on colons in the base-class.
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginBaseclass.py Diff File

master 999e7b07

2023-12-18 10:31

arogge

Ported: N/A

Details Diff
systemtests: python-fd check colon support

This adds an option with masked colons to the plugindef in the fileset.
mod - systemtests/tests/py3plug-fd-basic/etc/bareos/bareos-dir.d/fileset/PluginConfigTestNoFile.conf.in Diff File
mod - systemtests/tests/py3plug-fd-basic/testrunner-config Diff File

master 01058499

2023-12-17 06:25

Rui Chen


Committer: Bareos Bot

Ported: N/A

Details Diff
core: add build patch for `sprintf` in macos builds

sprintf is marked deprecated on mac.

Signed-off-by: Rui Chen <rui@chenrui.dev>
mod - core/src/tests/job_control_record.cc Diff File

master 1bbd14cf

2023-12-15 10:38

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1632

pkglists: update SUSE to have vmware packages
mod - CHANGELOG.md Diff File
mod - docs/pkglists/SLE_12_SP5.x86_64 Diff File
mod - docs/pkglists/SUSE_15.x86_64 Diff File

master 05d7c019

2023-12-15 10:38

Bareos Bot

Ported: N/A

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

master 3e9e9359

2023-12-14 13:38

pstorz

Ported: N/A

Details Diff
pkglists: update SUSE to have vmware packages
mod - docs/pkglists/SLE_12_SP5.x86_64 Diff File
mod - docs/pkglists/SUSE_15.x86_64 Diff File

master 819586f4

2023-12-13 20:52

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1630

VMware Plugin: Run bareos_vadp_dumper with optimized parameters to increase backup performance
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 f1fcbb86

2023-12-13 20:52

Bareos Bot

Ported: N/A

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

master 32caa751

2023-12-13 19:38

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: apply review changes
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc Diff File

master 83e2e288

2023-12-13 18:53

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: New VMware Plugin options

Documentation of the new VMware Plugin options do_io_in_core,
vadp_dumper_multithreading, vadp_dumper_sectors_per_call and
vadp_dumper_query_allocated_blocks_chunk_size. Also updates the status,
adds an description of the plugin components and changed defaults.
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc Diff File

master 7fe4d5f1

2023-12-13 17:03

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001593

vadp-dumper: fix multithreaded backup/restore issues
mod - CHANGELOG.md Diff File
mod - core/src/findlib/bfile.cc Diff File
mod - core/src/tests/CMakeLists.txt Diff File
mod - core/src/tests/ktls.cc Diff File
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc Diff File
mod - core/src/vmware/vadp_dumper/cbuf.cc Diff File
mod - core/src/vmware/vadp_dumper/cbuf.h Diff File
mod - core/src/vmware/vadp_dumper/copy_thread.cc Diff File
mod - core/src/vmware/vadp_dumper/copy_thread.h Diff File

master a10a7fb9

2023-12-13 17:03

Bareos Bot

Ported: N/A

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

master 0e75b284

2023-12-13 10:50

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
VMware Plugin: bareos_vadp_dumper performance

The bareos_vadp_dumper is now called with performance optimized
parameters. These parameters were added as additional plugin options so
that they can be further tuned if necessary.

The plugin code now calls API functions which use the searchIndex for
getting details of the VM being backed up, this can accelerate backup
jobs, especially if large amounts of VMs exist.

This change also include better checks of plugin options and removes
some obsolete code parts that are no longer needed as Python 2 is no
longer supported.
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master 923c25f0

2023-12-13 10:41

Sebastian Sura

Ported: N/A

Details Diff
vadp-dumper: add comments describing the merging algorithm
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc Diff File

master 6e6ccecc

2023-12-13 10:11

Sebastian Sura

Ported: N/A

Details Diff
copy-thread: remove debug message
mod - core/src/vmware/vadp_dumper/copy_thread.cc Diff File

master bc387d41

2023-12-13 10:11

Sebastian Sura

Ported: N/A

Details Diff
vadp-dumper: fix accepting bad sector_per_call values
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc Diff File

master d97d1c92

2023-12-13 10:10

Sebastian Sura

Ported: N/A

Details Diff
vadp-dumper: fix sending messages outside verbose mode
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc Diff File
 First  Prev  1 2 3 ... 70 ... 100 101 102 103 104 105 106 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 696 697 698  Next  Last