Changesets: bareos

master 7635c195

2024-10-22 10:17

Bareos Bot

Ported: N/A

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

master eeef30d6

2024-10-21 14:21

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests: improve reliability with --no-psqlrc

add `--no-psqlrc` to `psql` call

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/bareos-basic/testrunner-test-make-catalog-backup Diff File

master 3742aca1

2024-10-18 11:21

Aleksei Grigorev


Committer: pstorz

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File
add - bareos-github-banner.png Diff File

master 315c639d

2024-10-17 10:11

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: add some dedupable developer documentaton
mod - docs/manuals/source/DeveloperGuide.rst Diff File
add - docs/manuals/source/DeveloperGuide/dedupable.rst Diff File
add - docs/manuals/source/DeveloperGuide/dedupable/parsing.puml Diff File

master 6a05a210

2024-10-16 15:22

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
tools: add dedup-conf tool to better read dedup configs
mod - core/src/tools/CMakeLists.txt Diff File
add - core/src/tools/dedup_conf.cc Diff File

master b4ea6ba2

2024-10-16 14:47

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
fvec: fix comment
mod - core/src/stored/backends/dedupable/fvec.h Diff File

master 2799f6a2

2024-10-15 15:26

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-example: add archive device
mod - core/src/stored/backends/dedupable_device.d/bareos-sd.d/device/dedup.conf.example Diff File

master 01731f53

2024-10-15 14:15

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: add missing doc file and fix typos
mod - core/src/stored/backends/dedupable/volume.h Diff File
mod - docs/manuals/source/DeveloperGuide/mediaformat.rst Diff File
mod - docs/manuals/source/DeveloperGuide/reservation.rst Diff File
add - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-JustInTimeReservation.rst.inc Diff File

master 12fcc59f

2024-10-14 16:24

bruno-at-bareos

Ported: N/A

Details Diff
docs: improve install debuginfo symbols description

Fix issue #1943

Explain first how to install all, then add a note how-to do so for
only Bareos Filedaemon.
Additionnaly explain how to allow ptrace operations.
Cleanup trailing new line

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
mod - docs/manuals/source/Appendix/Debugging.rst Diff File

master b7ce2925

2024-10-14 10:05

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
crypto-openssl: fix bad line numbers in debug messages
mod - core/src/lib/crypto_openssl.cc Diff File
mod - core/src/lib/crypto_openssl.h Diff File

master 1d59c74e

2024-10-14 10:04

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ua-select: fix missing db locks; fix bad pool record reset
mod - core/src/dird/ua_select.cc Diff File

master 0e2361c6

2024-10-11 16:58

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
devtools: add installer for pip-tools

this adds devtools/install-pip-tools.sh. The script will export the
pip-tools directory of the current commit to ~/.local/lib/bareos-tools,
(re-)create the pipenv environment and put symlinks for the tools into
the first writable directory in your $PATH.
add - devtools/install-pip-tools.sh Diff File

master 3b259e37

2024-10-11 15:46

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1958

Disable writing PRE_LABEL label-type to support WORM media
mod - CHANGELOG.md Diff File
mod - core/src/cats/sql_create.cc Diff File
mod - core/src/dird/ua_label.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - core/src/stored/label.cc Diff File
mod - core/src/stored/mount.cc Diff File
mod - core/src/stored/record.h Diff File
mod - systemtests/tests/multiplied-device/testrunner Diff File
mod - systemtests/tests/py3plug-sd/testrunner Diff File

master 383c84c4

2024-10-11 15:46

Bareos Bot

Ported: N/A

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

master 4a5fb044

2024-10-11 07:59

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1953

dir: fix DbLocker usage
mod - CHANGELOG.md Diff File
mod - core/src/dird/ua_label.cc Diff File
mod - core/src/dird/ua_select.cc Diff File

master 0e4700a7

2024-10-11 07:58

Bareos Bot

Ported: N/A

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

master f87dee35

2024-10-10 14:49

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
scripts: fix windows detection

On our build infrastructure (using cygwin) we get this uname:
CYGWIN_NT-10.0-20348
So we need to check a bit more carefully
mod - core/src/cats/grant_bareos_privileges.in Diff File
mod - core/src/cats/make_bareos_tables.in Diff File
mod - core/src/cats/update_bareos_tables.in Diff File

master 074a53f0

2024-10-10 13:46

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
jcr-chain: fix race condition in sd

Both device_initialisation as well as the main stored function try to
init the jcr chain at the same time. Sadly only device_initialisation
takes the lock, meaning that sometimes a race happens and the sd
crashes (notices on a test run).
mod - core/src/dird/dird.cc Diff File
mod - core/src/filed/filed.cc Diff File
mod - core/src/stored/stored.cc Diff File

master 4bb54953

2024-10-10 10:48

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
socket-server: fix bad wait
mod - core/src/dird/socket_server.cc Diff File

master fcbc035d

2024-10-10 10:35

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
make-bareos-tables: add additional debug info
mod - core/src/cats/make_bareos_tables.in Diff File

master 29393263

2024-10-09 17:14

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1961

FreeBSD: fix sed inplace usage, use bin/sh as shebang for script, pkg make director dependent of database-postgresql
mod - CHANGELOG.md Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-director/Makefile Diff File
mod - core/scripts/bareos-config-lib.sh.in Diff File
mod - core/src/cats/grant_bareos_privileges.in Diff File
mod - core/src/cats/make_bareos_tables.in Diff File
mod - core/src/cats/update_bareos_tables.in Diff File
mod - core/src/tests/cram_md5.cc Diff File

master b57d131b

2024-10-09 17:13

Bareos Bot

Ported: N/A

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

master d06d3db9

2024-10-09 14:18

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
globbing-test: fix (newly) broken test

SplitFileAndPath is not totally correct. E.g. a lone directory /dir/
should be converted to (/dir/, "") and not (/, "dir").

Also updated the test to the fact that now the return value shows how
many _new_ files were marked.
mod - core/src/tests/globbing_test.cc Diff File

master 957c8bd1

2024-10-09 14:14

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
tree: change mark command strings
mod - core/src/dird/ua_tree.cc Diff File

master 2a84163f

2024-10-09 14:12

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
always-incremental: fix broken test

Sometimes the consolidate job did not consider all three jobs like it
should, if it was started too fast. I added a sleep to make sure that
the job retention time (1s) is always over.
mod - systemtests/tests/always-incremental-consolidate/testrunner-02-empty-incrementals Diff File
 First  Prev  1 2 3 ... 35 36 37 38 39 40 41 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 678 679 680  Next  Last