Changesets: bareos

master 3888a86a

2024-03-27 16:00

Bareos Bot

Ported: N/A

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

master 08d68260

2024-03-27 13:51

Sebastian Sura

Ported: N/A

Details Diff
verify-job: fix not creating restore bootstrap

Since we replaced jcr->dir_impl->previous_jcr with prev_jr, we also
need to check that the functions we call do not expect it to be set
like CreateRestoreBootstrap did.
mod - core/src/dird/bsr.cc Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/dird/job.h Diff File
mod - core/src/dird/migrate.cc Diff File
mod - core/src/dird/verify.cc 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

master 58034276

2024-03-20 10:46

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1721

Fix warning about missing delcandidates table in director
mod - AUTHORS Diff File
mod - CHANGELOG.md Diff File
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/postgresql.h Diff File
mod - core/src/tests/run_on_incoming_connect_interval.cc Diff File

master 800dec0f

2024-03-20 10:46

Bareos Bot

Ported: N/A

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

master d2ff7898

2024-03-20 10:04

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
cats: remove unused ValidateConnection()
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/postgresql.h Diff File
mod - core/src/tests/run_on_incoming_connect_interval.cc Diff File

master 7b38bd4b

2024-03-20 08:46

Sebastian Sura

Ported: N/A

Details Diff
sd-backend-tests: fix not initialising reservation lock
mod - core/src/tests/sd_backend_tests.h Diff File

master eec4cac0

2024-03-19 14:28

bruno-at-bareos

Ported: N/A

Details Diff
docs: fix external broken links
mod - docs/manuals/source/DeveloperGuide/developerFAQ.rst Diff File
mod - docs/manuals/source/DeveloperGuide/gitworkflow.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/NdmpBackupsWithBareos.rst Diff File

master f999c0dc

2024-03-19 11:56

bruno-at-bareos

Ported: N/A

Details Diff
docs: introduce github issues in bug database section

- reformat long lines
- remove contributing patches by email

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/DeveloperGuide/generaldevel.rst Diff File

master 7aa844fb

2024-03-18 15:21

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
fvec: make resize_to_fit do what it says
mod - core/src/stored/backends/dedup/fvec.h Diff File
 First  Prev  1 2 3 ... 53 54 55 56 57 58 59 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 665 666 667  Next  Last