Changesets: bareos

master f5a94729

2023-07-04 14:39

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
docs: fix variable order
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RunScript.rst.inc Diff File

master d294dd9c

2023-07-04 14:32

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
update AUTHORS
mod - AUTHORS Diff File

master 2187cbac

2023-07-04 14:31

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
format
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/filed/fileset.cc Diff File
mod - core/src/filed/fileset.h Diff File
mod - core/src/lib/message.h Diff File

master abb26ce9

2023-07-04 14:27

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
docs: add documentation for %m variable
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RunScript.rst.inc Diff File

master 5d58e725

2023-07-04 14:23

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
docs: add documentation for %O and %N variables
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RunScript.rst.inc Diff File

master 201bdab0

2023-07-04 14:13

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
refactor: change prev/new jobid variable letters
mod - core/src/dird/dird_conf.cc Diff File
mod - systemtests/tests/copy-migrate/etc/bareos/bareos-dir.d/job/copy.conf Diff File
mod - systemtests/tests/copy-migrate/etc/bareos/bareos-dir.d/job/migrate.conf Diff File
mod - systemtests/tests/copy-migrate/testrunner-02-copy Diff File
mod - systemtests/tests/copy-migrate/testrunner-05-migrate Diff File

master 293a8f88

2023-07-04 13:47

bruno-at-bareos


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
systemd: improve restarting daemon

- add After=local-fs.target
- place StartLimitBurst=10 in service part instead unit
- replace generic exit 1 by the specific configuration error
exit code 42 and wrong command line parameter 41
- add comment about how to reset failed counter
- reformat debian filedaemon service file

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/platforms/systemd/bareos-dir.service.in Diff File
mod - core/platforms/systemd/bareos-fd.service.in Diff File
mod - core/platforms/systemd/bareos-sd.service.in Diff File
mod - debian/bareos-director.service.in Diff File
mod - debian/bareos-filedaemon.service.in Diff File
mod - debian/bareos-storage.service.in Diff File

master 1978ed55

2023-07-04 13:29

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
fix whitespace
mod - core/src/stored/reserve.cc Diff File

master 1ad47719

2023-07-04 12:39

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001466

cats: postgresql introduce pl/sql lstat_decode() function
mod - CHANGELOG.md Diff File
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/ddl/creates/postgresql.sql Diff File
add - core/src/cats/ddl/updates/postgresql.2210_2230.sql Diff File
mod - core/src/cats/ddl/versions.map.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/dird/query.sql Diff File

master 9a00aa4a

2023-07-04 12:39

Bareos Bot

Ported: N/A

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

master c4bf2c71

2023-07-04 11:58

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
refactor: use snprintf instead of Bsnprintf
mod - core/src/lib/util.cc Diff File

master 5ec88ca5

2023-07-04 11:49

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
refactor: remove extern "C" from job code callbacks
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/fileset.cc Diff File
mod - core/src/filed/fileset.h Diff File
mod - core/src/lib/message.h Diff File

master 8dc1d2ec

2023-07-04 10:54

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
refactor: remove unnecessary string conversions
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/filed/fileset.cc Diff File

master e1808c11

2023-07-01 19:21

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
change job_code_callback_t to return optional<string>
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/fileset.cc Diff File
mod - core/src/lib/message.h Diff File
mod - core/src/lib/util.cc Diff File

master e3fb1789

2023-06-30 20:29

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: add docs for SD->Device->AccessMode
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst Diff File
add - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-AccessMode.rst.inc Diff File

master 2d879060

2023-06-30 19:02

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
stored: remove unnecessary access mode checks
mod - core/src/stored/reserve.cc Diff File

master e73db914

2023-06-30 18:21

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
refactor: rename AutoXflateMode
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc Diff File
mod - core/src/stored/dev.h Diff File
mod - core/src/stored/device_control_record.h Diff File
mod - core/src/stored/device_resource.cc Diff File
mod - core/src/stored/device_resource.h Diff File
mod - core/src/stored/mac.cc Diff File
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File

master cceb42de

2023-06-30 13:42

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
refactor: use AccessMode instead of ReadOnly/WriteOnly
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/device_resource.h Diff File
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/readonly1.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/readonly2.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/writeonly1.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/writeonly2.conf Diff File

master 7234fb83

2023-06-30 12:21

arogge


Committer: Sebastian Sura

Ported: N/A

Details Diff
dird: implement leases for console connections

This adds a lease-based system to count open console connections. When
the connection limit is exceeded, the default console will log an
informational message, only named consoles will be denied access.
mod - core/src/dird/CMakeLists.txt Diff File
mod - core/src/dird/authenticate_console.cc Diff File
add - core/src/dird/console_connection_lease.cc Diff File
add - core/src/dird/console_connection_lease.h Diff File
mod - core/src/dird/ua_server.cc Diff File

master 6c6568cd

2023-06-28 18:40

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001490

build: adapt matrix and pkglist for changes to CI
mod - .matrix.yml Diff File
mod - CHANGELOG.md Diff File
mod - docs/pkglists/Fedora_36.x86_64 Diff File
mod - docs/pkglists/Fedora_37.x86_64 Diff File

master 4ed0a527

2023-06-28 18:40

Bareos Bot

Ported: N/A

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

master 7dfe7a2e

2023-06-28 16:36

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
stored: fix unintended decrement of block_num

When bsr() is called to initiare a re-read on a tape, it will decrement
ths block_num. As during the re-read the block_num was not incremented,
it shouldn't be decremented.
mod - core/src/stored/backends/unix_tape_device.cc Diff File
mod - core/src/stored/backends/unix_tape_device.h Diff File
mod - core/src/stored/block.cc Diff File

master decfa5fa

2023-06-28 16:33

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
stored: re-read large blocks in tape backend

when the unix_tape_device encounters a block that is too large for the
buffer to handle, it will now re-read with incrementing buffer sizes
until it can provide the first part of the block.
This allows Bareos to reconfigure the block buffer size for tape devices
like it already does for file devices.
mod - core/src/stored/backends/unix_tape_device.cc Diff File
mod - core/src/stored/backends/unix_tape_device.h Diff File

master 18383f1a

2023-06-28 15:14

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
devtools: fix dist-tarball.sh path prefix

dist-tarball.sh was supposed to create "clean" tarballs, that is with
a path-prefix of bareos-x.y.z based on the version-number. This didn't
happen as rewriting in tar did not take place.
With this patch the paths provided to tar are now all prefixed with './'
which allows the substitution to work correctly.
mod - devtools/dist-tarball.sh Diff File

master 07d84a86

2023-06-28 15:01

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
block-size-test: fix some things
mod - systemtests/tests/block-size/testrunner Diff File
 First  Prev  1 2 3 ... 36 37 38 39 40 41 42 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 604 605 606  Next  Last