Changesets: bareos
master a8d69c0b 2019-10-08 09:27 Ported: N/A Details Diff |
dird: add config directive and interface to director config - added GetAllJobResourcesByClientName - added ScheduleOnClientConnectInterval and documentation - added tests |
||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/dird/dird_conf.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/client-initiated-reconnect.cc | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/catalog/MyCatalog.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/client/bareos-fd.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/console/bareos-mon.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/director/bareos-dir.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/fileset/Catalog.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/fileset/LinuxAll.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/fileset/SelfTest.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/fileset/Windows All Drives.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/job/BackupCatalog.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/job/RestoreFiles.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/jobdefs/DefaultJob.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/messages/Daemon.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/messages/Standard.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/pool/Full.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/profile/operator.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/schedule/WeeklyCycle.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/schedule/WeeklyCycleAfterBackup.conf | Diff File | ||
add - core/src/tests/configs/client-initiated-reconnect/bareos-dir.d/storage/File.conf | Diff File | ||
master c4ca6c00 2019-10-07 18:25 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000299 from fbergkemper/dev/fbergkemper/master/docs-checkmark-fix docs: fix reference syntax |
||
mod - docs/manuals/source/TasksAndConcepts/NdmpBackupsWithBareos.rst | Diff File | ||
master 89c5858c 2019-10-07 16:45 Ported: N/A Details Diff |
docs: fix reference syntax | ||
mod - docs/manuals/source/TasksAndConcepts/NdmpBackupsWithBareos.rst | Diff File | ||
master f90662a8 2019-10-07 16:21 Ported: N/A Details Diff |
thread_list: improved list access - used a mutex to avoid a race condition - removed an unneccessary pointer guard |
||
mod - core/src/lib/thread_list.cc | Diff File | ||
mod - core/src/lib/thread_list.h | Diff File | ||
mod - core/src/tests/thread_list.cc | Diff File | ||
master 3b6ce2ff 2019-10-07 14:33 Ported: N/A Details Diff |
fixup: move a configure macro to config.h - HAVE_IS_TRIVIALLY_COPYABLE in config.h instead of compiler call |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
master c5f11ffd 2019-10-07 14:30 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000034 from eurotux/master Thanks a lot for your contribution. |
||
add - fd-plugins/ovirt-plugin/BareosFdPluginOvirt.py | Diff File | ||
add - fd-plugins/ovirt-plugin/bareos-fd-ovirt.py | Diff File | ||
add - fd-plugins/ovirt-plugin/packaging/bareos-ovirt-plugin.spec | Diff File | ||
master 017d3a6b 2019-10-07 12:43 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000004 from sduehr/ovirt-plugin-improve-snapshot-removal Ovirt plugin improve snapshot removal |
||
mod - fd-plugins/ovirt-plugin/BareosFdPluginOvirt.py | Diff File | ||
master 4b4f7214 2019-10-06 18:43 Ported: N/A Details Diff |
fixup: corrected some win32 build errors - sigaction - strdup of possible null pointer |
||
mod - core/src/lib/lex.cc | Diff File | ||
mod - core/src/lib/signal.cc | Diff File | ||
master e0a88eb3 2019-10-06 18:17 Ported: N/A Details Diff |
fixup: more review fixes | ||
mod - core/src/filed/status.cc | Diff File | ||
mod - core/src/include/jcr.h | Diff File | ||
mod - core/src/lib/jcr.cc | Diff File | ||
mod - core/src/lib/volume_session_info.h | Diff File | ||
master 2ceca5cb 2019-10-04 20:04 Ported: N/A Details Diff |
fixup: replaced reinterpret_cast by static_cast | ||
mod - core/src/lib/watchdog_timer.cc | Diff File | ||
master 7323f4e5 2019-10-04 19:48 Ported: N/A Details Diff |
fixup: replaced INVALID_JCR by nullptr | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/jobq.cc | Diff File | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
mod - core/src/dird/ua_server.cc | Diff File | ||
mod - core/src/include/jcr.h | Diff File | ||
mod - core/src/lib/message.cc | Diff File | ||
mod - core/src/lib/thread_list.cc | Diff File | ||
mod - core/src/lib/thread_specific_data.cc | Diff File | ||
mod - core/src/lib/timer_thread.cc | Diff File | ||
mod - core/src/lib/watchdog.cc | Diff File | ||
mod - core/src/stored/stored.cc | Diff File | ||
master 603d6c3d 2019-10-04 19:45 Ported: N/A Details Diff |
fixup: minor review fixes | ||
mod - core/src/lib/thread_specific_data.cc | Diff File | ||
master 0ca2bd52 2019-10-04 19:42 Ported: N/A Details Diff |
fixup: moved an #include to top of file | ||
mod - core/src/lib/signal.cc | Diff File | ||
master dd906b38 2019-10-04 19:41 Ported: N/A Details Diff |
fixup: refactored mutex lock for recent job list | ||
mod - core/src/lib/recent_job_results_list.cc | Diff File | ||
master 6c047c68 2019-10-04 19:29 Ported: N/A Details Diff |
fixup: refactored JobControlRecord cache interface | ||
mod - core/src/include/jcr.h | Diff File | ||
mod - core/src/lib/jcr.cc | Diff File | ||
mod - core/src/tests/job_control_record.cc | Diff File | ||
master ea298554 2019-10-04 19:23 Committer: pstorz Ported: N/A Details Diff |
Improve exception handling on snapshot removal When calling the remove() method in end_vm_backup() to delete the snapshot, although it causes an exception, the snapshot removal is happening in the background. To handle this behaviour properly, the code now checks if the snapshot was really deleted before trying to call the remove() method again. |
||
mod - core/src/plugins/filed/BareosFdPluginOvirt.py | Diff File | ||
master 271eb8ca 2019-10-04 19:23 Ported: N/A Details Diff |
Improve exception handling on snapshot removal When calling the remove() method in end_vm_backup() to delete the snapshot, although it causes an exception, the snapshot removal is happening in the background. To handle this behaviour properly, the code now checks if the snapshot was really deleted before trying to call the remove() method again. |
||
mod - fd-plugins/ovirt-plugin/BareosFdPluginOvirt.py | Diff File | ||
master 7f18805a 2019-10-04 19:02 Ported: N/A Details Diff |
fixup: refactored some exception code | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - core/src/filed/status.cc | Diff File | ||
mod - core/src/lib/bsys.cc | Diff File | ||
mod - core/src/lib/recent_job_results_list.cc | Diff File | ||
mod - core/src/stored/status.cc | Diff File | ||
mod - core/src/tests/recent_job_results_list.cc | Diff File | ||
master 160e85c3 2019-10-04 18:13 Ported: N/A Details Diff |
fixup: added file header | ||
mod - core/src/compile_tests/trivially_copyable.cc | Diff File | ||
master fcc2baf0 2019-10-04 17:56 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000296 from joergsteffens/dev/joergs/master/python-fix systemtests: python-bareos-unittest: bugfixes |
||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master 2afc0d5b 2019-10-04 16:10 Ported: N/A Details Diff |
systemtests: python-bareos-unittest: bugfixes | ||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master 611cb166 2019-10-02 18:50 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000294 from bareos/dev/bpoed/master/localization localization updates from https://poeditor.com/projects/view?id=180893 |
||
mod - webui/module/Application/language/cn_CN.mo | Diff File | ||
mod - webui/module/Application/language/cn_CN.po | Diff File | ||
mod - webui/module/Application/language/cs_CZ.mo | Diff File | ||
mod - webui/module/Application/language/cs_CZ.po | Diff File | ||
mod - webui/module/Application/language/de_DE.mo | Diff File | ||
mod - webui/module/Application/language/de_DE.po | Diff File | ||
mod - webui/module/Application/language/es_ES.mo | Diff File | ||
mod - webui/module/Application/language/es_ES.po | Diff File | ||
mod - webui/module/Application/language/fr_FR.mo | Diff File | ||
mod - webui/module/Application/language/fr_FR.po | Diff File | ||
mod - webui/module/Application/language/hu_HU.mo | Diff File | ||
mod - webui/module/Application/language/hu_HU.po | Diff File | ||
mod - webui/module/Application/language/it_IT.mo | Diff File | ||
mod - webui/module/Application/language/it_IT.po | Diff File | ||
mod - webui/module/Application/language/nl_BE.mo | Diff File | ||
mod - webui/module/Application/language/nl_BE.po | Diff File | ||
mod - webui/module/Application/language/pl_PL.mo | Diff File | ||
mod - webui/module/Application/language/pl_PL.po | Diff File | ||
mod - webui/module/Application/language/pt_BR.mo | Diff File | ||
mod - webui/module/Application/language/pt_BR.po | Diff File | ||
mod - webui/module/Application/language/ru_RU.mo | Diff File | ||
mod - webui/module/Application/language/ru_RU.po | Diff File | ||
mod - webui/module/Application/language/sk_SK.mo | Diff File | ||
mod - webui/module/Application/language/sk_SK.po | Diff File | ||
mod - webui/module/Application/language/tr_TR.mo | Diff File | ||
mod - webui/module/Application/language/tr_TR.po | Diff File | ||
master efda0ce9 2019-10-02 18:33 bpoed Ported: N/A Details Diff |
Update tr_TR.po (POEditor.com) | ||
mod - webui/module/Application/language/tr_TR.po | Diff File | ||
master 16f738e7 2019-10-02 18:33 bpoed Ported: N/A Details Diff |
Update tr_TR.mo (POEditor.com) | ||
mod - webui/module/Application/language/tr_TR.mo | Diff File | ||
master 4296577e 2019-10-02 18:31 bpoed Ported: N/A Details Diff |
Update es_ES.po (POEditor.com) | ||
mod - webui/module/Application/language/es_ES.po | Diff File |