Changesets: bareos

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

master 51a829d7

2021-05-17 19:18

pstorz

Ported: N/A

Details Diff
systemtests: add NDMP test

To enable the system ndmp test call cmake with:
-Dndmp_data_agent_address=<ip.of.data.agent> \
-Dndmp_data_agent_user=<user> \
-Dndmp_data_agent_password=<password>
mod - CHANGELOG.md Diff File
mod - CMakeLists.txt Diff File
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/environment.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/client/isilon.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/fileset/isilon-fileset.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/NDMPRestoreDump.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/isilondump.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/ndmp-copy-isilon.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPJob.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPRestoreJob.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/messages/Daemon.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/messages/Standard.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/pool/isilon-copy.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/pool/isilon.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/storage/ndmp.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/client/myself.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/messages/Standard.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/device/FileStorage2.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/messages/Standard.conf Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/ndmp/ndmp.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in Diff File
add - systemtests/tests/ndmp/etc/bareos/bconsole.conf.in Diff File
add - systemtests/tests/ndmp/testrunner Diff File

master b7fecb57

2021-05-14 13:36

pstorz

Ported: N/A

Details Diff
gtest: sd_reservation test: fix on wincross-fedora 34

(cherry picked from commit 01816b9659bcc9ff9139486bfc01400fd20b4c84)
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single1.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single3.conf Diff File

master 01816b96

2021-05-14 13:36

pstorz

Ported: N/A

Details Diff
gtest: sd_reservation test: fix on wincross-fedora 34
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single1.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single3.conf Diff File

master 414fcdcf

2021-05-12 19:21

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000817 from bmwiedemann/opensuse153

Fix build for newer openSUSE releases
mod - AUTHORS Diff File
mod - core/platforms/packaging/bareos.spec Diff File

master 1964c83d

2021-05-12 18:21

pstorz

Ported: N/A

Details Diff
systemtests: introduce SKIP_RETURN_CODE 77 for system tests

gfapi-fd test: return with SKIP_RETURN_CODE if sudo of required commands
is not possible
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/tests/gfapi-fd/testrunner Diff File

master 959a6276

2021-05-12 16:09

Bernhard M. Wiedemann

Ported: N/A

Details Diff
Fix build for openSUSE Leap 15.3
mod - AUTHORS Diff File
mod - core/platforms/packaging/bareos.spec Diff File

master 03415504

2021-05-12 12:19

pstorz

Ported: N/A

Details Diff
bareos.spec: do not build mysql for Fedora >=34
mod - core/platforms/packaging/bareos.spec Diff File

master badb8091

2021-05-11 18:09

pstorz

Ported: N/A

Details Diff
systemtests: fix gfapi variable replacement, find sudo binary
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindPrograms.cmake Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/tests/gfapi-fd/testrunner Diff File

bareos-18.2 08833c7c

2021-05-11 15:46

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000814 from bareos/dev/fbergkemper/bareos-18.2/fix-broken-hyperlink

docs: update PAM documentation
mod - docs/manuals/source/TasksAndConcepts/PAM.rst Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 245 246 247 248 249 250 251 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 696 697 698  Next  Last