Changesets: bareos

master a2296cad

2021-05-27 19:02

pstorz

Ported: N/A

Details Diff
MessageQueueItem: remove const-ness from msg_
mod - core/src/lib/message.cc Diff File
mod - core/src/lib/message_queue_item.h Diff File

master d5493752

2021-05-27 18:53

joergs

Ported: N/A

Details Diff
systemd: remove unused tmpfiles.d config file

It has been prepared for the Bareos daemon pid files,
but is no longer (or has never been) used.
mod - core/.gitignore Diff File
mod - core/platforms/systemd/CMakeLists.txt Diff File
rm - core/platforms/systemd/bareos.conf.in Diff File

master 4c32a686

2021-05-27 17:58

joergs

Ported: N/A

Details Diff
update CHANGELOG: cleanup systemd service dependencies 0000700
mod - CHANGELOG.md Diff File

master 3be44e0f

2021-05-27 15:04

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000820 from bareos/dev/fbergkemper/master/bug-0000912

docs: webui: change wording in installation chapter
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File

master 8d9b7081

2021-05-27 13:06

joergs

Ported: N/A

Details Diff
systemd: switch service from forking to simple

The service type forking caused problems on newer systemd versions
(Fedora 34).
Using type=simple and starting the daemons without forking
has the advantage, that daemon messages to stdout and stderr are shown
with systemctl status or journalctl. This includes the daemon debug
messages, when set into debug mode.

Removed the PIDFile directive, as it is only required for Type=forking
and will be incorrect, as soon as listening port is changed in the
Bareos configuration.

Removed the no longer supported (and never really used) directive
StandardOutput=syslog

Director: Exit code 1 is no longer treated as success. This has been
introduced as a workaround, but is no longer required.
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 9a5672e7

2021-05-27 12:33

pstorz

Ported: N/A

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

master f2c193a5

2021-05-26 20:10

pstorz

Ported: N/A

Details Diff
multiple devices test: verify volumes have been truncated
mod - systemtests/tests/multiplied-device/testrunner Diff File

master ed3d95a3

2021-05-26 19:57

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtest: added test for truncating in multiplied-device test

The extra lines in the test make sure first that the volumes are purged,
and then makes sure they get truncated correctly with the right choice
of drive
mod - systemtests/tests/multiplied-device/testrunner Diff File

master 42b42e0e

2021-05-26 16:53

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
docs: added extra specification
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File

master 6b03a201

2021-05-26 16:40

pstorz

Ported: N/A

Details Diff
docs: extended truncate command drive specification docs
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File

master e8f3bfd6

2021-05-26 15:23

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
sd: adding error message when drive number not found
mod - core/src/stored/dir_cmd.cc Diff File

master 99032569

2021-05-26 15:23

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
dir: adding drive parameter to truncate command

user can now choose which drive to use when truncating a volume
mod - core/src/dird/ua_cmds.cc Diff File

master 5b5c801e

2021-05-26 15:11

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
docs: updated truncate command usage
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File

master 070f4e69

2021-05-25 15:18

pstorz

Ported: N/A

Details Diff
check pg8000 version
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File

master 301c8c7c

2021-05-25 14:36

pstorz

Ported: N/A

Details Diff
postgresql plugin: document how the domain socket is calculated
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File

master b951412a

2021-05-25 14:30

pstorz

Ported: N/A

Details Diff
BareosFdPluginPostgres.py: use pg8000 instead of too new pg8000.native
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File

master 90bc6288

2021-05-25 13:01

pstorz

Ported: N/A

Details Diff
remove unused execute_SQL function
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File

master f92a5f56

2021-05-23 16:19

pstorz

Ported: N/A

Details Diff
postgresql plugin: switch from psycopg2 to pg8000
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File
mod - core/src/plugins/filed/python/postgres/bareos-fd-postgres.py Diff File
mod - systemtests/CMakeLists.txt Diff File

master a7163f03

2021-05-21 19:25

pstorz

Ported: N/A

Details Diff
systemtests: py{2,3}plug-fd-local-fileset*: run status client before wait

This can prevent errors on busy systems, when the issued job has not yet been scheduled
and wait therefore immediatly returns.
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/testrunner Diff File
mod - systemtests/tests/py2plug-fd-local-fileset/testrunner Diff File

master b89087d0

2021-05-21 12:49

frank


Committer: pstorz

Ported: N/A

Details Diff
docs: webui: change wording in installation

Changes wording to indicate better that paths may vary.

Fixes 0000912: wrong configuration path for apache
Affected Issues
0000912
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File

bareos-18.2 de9cdd11

2021-05-21 12:49

frank


Committer: pstorz

Ported: N/A

Details Diff
docs: webui: change wording in installation

Changes wording to indicate better that paths may vary.

Fixes 0000912: wrong configuration path for apache

(cherry picked from commit b89087d0ae90251be8fa54cdba01c04659a67c42)
Affected Issues
0000912
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File

bareos-19.2 4057406c

2021-05-21 12:49

frank


Committer: pstorz

Ported: N/A

Details Diff
docs: webui: change wording in installation

Changes wording to indicate better that paths may vary.

Fixes 0000912: wrong configuration path for apache

(cherry picked from commit b89087d0ae90251be8fa54cdba01c04659a67c42)
Affected Issues
0000912
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File

master c4d80cf5

2021-05-20 22:27

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000810 from alaaeddineelamri/dev/alaaeddineelamri/master/bug-0001194-incremental-backup

Fix bug-0001194: accurate incremental backup
mod - CHANGELOG.md Diff File
mod - core/src/dird/backup.cc Diff File

master a716fbdf

2021-05-20 15:26

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000809 from bareos/dev/joergs/master/device-destructor

dev.cc: do not call virtual functions in destructor
mod - .gitignore Diff File
mod - CHANGELOG.md Diff File
mod - core/src/stored/acquire.h Diff File
mod - core/src/stored/backends/cephfs_device.cc Diff File
mod - core/src/stored/backends/chunked_device.cc Diff File
mod - core/src/stored/backends/generic_tape_device.cc Diff File
mod - core/src/stored/backends/generic_tape_device.h Diff File
mod - core/src/stored/backends/gfapi_device.cc Diff File
mod - core/src/stored/backends/rados_device.cc Diff File
mod - core/src/stored/backends/unix_fifo_device.cc Diff File
mod - core/src/stored/backends/unix_fifo_device.h Diff File
mod - core/src/stored/backends/unix_file_device.h Diff File
mod - core/src/stored/backends/unix_tape_device.h Diff File
mod - core/src/stored/butil.cc Diff File
mod - core/src/stored/butil.h Diff File
mod - core/src/stored/dev.cc Diff File
mod - core/src/stored/dev.h Diff File
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/configs/sd_backend/bareos-sd.d/device/tape1.conf Diff File
add - core/src/tests/configs/sd_backend/bareos-sd.d/storage/myself.conf.in Diff File
add - core/src/tests/sd_backend.cc Diff File
mod - core/src/win32/stored/backends/win32_fifo_device.cc Diff File
mod - core/src/win32/stored/backends/win32_fifo_device.h Diff File
mod - core/src/win32/stored/backends/win32_file_device.cc Diff File
mod - core/src/win32/stored/backends/win32_file_device.h Diff File
mod - core/src/win32/stored/backends/win32_tape_device.cc Diff File
mod - core/src/win32/stored/backends/win32_tape_device.h Diff File

master c2df33dd

2021-05-18 18:58

joergs

Ported: N/A

Details Diff
On modern systemd the network is only 'ip' ready at network-online target.

Require: network.target, but start after network-online.service.
remote-fs.target is not a requirement, but if the target exists,
our daemons should start after reaching this target.

Synchronize Debian systemd service files to RPM systemd service files.
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
 First  Prev  1 2 3 ... 60 ... 120 ... 156 157 158 159 160 161 162 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last