Changesets: bareos
master d5493752 2021-05-27 18:53 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 Ported: N/A Details Diff |
update CHANGELOG: cleanup systemd service dependencies 0000700 | ||
mod - CHANGELOG.md | Diff File | ||
master 3be44e0f 2021-05-27 15:04 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 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 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master f2c193a5 2021-05-26 20:10 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 |