Changesets: bareos
master be8a1d87 2020-08-28 15:54 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000574 from bareos/dev/joergs/master/show-api2 Extend bconsole show command to support JSON output format (API 2) |
||
mod - core/src/console/console_conf.cc | Diff File | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/dird/dird_conf.h | Diff File | ||
mod - core/src/dird/job.cc | Diff File | ||
mod - core/src/dird/scheduler_private.cc | Diff File | ||
mod - core/src/dird/ua.cc | Diff File | ||
mod - core/src/dird/ua.h | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_output.h | Diff File | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/address_conf.cc | Diff File | ||
mod - core/src/lib/address_conf.h | Diff File | ||
mod - core/src/lib/bareos_resource.cc | Diff File | ||
mod - core/src/lib/bareos_resource.h | Diff File | ||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/messages_resource.cc | Diff File | ||
mod - core/src/lib/messages_resource.h | Diff File | ||
mod - core/src/lib/output_formatter.cc | Diff File | ||
mod - core/src/lib/output_formatter.h | Diff File | ||
add - core/src/lib/output_formatter_resource.cc | Diff File | ||
add - core/src/lib/output_formatter_resource.h | Diff File | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
mod - core/src/lib/parse_conf.h | Diff File | ||
mod - core/src/lib/parse_conf_callbacks.h | Diff File | ||
mod - core/src/lib/res.cc | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
mod - core/src/qt-tray-monitor/tray_conf.cc | Diff File | ||
mod - core/src/stored/autochanger_resource.cc | Diff File | ||
mod - core/src/stored/autochanger_resource.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/stored.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-pool-PoolType.rst.inc | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/scripts/setup | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-19.2.7-show-verbose.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-19.2.7-xc.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-address.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/orig/bareos-dir-19.2.7-show-verbose.conf | Diff File | ||
add - systemtests/tests/config-dump/etc/orig/bareos-dir-19.2.7-show.conf | Diff File | ||
add - systemtests/tests/config-dump/etc/orig/bareos-dir-19.2.7-xc.conf | Diff File | ||
add - systemtests/tests/config-dump/testrunner | Diff File | ||
mod - systemtests/tests/python-bareos/python-bareos-unittest.py | Diff File | ||
mod - systemtests/tests/python-bareos/testrunner | Diff File | ||
master 7cabd049 2020-08-28 14:38 Ported: N/A Details Diff |
dir: display archive jobs on (l)list backups Previously list backups and llist backups only displayed jobs of jobtype "Backup", but not jobtype "Archive". This patch now also displays jobs of jobtype "Archive". |
||
mod - core/src/dird/ua_output.cc | Diff File | ||
master bf35f978 2020-08-28 14:03 Ported: N/A Details Diff |
systemtests: add test for list backups This test that list backups lists jobs with jobtype backup and archive. |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/list-backups/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/list-backups/testrunner | Diff File | ||
master 867e5860 2020-08-28 12:56 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000561 from bareos/dev/franku/master/fix-droplet-timeout fix droplet timeout |
||
mod - core/src/droplet | Diff File | ||
mod - core/src/stored/backends/chunked_device.cc | Diff File | ||
mod - core/src/stored/backends/chunked_device.h | Diff File | ||
mod - core/src/stored/backends/droplet_device.cc | Diff File | ||
master 66a02b5f 2020-08-28 12:55 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000562 from bareos/dev/franku/master/connection-pool-fix Close connection pool sockets properly |
||
mod - core/src/dird/dird_conf.h | Diff File | ||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/filed/filed_conf.h | Diff File | ||
mod - core/src/filed/socket_server.cc | Diff File | ||
mod - core/src/lib/bnet_server_tcp.cc | Diff File | ||
mod - core/src/lib/bnet_server_tcp.h | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/connection_pool.cc | Diff File | ||
mod - core/src/lib/connection_pool.h | Diff File | ||
mod - core/src/stored/dir_cmd.cc | Diff File | ||
mod - core/src/stored/socket_server.cc | Diff File | ||
mod - core/src/stored/stored_conf.h | Diff File | ||
master 1da9cb49 2020-08-28 12:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000578 from bareos/dev/franku/master/multiline-quoted-strings Allow multiline quoted strings |
||
mod - core/src/lib/lex.cc | Diff File | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
bareos-19.2 e90c2da9 2020-08-28 12:52 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000580 from bareos/dev/franku/bareos-19.2/heartbeat-shutdown Fix hearbeat thread shutdown race condition |
||
mod - core/src/filed/heartbeat.cc | Diff File | ||
mod - core/src/filed/jcr_private.h | Diff File | ||
master bc0e7851 2020-08-27 19:08 Ported: N/A Details Diff |
travis: fix the travis checks The Travis checks did fail, because the Bareos project directory structure have changed. The Bareos WebUI is now build and packaged in the same step as the Bareos core. Also disables the tests for MySQL and Sqlite, as these are deprecated. Debian build now honors the flag DEB_BUILD_OPTIONS="nocheck" to skip tests. |
||
mod - .travis.yml | Diff File | ||
mod - .travis/all | Diff File | ||
mod - .travis/travis_before_install.sh | Diff File | ||
mod - .travis/travis_before_script.sh | Diff File | ||
mod - debian/control | Diff File | ||
mod - debian/rules | Diff File | ||
master c0bc6f41 2020-08-27 19:08 Committer: pstorz Ported: N/A Details Diff |
travis: fix the travis checks The Travis checks did fail, because the Bareos project directory structure have changed. The Bareos WebUI is now build and packaged in the same step as the Bareos core. Also disables the tests for MySQL and Sqlite, as these are deprecated. Debian build now honors the flag DEB_BUILD_OPTIONS="nocheck" to skip tests. |
||
mod - .travis.yml | Diff File | ||
mod - .travis/all | Diff File | ||
mod - .travis/travis_before_install.sh | Diff File | ||
mod - .travis/travis_before_script.sh | Diff File | ||
mod - debian/control | Diff File | ||
mod - debian/rules | Diff File | ||
bareos-17.2 c5bfaf5d 2020-08-27 17:48 Ported: N/A Details Diff |
debian: make sure ndmp headers are generated first Due to broken ordering in the makefile the ndmp headers might be created too late. This patch now generates them before invoking the "real" make. |
||
mod - debian/rules | Diff File | ||
master 3351e3b0 2020-08-27 17:33 Ported: N/A Details Diff |
docs: update config schema file | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
master c76007cf 2020-08-27 16:12 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000571 from bareos/dev/franku/master/mssql-vdi MSVDI: use a configurable timeout when requesting the config |
||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
mod - docs/manuals/source/Appendix/Howtos.rst | Diff File | ||
master c4ec2330 2020-08-27 16:11 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000570 from bareos/dev/franku/master/status-config dird: check user ACL for status configuration |
||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/console/bareos-acl.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bconsole-acl-none.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bconsole-acl-status-conf.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bconsole-acl-status.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/bareos-acl/testrunner | Diff File | ||
bareos-17.2 7fca0199 2020-08-26 23:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000579 from bareos/dev/arogge/bareos-17.2/disable-ceph-on-suse Changes to Bareos 17.2 to build with the current Continous Integration Suite |
||
mod - configure | Diff File | ||
mod - docs/pkglists/CentOS_6.x86_64 | Diff File | ||
mod - docs/pkglists/CentOS_7.x86_64 | Diff File | ||
rm - docs/pkglists/CentOS_8.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_10.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_8.0.i586 | Diff File | ||
mod - docs/pkglists/Debian_8.0.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_9.0.i586 | Diff File | ||
mod - docs/pkglists/Debian_9.0.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_29.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_30.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_31.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_32.x86_64 | Diff File | ||
rm - docs/pkglists/FreeBSD_11.3.amd64 | Diff File | ||
rm - docs/pkglists/FreeBSD_12.0.amd64 | Diff File | ||
rm - docs/pkglists/FreeBSD_12.1.amd64 | Diff File | ||
rm - docs/pkglists/MacOS_10.13.6.x64 | Diff File | ||
mod - docs/pkglists/RHEL_6.x86_64 | Diff File | ||
mod - docs/pkglists/RHEL_7.x86_64 | Diff File | ||
rm - docs/pkglists/RHEL_8.x86_64 | Diff File | ||
mod - docs/pkglists/SLE_12_SP4.x86_64 | Diff File | ||
mod - docs/pkglists/SLE_15.x86_64 | Diff File | ||
mod - docs/pkglists/SLE_15_SP1.x86_64 | Diff File | ||
rm - docs/pkglists/Solaris_11.4.i386 | Diff File | ||
rm - docs/pkglists/Solaris_11.4.sparc | Diff File | ||
rm - docs/pkglists/Univention_4.3.x86_64 | Diff File | ||
rm - docs/pkglists/openSUSE_Leap_15.0.x86_64 | Diff File | ||
mod - docs/pkglists/openSUSE_Leap_15.1.x86_64 | Diff File | ||
rm - docs/pkglists/openSUSE_Leap_15.2.x86_64 | Diff File | ||
rm - docs/pkglists/win32-debug | Diff File | ||
rm - docs/pkglists/win32-release | Diff File | ||
rm - docs/pkglists/win64-debug | Diff File | ||
rm - docs/pkglists/win64-release | Diff File | ||
mod - docs/pkglists/xUbuntu_16.04.i586 | Diff File | ||
mod - docs/pkglists/xUbuntu_16.04.x86_64 | Diff File | ||
mod - docs/pkglists/xUbuntu_18.04.x86_64 | Diff File | ||
rm - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
master 6cb95b50 2020-08-26 22:47 Ported: N/A Details Diff |
openssl: require at least OpenSSL v1.0.2 | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
master 589f93d6 2020-08-26 19:57 Ported: N/A Details Diff |
docs: use multiline Plugin strings in examples | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
bareos-19.2 2536984b 2020-08-26 19:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000577 from arogge/dev/arogge/bareos-19.2/xattr-bug allow backup/restore of cephfs mounts (Backport for Bareos 19.2) |
||
add - cmake/BareosCheckAcl.cmake | Diff File | ||
add - cmake/BareosCheckXattr.cmake | Diff File | ||
mod - core/src/dird/ua_purge.cc | Diff File | ||
mod - core/src/dird/ua_purge.h | Diff File | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
mod - core/src/filed/jcr_private.h | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/findlib/acl.cc | Diff File | ||
mod - core/src/findlib/acl.h | Diff File | ||
mod - core/src/findlib/xattr.cc | Diff File | ||
mod - core/src/findlib/xattr.h | Diff File | ||
mod - core/src/stored/bextract.cc | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/acl/testrunner | Diff File | ||
mod - systemtests/tests/volume-pruning-test/testrunner | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/xattr/testrunner | Diff File | ||
master e6f679f2 2020-08-26 19:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000554 from arogge/dev/arogge/master/xattr-bug allow backup/restore of cephfs mounts |
||
add - cmake/BareosCheckAcl.cmake | Diff File | ||
add - cmake/BareosCheckXattr.cmake | Diff File | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
mod - core/src/filed/jcr_private.h | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/findlib/acl.cc | Diff File | ||
mod - core/src/findlib/acl.h | Diff File | ||
mod - core/src/findlib/xattr.cc | Diff File | ||
mod - core/src/findlib/xattr.h | Diff File | ||
mod - core/src/stored/bextract.cc | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/acl/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/acl/testrunner | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/xattr/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/xattr/testrunner | Diff File | ||
bareos-17.2 a35d2918 2020-08-26 19:12 Ported: N/A Details Diff |
tests: sync pkglist with what is actually built | ||
mod - docs/pkglists/CentOS_6.x86_64 | Diff File | ||
mod - docs/pkglists/CentOS_7.x86_64 | Diff File | ||
rm - docs/pkglists/CentOS_8.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_10.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_8.0.i586 | Diff File | ||
mod - docs/pkglists/Debian_8.0.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_9.0.i586 | Diff File | ||
mod - docs/pkglists/Debian_9.0.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_29.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_30.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_31.x86_64 | Diff File | ||
rm - docs/pkglists/Fedora_32.x86_64 | Diff File | ||
rm - docs/pkglists/FreeBSD_11.3.amd64 | Diff File | ||
rm - docs/pkglists/FreeBSD_12.0.amd64 | Diff File | ||
rm - docs/pkglists/FreeBSD_12.1.amd64 | Diff File | ||
rm - docs/pkglists/MacOS_10.13.6.x64 | Diff File | ||
mod - docs/pkglists/RHEL_6.x86_64 | Diff File | ||
mod - docs/pkglists/RHEL_7.x86_64 | Diff File | ||
rm - docs/pkglists/RHEL_8.x86_64 | Diff File | ||
mod - docs/pkglists/SLE_12_SP4.x86_64 | Diff File | ||
mod - docs/pkglists/SLE_15.x86_64 | Diff File | ||
mod - docs/pkglists/SLE_15_SP1.x86_64 | Diff File | ||
rm - docs/pkglists/Solaris_11.4.i386 | Diff File | ||
rm - docs/pkglists/Solaris_11.4.sparc | Diff File | ||
rm - docs/pkglists/Univention_4.3.x86_64 | Diff File | ||
rm - docs/pkglists/openSUSE_Leap_15.0.x86_64 | Diff File | ||
mod - docs/pkglists/openSUSE_Leap_15.1.x86_64 | Diff File | ||
rm - docs/pkglists/openSUSE_Leap_15.2.x86_64 | Diff File | ||
rm - docs/pkglists/win32-debug | Diff File | ||
rm - docs/pkglists/win32-release | Diff File | ||
rm - docs/pkglists/win64-debug | Diff File | ||
rm - docs/pkglists/win64-release | Diff File | ||
mod - docs/pkglists/xUbuntu_16.04.i586 | Diff File | ||
mod - docs/pkglists/xUbuntu_16.04.x86_64 | Diff File | ||
mod - docs/pkglists/xUbuntu_18.04.x86_64 | Diff File | ||
rm - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||
master d5580650 2020-08-26 18:37 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000551 from banuchka/xtrabackup_fix_get_last_lsn fix get last_lsn value |
||
mod - core/src/plugins/filed/BareosFdPluginPerconaXtraBackup.py | Diff File | ||
master 75b2de8d 2020-08-26 17:33 Ported: N/A Details Diff |
systemtest config-dump: added new test This test checks if configuration data is written correctly by the "show" command. Checks both the modes: normal text, JSON. |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/scripts/setup | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-19.2.7-show-verbose.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-19.2.7-xc.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-address.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/config-dump/etc/orig/bareos-dir-19.2.7-show-verbose.conf | Diff File | ||
add - systemtests/tests/config-dump/etc/orig/bareos-dir-19.2.7-show.conf | Diff File | ||
add - systemtests/tests/config-dump/etc/orig/bareos-dir-19.2.7-xc.conf | Diff File | ||
add - systemtests/tests/config-dump/testrunner | Diff File | ||
master 95867413 2020-08-26 17:32 Ported: N/A Details Diff |
systemtest python-bareos: adapted for show command in JSON mode Skip the test "test_json_backend_with_invalid_json_output", as most commands now produce valid JSON output. Add the test "PythonBareosShowTest.test_fileset" to check, if a fileset content is written correctly into the catalog. Add the test PythonBareosJsonConfigTest.test_show_command. Verifies that the "show" command delivers valid JSON. |
||
mod - systemtests/tests/python-bareos/python-bareos-unittest.py | Diff File | ||
mod - systemtests/tests/python-bareos/testrunner | Diff File | ||
master 6764cf99 2020-08-26 17:32 Ported: N/A Details Diff |
core: add JSON output to the show command. The show command can print the configuration of the Bareos Director. To extend the functionality to also produce JSON output, the already existing OutputFormatter class is used. As the Bareos Daemons can all dump their configuration (in plain, none verbose mode), changes to all Daemons have been necessary. |
||
mod - core/src/console/console_conf.cc | Diff File | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/dird/dird_conf.h | Diff File | ||
mod - core/src/dird/job.cc | Diff File | ||
mod - core/src/dird/ua.cc | Diff File | ||
mod - core/src/dird/ua.h | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_output.h | Diff File | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/address_conf.cc | Diff File | ||
mod - core/src/lib/address_conf.h | Diff File | ||
mod - core/src/lib/bareos_resource.cc | Diff File | ||
mod - core/src/lib/bareos_resource.h | Diff File | ||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/messages_resource.cc | Diff File | ||
mod - core/src/lib/messages_resource.h | Diff File | ||
mod - core/src/lib/output_formatter.cc | Diff File | ||
mod - core/src/lib/output_formatter.h | Diff File | ||
add - core/src/lib/output_formatter_resource.cc | Diff File | ||
add - core/src/lib/output_formatter_resource.h | Diff File | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
mod - core/src/lib/parse_conf.h | Diff File | ||
mod - core/src/lib/parse_conf_callbacks.h | Diff File | ||
mod - core/src/lib/res.cc | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
mod - core/src/qt-tray-monitor/tray_conf.cc | Diff File | ||
mod - core/src/stored/autochanger_resource.cc | Diff File | ||
mod - core/src/stored/autochanger_resource.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/stored.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
bareos-17.2 d4272d11 2020-08-26 15:56 Ported: N/A Details Diff |
rpm: enable/disable building of cephfs/rados Previously ceph was simply autodetected. This patch allows to disable it using --without-cephfs and --without-rados. These flags are now automatically added when the rpm SPECfile macro ceph is set to 0. |
||
mod - configure | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-17.2 ebdef8eb 2020-08-26 14:10 Ported: N/A Details Diff |
rpm: disable ceph for suse 15 there was an incompatible change in ceph in SUSE 15.1, so we disable building ceph plugins there. You can just upgrade to Bareos 18.2 or newer if you need these plugins. |
||
mod - platforms/packaging/bareos.spec | Diff File |