bareos: master 890ec29a
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
pstorz | GitHub | master | 2021-11-24 15:07 | master f9b7e957 | Pending |
Changeset | Merge pull request 0000967 from bareos/dev/pstorz/master/mariabackup support backup of mariadb using mariabackup |
||||
mod - .gitignore | Diff File | ||||
mod - CHANGELOG.md | Diff File | ||||
mod - core/CMakeLists.txt | Diff File | ||||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||||
mod - core/platforms/packaging/bareos.spec | Diff File | ||||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||||
add - core/src/plugins/filed/python/mariabackup/BareosFdPluginMariabackup.py | Diff File | ||||
add - core/src/plugins/filed/python/mariabackup/bareos-fd-mariabackup.py | Diff File | ||||
add - debian/bareos-filedaemon-mariabackup-python-plugin.install.in | Diff File | ||||
mod - debian/control.bareos-filedaemon-python-plugins-common | Diff File | ||||
mod - docs/pkglists/CentOS_7.x86_64 | Diff File | ||||
mod - docs/pkglists/CentOS_8.x86_64 | Diff File | ||||
mod - docs/pkglists/Debian_10.x86_64 | Diff File | ||||
mod - docs/pkglists/Debian_11.x86_64 | Diff File | ||||
mod - docs/pkglists/Debian_9.0.i586 | Diff File | ||||
mod - docs/pkglists/Debian_9.0.x86_64 | Diff File | ||||
mod - docs/pkglists/Fedora_31.x86_64 | Diff File | ||||
mod - docs/pkglists/Fedora_32.x86_64 | Diff File | ||||
mod - docs/pkglists/Fedora_33.x86_64 | Diff File | ||||
mod - docs/pkglists/Fedora_34.x86_64 | Diff File | ||||
mod - docs/pkglists/Fedora_35.x86_64 | Diff File | ||||
mod - docs/pkglists/RHEL_7.x86_64 | Diff File | ||||
mod - docs/pkglists/RHEL_8.x86_64 | Diff File | ||||
mod - docs/pkglists/SLE_12_SP5.x86_64 | Diff File | ||||
mod - docs/pkglists/SLE_15.x86_64 | Diff File | ||||
mod - docs/pkglists/SLE_15_SP1.x86_64 | Diff File | ||||
mod - docs/pkglists/SLE_15_SP2.x86_64 | Diff File | ||||
mod - docs/pkglists/SLE_15_SP3.x86_64 | Diff File | ||||
mod - docs/pkglists/Univention_4.3.x86_64 | Diff File | ||||
mod - docs/pkglists/Univention_4.4.x86_64 | Diff File | ||||
mod - docs/pkglists/openSUSE_Leap_15.2.x86_64 | Diff File | ||||
mod - docs/pkglists/openSUSE_Leap_15.3.x86_64 | 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 | ||||
mod - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||||
mod - systemtests/CMakeLists.txt | Diff File | ||||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||||
mod - systemtests/environment.in | Diff File | ||||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/CMakeLists.txt | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/fileset/MariabackupTest.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/etc/bareos/bconsole.conf.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/mysqldefaults.in | Diff File | ||||
add - systemtests/tests/py2plug-fd-mariabackup/testrunner | Diff File | ||||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/CMakeLists.txt | Diff File | ||||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/etc/bareos/bareos-dir.d/fileset/PerconaXtraBackupTest.conf.in | Diff File | ||||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||||
add - systemtests/tests/py3plug-fd-mariabackup | Diff File |