bareos: master cab4ac66
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Bareos Bot | GitHub | master | 2023-10-30 18:13 | master 9c3b6a38 | Pending |
Changeset | Merge pull request 0001541 bareos-fd-plugin: new python PostgreSQL |
||||
mod - CHANGELOG.md | Diff File | ||||
mod - core/platforms/packaging/bareos.spec | Diff File | ||||
mod - core/src/filed/fd_plugins.cc | Diff File | ||||
mod - core/src/findlib/find.cc | Diff File | ||||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||||
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py | Diff File | ||||
mod - core/src/plugins/filed/python/module/bareosfd.cc | Diff File | ||||
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py | Diff File | ||||
add - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File | ||||
mod - core/src/plugins/filed/python/python-fd.cc | Diff File | ||||
mod - debian/bareos-filedaemon-postgresql-python-plugin.install.in | Diff File | ||||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PerconaXtraBackupPlugin.rst.inc | Diff File | ||||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PostgreSQLPlugin.rst.inc | Diff File | ||||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||||
mod - systemtests/scripts/cleanup | Diff File | ||||
mod - systemtests/scripts/functions | Diff File | ||||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||||
mod - systemtests/tests/py3plug-fd-libcloud/testrunner | Diff File | ||||
mod - systemtests/tests/py3plug-fd-postgres/CMakeLists.txt | Diff File | ||||
mod - systemtests/tests/py3plug-fd-postgres/testrunner-default | Diff File | ||||
mod - systemtests/tests/py3plug-fd-postgres/testrunner-roles | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/CMakeLists.txt | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/database/make_cluster_activity.sql | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestRole.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestTablespace.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bconsole.conf.in | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/testrunner-default | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/testrunner-roles | Diff File | ||||
add - systemtests/tests/py3plug-fd-postgresql/testrunner-tablespace | Diff File |