Changesets: bareos
master 686394a6 2020-06-15 14:54 Ported: N/A Details Diff |
bvfs: Prevent from unique key violations on .bvfs_update When multiple .bvfs_update operations were run simultaneously and both jobs have many common paths, it was possible that this caused unique constraint violation errors (PostgreSQL) or duplicate entry errors (MySQL/MariaDB). While this did not cause any functional problem, it could bloat logs with lots of error messages in some cases. This change adds an explicit exclusive write lock to prevent from such error messages. |
||
mod - core/src/cats/bdb_query_enum_class.h | Diff File | ||
mod - core/src/cats/bdb_query_names.inc | Diff File | ||
mod - core/src/cats/bvfs.cc | Diff File | ||
add - core/src/cats/dml/0078_bvfs_lock_pathhierarchy_0 | Diff File | ||
add - core/src/cats/dml/0078_bvfs_lock_pathhierarchy_0.mysql | Diff File | ||
add - core/src/cats/dml/0078_bvfs_lock_pathhierarchy_0.postgresql | Diff File | ||
add - core/src/cats/dml/0079_bvfs_unlock_tables_0 | Diff File | ||
add - core/src/cats/dml/0079_bvfs_unlock_tables_0.mysql | Diff File | ||
mod - core/src/cats/mysql_queries.inc | Diff File | ||
mod - core/src/cats/postgresql_queries.inc | Diff File | ||
mod - core/src/cats/sqlite_queries.inc | Diff File | ||
master 9c7ffe0d 2020-06-15 11:29 Ported: N/A Details Diff |
pyplug-fd-postgres test: now works with debian 10 | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 429c7cf5 2020-06-12 21:39 Ported: N/A Details Diff |
pyplug-fd-postgres test: can be run as root user When running as user root, the database needs to run as user postgresql as pg_ctl cannot be started as root. |
||
mod - systemtests/tests/pyplug-fd-postgres/database/setup_local_db.sh | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 955dac61 2020-06-12 19:39 Ported: N/A Details Diff |
systemtests: fix pyplug-fd-postgres test - fix typo in fileset/PluginTest.conf.in that caused the problems - check for requirements of pyplug-fd-postgres test before activating - setup_local_db: wait long enough for start of db - testrunner: increase timeout variable |
||
mod - core/src/plugins/filed/BareosFdPluginPostgres.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/client-initiated/testrunner | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/database/setup_local_db.sh | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
master 4b4da6a1 2020-06-12 13:23 Ported: N/A Details Diff |
client-initiated test: wait for client to connect | ||
mod - systemtests/tests/client-initiated/testrunner | Diff File | ||
master 99f3914b 2020-06-11 14:35 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000543 from bareos/dev/franku/master/remove_warnings dev/franku/master/remove warnings |
||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - core/src/stored/ndmp_tape.cc | Diff File | ||
mod - core/src/tests/dlist_test.cc | Diff File | ||
master bf512b68 2020-06-11 14:27 Ported: N/A Details Diff |
systemtests: remove redundant information from backup-bareos-droplet-s3-test | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 4b8cd151 2020-06-10 20:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000530 from bareos/dev/maik/master/local_fileset_weird_files python-plugins: improve statp handling in localfileset plugin |
||
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/BareosFdPluginLocalFilesetWithRestoreObjects.py | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/bareos-fd-local-fileset-with-restoreobjects.py | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/testrunner | Diff File | ||
mod - systemtests/tests/pyplug-fd-local-fileset/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/pyplug-fd-local-fileset/testrunner | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 4736bc72 2020-06-10 19:59 Ported: N/A Details Diff |
python-fd-postgres: remove fileset 'pgtest' reference | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 9433732e 2020-06-10 19:36 Ported: N/A Details Diff |
python-fd-postgres test: use @test_name@ in dbHost | ||
mod - systemtests/tests/pyplug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
master 970cb669 2020-06-10 19:13 Ported: N/A Details Diff |
python plugins: Fix problems after rebase | ||
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/BareosFdPluginLocalFilesetWithRestoreObjects.py | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/bareos-fd-local-fileset-with-restoreobjects.py | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
master 618c040b 2020-06-10 18:17 Committer: pstorz Ported: N/A Details Diff |
python-plugins: add sanity file-exists check | ||
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
master fea68e4b 2020-06-10 18:07 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000531 from bareos/dev/pstorz/master/shorten-systemtest-names systemtests: remove redundant information from names |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 9d0733b2 2020-06-10 17:46 Ported: N/A Details Diff |
tests: place dlist on the heap instead on the stack to remove a warning | ||
mod - core/src/tests/dlist_test.cc | Diff File | ||
master 3e12c981 2020-06-10 14:23 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000538 from bareos/dev/joergs/master/cleanup-images core: removed unused image files. |
||
rm - core/src/images/0p.png | Diff File | ||
rm - core/src/images/16p.png | Diff File | ||
rm - core/src/images/32p.png | Diff File | ||
rm - core/src/images/48p.png | Diff File | ||
rm - core/src/images/64p.png | Diff File | ||
rm - core/src/images/80p.png | Diff File | ||
rm - core/src/images/96p.png | Diff File | ||
rm - core/src/images/applications-graphics.png | Diff File | ||
rm - core/src/images/applications-graphics.svg | Diff File | ||
rm - core/src/images/backup.png | Diff File | ||
rm - core/src/images/bareos_logo_shadow.png | Diff File | ||
rm - core/src/images/browse.png | Diff File | ||
rm - core/src/images/browse.svg | Diff File | ||
rm - core/src/images/cartridge-edit.png | Diff File | ||
rm - core/src/images/cartridge-edit.svg | Diff File | ||
rm - core/src/images/cartridge.png | Diff File | ||
rm - core/src/images/cartridge.svg | Diff File | ||
rm - core/src/images/check.png | Diff File | ||
rm - core/src/images/check.svg | Diff File | ||
rm - core/src/images/connected.png | Diff File | ||
rm - core/src/images/copy.png | Diff File | ||
rm - core/src/images/cut.png | Diff File | ||
rm - core/src/images/disconnected.png | Diff File | ||
rm - core/src/images/edit-cut.png | Diff File | ||
rm - core/src/images/edit-delete.png | Diff File | ||
rm - core/src/images/edit-delete.svg | Diff File | ||
rm - core/src/images/edit.png | Diff File | ||
rm - core/src/images/emblem-system.png | Diff File | ||
rm - core/src/images/emblem-system.svg | Diff File | ||
rm - core/src/images/estimate-job.png | Diff File | ||
rm - core/src/images/estimate-job.svg | Diff File | ||
rm - core/src/images/extern.png | Diff File | ||
rm - core/src/images/folder.png | Diff File | ||
rm - core/src/images/folder.svg | Diff File | ||
rm - core/src/images/folderbothchecked.png | Diff File | ||
rm - core/src/images/folderbothchecked.svg | Diff File | ||
rm - core/src/images/folderchecked.png | Diff File | ||
rm - core/src/images/folderchecked.svg | Diff File | ||
rm - core/src/images/folderunchecked.png | Diff File | ||
rm - core/src/images/folderunchecked.svg | Diff File | ||
rm - core/src/images/go-down.png | Diff File | ||
rm - core/src/images/go-down.svg | Diff File | ||
rm - core/src/images/go-jump.png | Diff File | ||
rm - core/src/images/go-jump.svg | Diff File | ||
rm - core/src/images/go-up.png | Diff File | ||
rm - core/src/images/go-up.svg | Diff File | ||
rm - core/src/images/graph1.png | Diff File | ||
rm - core/src/images/graph1.svg | Diff File | ||
rm - core/src/images/help-browser.png | Diff File | ||
rm - core/src/images/help-browser.svg | Diff File | ||
rm - core/src/images/home.png | Diff File | ||
rm - core/src/images/inflag0.png | Diff File | ||
rm - core/src/images/inflag1.png | Diff File | ||
rm - core/src/images/inflag2.png | Diff File | ||
rm - core/src/images/intern.png | Diff File | ||
rm - core/src/images/joblog.png | Diff File | ||
rm - core/src/images/joblog.svg | Diff File | ||
rm - core/src/images/label.png | Diff File | ||
rm - core/src/images/mail-message-new.png | Diff File | ||
rm - core/src/images/mail-message-new.svg | Diff File | ||
rm - core/src/images/mail-message-pending.png | Diff File | ||
rm - core/src/images/mail-message-pending.svg | Diff File | ||
rm - core/src/images/mark.png | Diff File | ||
rm - core/src/images/media-floppy.svg | Diff File | ||
rm - core/src/images/network-server.png | Diff File | ||
rm - core/src/images/network-server.svg | Diff File | ||
rm - core/src/images/new.png | Diff File | ||
rm - core/src/images/next.png | Diff File | ||
rm - core/src/images/open.png | Diff File | ||
rm - core/src/images/package-x-generic.png | Diff File | ||
rm - core/src/images/package-x-generic.svg | Diff File | ||
rm - core/src/images/page-next.gif | Diff File | ||
rm - core/src/images/page-prev.gif | Diff File | ||
rm - core/src/images/paste.png | Diff File | ||
rm - core/src/images/prev.png | Diff File | ||
rm - core/src/images/print.png | Diff File | ||
rm - core/src/images/purge.png | Diff File | ||
rm - core/src/images/restore.png | Diff File | ||
rm - core/src/images/run.png | Diff File | ||
rm - core/src/images/runit.png | Diff File | ||
rm - core/src/images/save.png | Diff File | ||
rm - core/src/images/server.png | Diff File | ||
rm - core/src/images/status-console.png | Diff File | ||
rm - core/src/images/status-console.svg | Diff File | ||
rm - core/src/images/status.png | Diff File | ||
rm - core/src/images/status.svg | Diff File | ||
rm - core/src/images/system-file-manager.png | Diff File | ||
rm - core/src/images/system-file-manager.svg | Diff File | ||
rm - core/src/images/unchecked.png | Diff File | ||
rm - core/src/images/unchecked.svg | Diff File | ||
rm - core/src/images/undo.png | Diff File | ||
rm - core/src/images/unmark.png | Diff File | ||
rm - core/src/images/up.png | Diff File | ||
rm - core/src/images/utilities-terminal.png | Diff File | ||
rm - core/src/images/utilities-terminal.svg | Diff File | ||
rm - core/src/images/view-refresh.png | Diff File | ||
rm - core/src/images/view-refresh.svg | Diff File | ||
rm - core/src/images/weather-severe-alert.png | Diff File | ||
rm - core/src/images/weather-severe-alert.svg | Diff File | ||
rm - core/src/images/zoom.png | Diff File | ||
master d4ab4ddb 2020-06-10 14:23 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000539 from bareos/dev/joergs/master/traymonitor-fix traymonitor fixes |
||
mod - core/debian/bareos-traymonitor.install.in | Diff File | ||
mod - core/debian/bareos-traymonitor.postinst.in | Diff File | ||
mod - core/debian/bareos-traymonitor.postrm | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
mod - core/src/defaultconfigs/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
mod - core/src/defaultconfigs/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
mod - core/src/defaultconfigs/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - core/src/images/bareos-logo_128x128.png | Diff File | ||
mod - core/src/qt-tray-monitor/CMakeLists.txt | Diff File | ||
mod - core/src/qt-tray-monitor/bareos-tray-monitor.desktop.in | Diff File | ||
rm - core/src/qt-tray-monitor/bareos-tray-monitor.xpm | Diff File | ||
rm - core/src/qt-tray-monitor/tray-monitor.pro.in | Diff File | ||
master ba2e1efd 2020-06-10 12:31 Ported: N/A Details Diff |
systemtests: remove redundant information from names removed the words: test,plugin,bareos,backup,works-on * backup-bareos-client-initiated-test -> client-initiated * reload-works-on-adding-uncommented-string -> reload-add-uncommented-string * multiplied-device-test -> multiplied-device |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 12dee197 2020-06-09 20:53 Ported: N/A Details Diff |
ua: place dlist on the heap instead on the stack to remove a warning | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
master 133087f0 2020-06-09 20:46 Ported: N/A Details Diff |
ndmp: replace alist by std::vector | ||
mod - core/src/stored/ndmp_tape.cc | Diff File | ||
master 0530a089 2020-06-09 19:30 Ported: N/A Details Diff |
python-bareos: fixes the upload url for PyPI.org To upload packages to PyPI.org, the URL https://upload.pypi.org/legacy/ must be used. However, our configuration has set https://pypi.org/legacy/. This commit removes the parameter repository_url altogether, because the default is already the correct URL. |
||
mod - .github/workflows/publish-release-to-pypi.yml | Diff File | ||
bareos-19.2 25b5c853 2020-06-09 19:30 Ported: N/A Details Diff |
python-bareos: fixes the upload url for PyPI.org To upload packages to PyPI.org, the URL https://upload.pypi.org/legacy/ must be used. However, our configuration has set https://pypi.org/legacy/. This commit removes the parameter repository_url altogether, because the default is already the correct URL. |
||
mod - .github/workflows/publish-release-to-pypi.yml | Diff File | ||
master cb8a7bf0 2020-06-09 19:18 Ported: N/A Details Diff |
traymonitor: set resource names to ...-local for local resources This configuration resources only refer to local daemons and each file should only be installed, if the corresponding daemon is installed. This partly reverts 15b1c847fd0e2ae439f2e5697b31c21f97347e5f |
||
mod - core/src/defaultconfigs/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
mod - core/src/defaultconfigs/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
mod - core/src/defaultconfigs/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
master 37b80a40 2020-06-09 19:15 Ported: N/A Details Diff |
traymonitor: also adapt settings in the traymonitor.d config directory | ||
mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
master 0ec2c5b1 2020-06-09 19:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000535 from arogge/dev/arogge/master/fix-spool-segfault Fix Segfault in SpoolDevice::~SpoolDevice() |
||
mod - core/src/lib/signal.cc | Diff File | ||
mod - core/src/stored/spool.cc | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/backup-bareos-spool-test/testrunner | Diff File | ||
master c71372e1 2020-06-09 19:08 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000540 from arogge/dev/arogge/master/remove-traymon-conf-systemtest systemtests: remove tray-monitor configuration |
||
rm - systemtests/tests/backup-bareos-client-initiated-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-client-initiated-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-client-initiated-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-client-initiated-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test-with-tls-cert/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test-with-tls-cert/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test-with-tls-cert/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test-with-tls-cert/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-encrypt-signature-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-notls/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-notls/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-notls/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-notls/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-passive-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-passive-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-passive-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-passive-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/backup-bareos-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bscan/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bscan/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/backup-bscan/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/backup-bscan/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/bconsole-status-client/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/bconsole-status-client/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/bconsole-status-client/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/bconsole-status-client/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/config-syntax-crash/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/config-syntax-crash/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/config-syntax-crash/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/config-syntax-crash/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/copy-bscan/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/copy-bscan/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/copy-bscan/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/copy-bscan/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/copy-remote-bscan/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/copy-remote-bscan/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/copy-remote-bscan/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/copy-remote-bscan/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/dbcopy-mysql-postgresql-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/dbcopy-mysql-postgresql-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/dbcopy-mysql-postgresql-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/dbcopy-mysql-postgresql-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/glusterfs-backend/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/glusterfs-backend/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/glusterfs-backend/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/glusterfs-backend/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/multiplied-device-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/multiplied-device-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/multiplied-device-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/multiplied-device-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-ovirt-plugin-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-ovirt-plugin-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-ovirt-plugin-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-ovirt-plugin-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-sd-plugin-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-sd-plugin-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-sd-plugin-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-sd-plugin-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/scheduler-backup-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/scheduler-backup-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/scheduler-backup-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/scheduler-backup-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull-bscan/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull-bscan/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull-bscan/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull-bscan/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/virtualfull/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/webui-common/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/webui-common/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/webui-common/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/webui-common/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File |