Changesets: bareos
master 59456e3c 2021-01-21 12:50 Ported: N/A Details Diff |
dird: Change Copy Job behaviour This commit changes the copy and migration job behaviour regarding Archive Jobs. Archive Jobs are now taken into account when copying jobs via Selection Type PoolUncopiedJobs and SQLQuery. |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/migrate.cc | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/job/copy-job1.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/job/copy-job2.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/pool/Copy.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-dir.d/storage/File2.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/copy-archive-job/testrunner | Diff File | ||
master 46f3b16e 2021-01-19 18:05 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000694 from benibr/feature/systemd_reload added systemd reload commands |
||
mod - core/platforms/systemd/bareos-dir.service.in | Diff File | ||
mod - debian/bareos-director.service.in | Diff File | ||
master df6190ff 2021-01-19 17:48 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000716 from bareos/dev/franku/master/docs-unittests docs: add more information for unittests |
||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
add - core/src/plugins/filed/python/test/simple-test-example.py | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/tests.rst | Diff File | ||
master 0341cce8 2021-01-19 14:11 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000715 from bareos/dev/pstorz/master/freebsd-solaris-systemtests run systemtests also on freebsd and solaris during build |
||
mod - CMakeLists.txt | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/Makefile | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
master 191e2405 2021-01-18 16:33 Ported: N/A Details Diff |
docs: add more information for unittests Co-authored-by: Philipp Storz <philipp.storz@bareos.com> |
||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
add - core/src/plugins/filed/python/test/simple-test-example.py | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/tests.rst | Diff File | ||
master 5041b6eb 2021-01-18 16:06 Ported: N/A Details Diff |
CMake: use "site_name()" to find out hostname on all platforms | ||
mod - CMakeLists.txt | Diff File | ||
master b058dd13 2021-01-18 15:13 Ported: N/A Details Diff |
systemtests: custom_pretest: do not exit 1 when hostname is not correct | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
master 74af5e45 2021-01-18 11:53 Ported: N/A Details Diff |
tests/CMakelists: add DISABLE option to bareos_gtest_add_tests macro And set DISABLE to TRUE when running on Solaris. |
||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 41a0e819 2021-01-18 11:31 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000714 from joergsteffens/dev/joergs/master/travis-postgresql-new travis: adapt badge to travis-ci.com |
||
mod - README.md | Diff File | ||
master 437cdcb9 2021-01-15 13:26 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000711 from bareos/dev/joergs/master/doc-copyright docs: update copyright year |
||
mod - docs/manuals/source/copyright.rst | Diff File | ||
master f6a82539 2021-01-14 20:03 Ported: N/A Details Diff |
travis: adapt badge to travis-ci.com | ||
mod - README.md | Diff File | ||
master 8974e2c2 2021-01-14 16:32 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000712 from joergsteffens/dev/joergs/master/travis-postgresql-new travis: use dist=bionic as default |
||
mod - .travis.yml | Diff File | ||
mod - .travis/travis_before_script.sh | Diff File | ||
master 35c2f4a3 2021-01-14 15:04 Ported: N/A Details Diff |
freebsd: run ctests once | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/Makefile | Diff File | ||
master 6cb66bbe 2021-01-14 15:03 Ported: N/A Details Diff |
tests: scripts/functions: use gtar on SunOS to unpack | ||
mod - systemtests/scripts/functions | Diff File | ||
master beca63a7 2021-01-14 15:02 Ported: N/A Details Diff |
tests: skip sd_reservation on solaris as it fails | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 3b02c19e 2021-01-14 00:36 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000701 from bareos/dev/franku/master/pre-check-hostname systemtests: check if cmake-configured hostname is same |
||
mod - CMakeLists.txt | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
master 3a7b3109 2021-01-11 18:55 Ported: N/A Details Diff |
docs: update copyright year | ||
mod - docs/manuals/source/copyright.rst | Diff File | ||
master b7e6f63e 2021-01-11 18:47 Ported: N/A Details Diff |
UCS: adapt download URL to new format (bareos >= 20) | ||
mod - core/platforms/univention/conffiles/etc/apt/sources.list.d/60_bareos.list.in | Diff File | ||
master 27dda449 2021-01-11 17:44 Ported: N/A Details Diff |
systemtests: cosmetic change to pretest check configured hostname | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
master 5dc2f9f8 2021-01-11 00:09 Ported: N/A Details Diff |
systemtests: pretest check configured hostname - when running systemtests with ctest it now checks if the configured hostname in the configuration files is the same as the actual hostname - if the configured hostname is "localhost" or "127.0.0.1" or "::1" no check will be performed - configure hostname in the toplevel directory |
||
mod - CMakeLists.txt | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
master e522291a 2021-01-10 13:18 Tomáš Habarta Ported: N/A Details Diff |
scripts: cleaned up code for postgresql db creation | ||
mod - AUTHORS | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/create_bareos_database.in | Diff File | ||
master 88f89db5 2021-01-08 15:59 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000708 from bareos/dev/joergs/master/debian-control-cleanup core: adapt debian/control to new version of debian/control.in |
||
mod - debian/control | Diff File | ||
master a561aed2 2021-01-08 14:13 Ported: N/A Details Diff |
core: adapt debian/control to new version of debian/control.in debian/control is generated from debian/control.in during cmake. This change (adding 2 blank lines) prevents that this file differs from git after every run of cmake. This change is required, as the optional package bareos-storage-droplet has been added recently. |
||
mod - debian/control | Diff File | ||
master 31c8e648 2021-01-07 12:57 Ported: N/A Details Diff |
docs: cleanup using check-sources | ||
mod - docs/manuals/source/DeveloperGuide/PythonBareos.rst | Diff File | ||
mod - docs/manuals/source/conf.py | Diff File | ||
mod - docs/manuals/source/genindex.rst | Diff File | ||
mod - python-bareos/bareos/__init__.py | Diff File | ||
mod - python-bareos/bareos/bsock/bsock.py | Diff File | ||
mod - python-bareos/bareos/bsock/bsockjson.py | Diff File | ||
mod - python-bareos/bareos/bsock/connectiontype.py | Diff File | ||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/directorconsolejson.py | Diff File | ||
mod - python-bareos/bareos/bsock/filedaemon.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/bsock/protocolmessageids.py | Diff File | ||
mod - python-bareos/bareos/bsock/protocolversions.py | Diff File | ||
mod - python-bareos/bareos/bsock/tlsversionparser.py | Diff File | ||
mod - python-bareos/bareos/exceptions.py | Diff File | ||
mod - python-bareos/bareos/util/__init__.py | Diff File | ||
mod - python-bareos/bareos/util/bareosbase64.py | Diff File | ||
mod - python-bareos/bareos/util/password.py | Diff File | ||
mod - python-bareos/bareos/util/path.py | Diff File | ||
master 88614c61 2021-01-07 11:47 Ported: N/A Details Diff |
docs: adapt to be buildable with Sphinx 1.7.6 | ||
mod - docs/manuals/source/DeveloperGuide/PythonBareos.rst | Diff File | ||
mod - docs/manuals/source/conf.py | Diff File |