Changesets: bareos

master 7055880a

2024-09-12 13:34

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ua-tree: fix marking
mod - core/src/dird/ua_tree.cc Diff File

master d189dd72

2024-09-12 12:03

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
deb control files: depend on python3-bareos
mod - debian/control Diff File
mod - debian/control.bareos-contrib-tools Diff File

master b897a39a

2024-09-12 10:48

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: mention ADRs in developer notes
mod - docs/manuals/source/DeveloperGuide/generaldevel.rst Diff File

master 2cdc83a0

2024-09-12 07:46

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-device: add d_write skeleton
mod - core/src/stored/backends/CMakeLists.txt Diff File
add - core/src/stored/backends/dedup/volume.cc Diff File
mod - core/src/stored/backends/dedup/volume.h Diff File
mod - core/src/stored/backends/dedup_device.cc Diff File

master 54cb8271

2024-09-12 06:38

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
restore: fix restore tests on windows
mod - systemtests/tests/restore/testrunner-full-restore Diff File
mod - systemtests/tests/restore/testrunner-restore-file Diff File

master da69b158

2024-09-11 17:39

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests: plugin postgresql unify pg_version detection

fix all testrunner (except debian)

- move redondant code for PG_VERSION to `setup_local_db.sh`
- move redondant check PG_VERSION > 10 to `setup_local_db.sh`
- add --no-psqlrc flag to PGSQL command

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in Diff File
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-default Diff File
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-roles Diff File
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-tablespace Diff File
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-tasks-pgsql Diff File
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-walsymlink Diff File

master fb0b4f56

2024-09-11 16:02

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
winbareos-native.nsi: install sql update files
mod - core/platforms/win32/winbareos-native.nsi Diff File
mod - core/platforms/win32/winbareos.nsi Diff File

master 7a52d2e4

2024-09-11 15:41

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
dir: fix DbLocker usage

fix director crashes during concurrent access on label and volumes.
mod - core/src/dird/ua_label.cc Diff File
mod - core/src/dird/ua_select.cc Diff File

master 79c0a397

2024-09-11 14:51

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
functions: allow more files
mod - systemtests/scripts/functions Diff File

master ec0053e1

2024-09-11 14:50

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
compat: fix not setting dev/ino

This had messed up the hardlink detection as every hardlinked file was
thought of being the same
mod - core/src/win32/compat/compat.cc Diff File

master 65397563

2024-09-11 13:29

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
attr: fix not applying where on windows
mod - core/src/lib/attr.cc Diff File

master 9cd0aea4

2024-09-11 13:15

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
backup.cc: detect overflow
mod - core/src/filed/backup.cc Diff File
mod - core/src/filed/backup.h Diff File

master 4e3e4cf4

2024-09-11 12:37

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
create-file: support hardlinked files on windows
mod - core/src/findlib/create_file.cc Diff File
mod - core/src/win32/compat/compat.cc Diff File
mod - core/src/win32/compat/include/compat.h Diff File

master 63f35b54

2024-09-11 10:22

pstorz


Committer: Bareos Bot

Ported: N/A

Details Diff
winbareos-native.nsi: add libpq
mod - core/platforms/win32/winbareos-native.nsi Diff File

master 7f48a6fb

2024-09-11 10:01

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests: allow hardlinks on windows
mod - systemtests/scripts/functions Diff File

master ec9dd17c

2024-09-11 08:16

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests: reenable systemtests on windows
mod - CMakeLists.txt Diff File

master 83599339

2024-09-11 08:16

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
compat: add nlink info
mod - core/src/win32/compat/compat.cc Diff File

master 881f4abf

2024-09-10 18:52

pstorz

Ported: N/A

Details Diff
functions: execute bareos-ctl-fd with BAREOS_CTL_FD_RUNNER
mod - systemtests/scripts/functions Diff File

master 19dc9f1c

2024-09-10 17:58

pstorz

Ported: N/A

Details Diff
scsi_lli.cc: add maybe_unused where required
mod - core/src/lib/scsi_lli.cc Diff File

master 544288ec

2024-09-10 17:18

pstorz

Ported: N/A

Details Diff
bareos-ctl-fd: show which user it is being started as
mod - core/scripts/bareos-ctl-fd.in Diff File

master 471e141f

2024-09-10 12:41

pstorz

Ported: N/A

Details Diff
systemtests: introduce BAREOS_CTL_FD_RUNNER

Also allow to set test-specific environment vars via
enviornment.local file
mod - core/scripts/bareos.in Diff File
mod - systemtests/environment.in Diff File
add - systemtests/tests/chflags/environment.local Diff File

master fdecc1e0

2024-09-10 10:37

pstorz

Ported: N/A

Details Diff
use windows' IsUserAnAdmin() function
mod - core/src/console/console.cc Diff File

master e57a03b8

2024-09-10 10:28

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
update fmt-devel to 11.0.2 version
mod - cmake/BareosCpmPackages.cmake Diff File

master 0ebc5c72

2024-09-10 10:07

pstorz

Ported: N/A

Details Diff
renamed running_as_privileged_user -> IsUserAnAdmin
mod - core/src/console/console.cc Diff File

master 8a638635

2024-09-06 14:03

pstorz

Ported: N/A

Details Diff
chflags test: use sudo to run chflags
mod - systemtests/tests/chflags/testrunner Diff File
 First  Prev  1 2 3 ... 32 33 34 35 36 37 38 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 671 672 673  Next  Last