Changesets: bareos

master bab181fb

2022-10-04 14:23

arogge

Ported: N/A

Details Diff
stored: remove vtl, rados and cephfs backends

This patch removes the remaining traces of these three removed backends
from the codebase.
rm - core/src/stored/backends/cephfs_device.h Diff File
mod - core/src/stored/dev.cc Diff File
mod - core/src/stored/dev.h Diff File
mod - core/src/stored/device_resource.cc Diff File
mod - core/src/stored/mount.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File

master 57c4c6a1

2022-10-04 14:11

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001244

Build: add sanitizer stages
mod - .matrix.yml Diff File
mod - CHANGELOG.md Diff File
mod - core/src/lib/mntent_cache.cc Diff File
mod - core/src/tests/CMakeLists.txt Diff File
add - devtools/build-and-test-with-sanitize.sh Diff File
mod - devtools/dist-tarball.sh Diff File
mod - systemtests/tests/reload/CMakeLists.txt Diff File

master c9f80b8d

2022-10-04 14:10

arogge

Ported: N/A

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

master 9fa95d34

2022-09-30 18:47

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
refactoring: backup.cc: replace sd and fd variables with store_bsock and file_bsock
mod - core/src/dird/backup.cc Diff File

master cacce992

2022-09-30 14:56

arogge

Ported: N/A

Details Diff
systemtests: fail early if daemon is misconfigured
mod - systemtests/scripts/functions Diff File
mod - systemtests/scripts/start_bareos.sh Diff File
mod - systemtests/tests/autochanger/test-setup Diff File
mod - systemtests/tests/bareos/test-setup Diff File
mod - systemtests/tests/checkpoints/test-setup Diff File
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop Diff File
mod - systemtests/tests/parallel-jobs/test-setup Diff File
mod - systemtests/tests/python-bareos/test-setup Diff File
mod - systemtests/tests/scheduler-backup/test-setup Diff File
mod - systemtests/tests/stresstest/test-setup Diff File

master 6aba3a89

2022-09-29 18:26

joergs


Committer: pstorz

Ported: N/A

Details Diff
droplet: adapt to be compilable on ARM

Co-authored-by: Philipp Storz <philipp.storz@bareos.com>
mod - core/src/droplet/libdroplet/src/backend/posix/backend.c Diff File

master c8f35aae

2022-09-29 18:23

joergs


Committer: pstorz

Ported: N/A

Details Diff
systemtests reload: cleanup
mod - systemtests/tests/reload/reload_test_functions Diff File

master b1c1429c

2022-09-29 13:59

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001267

doc: fix bsmtp get-usage.sh call
mod - CHANGELOG.md Diff File
mod - docs/manuals/CMakeLists.txt Diff File
mod - docs/manuals/scripts/get-usage.sh Diff File
mod - docs/manuals/source/include/autogenerated/usage/bsmtp.txt Diff File

master 7475fe0a

2022-09-29 11:40

bruno-at-bareos

Ported: N/A

Details Diff
update CHANGELOG.md

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

master d2fb117b

2022-09-28 19:33

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001268 from kopflast/dev/guido/master/docfix

docs: obsolete comments removed
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/Appendix/OperatingSystems.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosClient.rst Diff File

master 2e52343b

2022-09-28 19:19

joergs

Ported: N/A

Details Diff
docs: cleanup OS table
mod - docs/manuals/source/Appendix/OperatingSystems.rst Diff File

master 35031e0d

2022-09-28 17:51

Guido.Hartenberg


Committer: joergs

Ported: N/A

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

master b8ba4b2b

2022-09-28 16:57

Guido.Hartenberg


Committer: joergs

Ported: N/A

Details Diff
docs: obsolete comments removed
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosClient.rst Diff File

master 08e947e5

2022-09-28 15:52

bruno-at-bareos

Ported: N/A

Details Diff
doc: fix bsmtp get-usage.sh call

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/CMakeLists.txt Diff File
mod - docs/manuals/scripts/get-usage.sh Diff File
mod - docs/manuals/source/include/autogenerated/usage/bsmtp.txt Diff File

master 69dfd77a

2022-09-28 12:55

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001255 from bruno-at-bareos/dev/bruno/master/s4989-doc-improve-tools-documentation

docs: Appendix/Bareos Programs improvements
mod - CHANGELOG.md Diff File
mod - docs/manuals/CMakeLists.txt Diff File
mod - docs/manuals/source/Appendix/BareosPrograms.rst Diff File
mod - docs/manuals/source/DeveloperGuide/mediaformat.rst Diff File
add - docs/manuals/source/include/autogenerated/usage/bsmtp.txt Diff File
mod - docs/manuals/source/man/bareos-dbcopy.rst Diff File

master 51ed3efe

2022-09-28 12:54

joergs

Ported: N/A

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

master 53739aef

2022-09-28 12:31

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
refactoring: msgchan.cc: change `sd` to `sd_socket`
mod - core/src/dird/msgchan.cc Diff File

master 17665738

2022-09-28 12:31

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
refactoring: msgchan.cc: reordering variables
mod - core/src/dird/msgchan.cc Diff File

master 9b292d46

2022-09-28 12:18

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001266

btape: dumplabel only when label is valid
mod - CHANGELOG.md Diff File
mod - core/src/stored/btape.cc Diff File

master 9bb0154c

2022-09-28 12:09

arogge

Ported: N/A

Details Diff
stored: gfapi-device remove bogus "override"
mod - core/src/stored/backends/gfapi_device.h Diff File

master f635940a

2022-09-27 19:13

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001248 from joergsteffens/dev/joergs/master/add_bareos_repositories

docs: usage of the add_bareos_repositories.sh script
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/Appendix/OperatingSystems.rst Diff File
mod - docs/manuals/source/DocumentationStyleGuide/CommonNames.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
add - docs/manuals/source/IntroductionAndTutorial/InstallingBareosClient.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/CatalogMaintenance.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File

master 7f581418

2022-09-27 18:56

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
refactoring: backup.cc: replace NULL with nullptr
mod - core/src/dird/backup.cc Diff File

master caf6f22b

2022-09-27 17:21

joergs

Ported: N/A

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

master b7e3d8df

2022-09-27 16:39

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001260 from bruno-at-bareos/dev/bruno/master/docs-fix-upgrade-19-to-20-ubuntu-18.04

docs: add FAQ entry about howto upgrade from Bareos < 20 with Bareos Python packages installed
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/Appendix/FAQ.rst Diff File

master 9834b8bc

2022-09-27 16:30

bruno-at-bareos

Ported: N/A

Details Diff
update CHANGELOG.md

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - CHANGELOG.md Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 149 150 151 152 153 154 155 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 672 673 674  Next  Last