Changesets: bareos

master fbd3f8aa

2024-03-28 15:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: implement TLS-PSK for Python >= 3.13
mod - python-bareos/bareos/bsock/lowlevel.py Diff File
mod - python-bareos/bareos/bsock/tlsversionparser.py Diff File

master 74489491

2024-03-28 14:55

stephand

Ported: N/A

Details Diff
percona-xtrabackup: code formatting

Code formatted using black and corrected copyright yeyr to comply with
our coding guidelines.
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master b4a0a0ab

2024-03-28 14:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: implement format_values() for argparse
mod - python-bareos/bareos/util/argparse.py Diff File

master 548d7a9b

2024-03-28 12:25

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
license: update debian/copyright

Fix adding webui/copyright, remove unimportant sections, update to 2024.
mod - debian/Makefile Diff File
mod - debian/copyright Diff File
mod - debian/copyright.core_exceptions Diff File
mod - debian/copyright.header Diff File
mod - webui/copyright Diff File

master ec472fdf

2024-03-28 11:59

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
doc: add backtick around `*.?*` description

- generate-resource-description.py will add :strong:` ` formating
to all word surronded by *
- fix systemtests with fixed *all* keyword instead all

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/scripts/generate-resource-descriptions.py Diff File
mod - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/console/bareos-acl-restricted.conf.in Diff File

master 068f3449

2024-03-27 16:25

bruno-at-bareos

Ported: N/A

Details Diff
add github CODE_OF_CONDUCT.md

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>

fix terminology
add - CODE_OF_CONDUCT.md Diff File

master cb5110a5

2024-03-27 16:24

bruno-at-bareos

Ported: N/A

Details Diff
add github contributing.md specific file

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
add - CONTRIBUTING.md Diff File

master faec48b8

2024-03-27 16:00

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1746

cats: fixes BigSqlQuery header fetching
mod - CHANGELOG.md Diff File
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/postgresql.h Diff File
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/NumberedFiles.conf.in Diff File
mod - systemtests/tests/python-bareos/test-setup Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master 3888a86a

2024-03-27 16:00

Bareos Bot

Ported: N/A

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

master 85a457c6

2024-03-27 12:34

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1745

stored: fix not counting files correctly in mac jobs when autoxflate is enabled
mod - CHANGELOG.md Diff File
mod - core/src/dird/msgchan.cc Diff File
mod - core/src/lib/jcr.cc Diff File
mod - core/src/stored/block.cc Diff File
mod - core/src/stored/mac.cc Diff File
mod - core/src/stored/ndmp_tape.cc Diff File
mod - core/src/stored/read_record.cc Diff File
mod - core/src/stored/read_record.h Diff File
mod - core/src/stored/record.cc Diff File
mod - core/src/stored/record.h Diff File

master efe08495

2024-03-27 12:34

Bareos Bot

Ported: N/A

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

master a5a75d72

2024-03-27 10:08

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests python-bareos: add 'list files' test

Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/NumberedFiles.conf.in Diff File
mod - systemtests/tests/python-bareos/test-setup Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master 15caabf5

2024-03-26 12:27

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1727

VMware Plugin: Backup and Restore NVRAM
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 2eb5b440

2024-03-26 12:27

Bareos Bot

Ported: N/A

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

master c01c8e93

2024-03-26 12:05

Sebastian Sura

Ported: N/A

Details Diff
jcr: fix off-by-one error
mod - core/src/lib/jcr.cc Diff File

master 77a5b71f

2024-03-25 17:37

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
cats: fixes BigSqlQuery header fetching

BigSqlQuery fetches data in 100 row chunks.
This change makes sure, that subsequent chunks
also have valid header information.

Fixes: 0001007: JSON API: 'list files' returns malformed json

Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
Affected Issues
0001007
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/postgresql.h Diff File

master 47a91ddc

2024-03-25 15:38

Sebastian Sura

Ported: N/A

Details Diff
mac: fix accessing global variables in callback
mod - core/src/stored/mac.cc Diff File
mod - core/src/stored/record.cc Diff File
mod - core/src/stored/record.h Diff File

master 6f18ab1f

2024-03-25 15:20

Sebastian Sura

Ported: N/A

Details Diff
read-record: add user_data to callback
mod - core/src/stored/ndmp_tape.cc Diff File
mod - core/src/stored/read_record.cc Diff File
mod - core/src/stored/read_record.h Diff File

master d84f4f3b

2024-03-25 14:48

Sebastian Sura

Ported: N/A

Details Diff
read-records: fix leaking record + double freeing
mod - core/src/stored/read_record.cc Diff File

master 133eb014

2024-03-25 14:46

Sebastian Sura

Ported: N/A

Details Diff
mac: fix overwriting important information
mod - core/src/stored/mac.cc Diff File

master fd337a8a

2024-03-25 09:51

Sebastian Sura

Ported: N/A

Details Diff
block: remove ASSERT which may fail

The socket may be closed if the job was canceled in an unfortunate
moment, which currently causes the sd to crash. Instead we should
just log this and go on normally.
mod - core/src/stored/block.cc Diff File

master 921f734b

2024-03-25 09:51

Sebastian Sura

Ported: N/A

Details Diff
msgchan: fix 30 second timer starting too early

It should only start once the job was canceled and not once the job
was started ...
mod - core/src/dird/msgchan.cc Diff File

master ec983f4b

2024-03-22 11:37

banuchka


Committer: stephand

Ported: N/A

Details Diff
percona-xtrabackup: fix bug with subprocess call

Fix non-terminating subprocess behaviour in case of bareos-storage
unavailable during a Backup job.

This commit terminates the subprocess in case bareos-storage is
unavailable for some reason during a Backup job.
This is a bug fix because the previous behaviour causes high memory
usage that may cause OOM in some cases.

Move the logic of terminating the xtrabackup(dumper) subprocess
in case of IO_CLOSE to separate function end_dumper().
Add timeouts and change the kill signal to terminate.
Add convenient debug and job messages.
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master eb9a9c95

2024-03-20 17:39

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1716

github: introduce template for issues
add - .github/ISSUE_TEMPLATE/10-issue_report.yaml Diff File
add - .github/ISSUE_TEMPLATE/20-feature_request.yaml Diff File
add - .github/ISSUE_TEMPLATE/config.yml Diff File
add - .github/workflows/no-response.yaml Diff File
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/DeveloperGuide/developerFAQ.rst Diff File
mod - docs/manuals/source/DeveloperGuide/generaldevel.rst Diff File
mod - docs/manuals/source/DeveloperGuide/gitworkflow.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/NdmpBackupsWithBareos.rst Diff File

master 37b9ee32

2024-03-20 17:39

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File
 First  Prev  1 2 3 4 5 6 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last