Changesets: bareos
master 78d825a3 2022-10-21 12:57 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 0abfebee 2022-10-21 12:52 Alaa Eddine Elamri Ported: N/A Details Diff |
append.cc: fix empty incremental backups getting wrong number of files | ||
mod - core/src/stored/append.cc | Diff File | ||
master a35c24bf 2022-10-21 12:48 Andreas Rogge Ported: N/A Details Diff |
win32: refactor all uses of GetProcAddress This patch wraps GetProcAddress into a C++ template to make it easier to use and to allow us to ignore the cast-function-type warning in a central location. It also simplifies a lot of the uses due to template argument deduction and changes winapi.cc to use macros that reduce repetition. |
||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/osinfo_win32.cc | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/win32/compat/winapi.cc | Diff File | ||
mod - core/src/win32/filed/vss_generic.cc | Diff File | ||
mod - core/src/win32/generic/service.cc | Diff File | ||
master b0bb6d2e 2022-10-21 12:36 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001262 dird: cats: remove copy and migration jobs with no data from catalog |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/sql_update.cc | Diff File | ||
mod - core/src/dird/migrate.cc | Diff File | ||
mod - core/src/dird/ua_prune.cc | Diff File | ||
mod - core/src/dird/ua_purge.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/MigrationAndCopy.rst | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/copy-migrate/etc/bareos/bareos-dir.d/job/migrate.conf | Diff File | ||
add - systemtests/tests/copy-migrate/testrunner-05-migrate | Diff File | ||
master 6dd0d902 2022-10-21 12:31 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c66a0e19 2022-10-21 12:23 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: update parallel-jobs test | ||
add - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/job/slow-backup-big-volume.conf | Diff File | ||
add - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/job/slow-backup-small-volumes.conf | Diff File | ||
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf | Diff File | ||
rm - systemtests/tests/parallel-jobs/parallel | Diff File | ||
add - systemtests/tests/parallel-jobs/parallel-jobs-small-volumes | Diff File | ||
rm - systemtests/tests/parallel-jobs/testrunner-parallel-jobs | Diff File | ||
add - systemtests/tests/parallel-jobs/testrunner-parallel-jobs-big-volume | Diff File | ||
master 47e3cb46 2022-10-21 12:06 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: allow check_restore_diff to check custom restore directory | ||
mod - systemtests/scripts/functions | Diff File | ||
master b2391202 2022-10-21 12:06 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: regular backup and restore when checkpoints are activated | ||
add - systemtests/tests/checkpoints/testrunner-checkpoints-regular-backup | Diff File | ||
master 5f228863 2022-10-21 11:39 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: add checks for failed backups | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-kill | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop | Diff File | ||
master 063e9646 2022-10-21 11:34 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: change volume config to higher block and volume values | ||
mod - systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop | Diff File | ||
master ad194d89 2022-10-20 20:13 Andreas Rogge Ported: N/A Details Diff |
re-enable unknown pragmas warning | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
mod - core/src/filed/filed.h | Diff File | ||
mod - core/src/filed/status.cc | Diff File | ||
mod - core/src/win32/compat/compat.cc | Diff File | ||
mod - core/src/win32/compat/include/glob.h | Diff File | ||
mod - core/src/win32/filed/vss_generic.cc | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
master 90d1a431 2022-10-20 20:10 Andreas Rogge Ported: N/A Details Diff |
remove register keyword from win32/glob.cc | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/win32/compat/glob.cc | Diff File | ||
master e452c297 2022-10-20 20:10 Andreas Rogge Ported: N/A Details Diff |
disable some warning suppressions | ||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
master 2f5823f6 2022-10-20 20:09 Andreas Rogge Ported: N/A Details Diff |
move -Wextra to the other warning options | ||
mod - core/CMakeLists.txt | Diff File | ||
master ee5d007c 2022-10-20 18:01 Alaa Eddine Elamri Ported: N/A Details Diff |
docs: clarify the documentation about migration and copy jobs | ||
mod - docs/manuals/source/TasksAndConcepts/MigrationAndCopy.rst | Diff File | ||
master 8003cbf9 2022-10-20 17:49 Committer: pstorz Ported: N/A Details Diff |
packaging: update debian control files - get rid of mod_php in favor of php-fpm |
||
mod - debian/control | Diff File | ||
mod - debian/control.bareos-webui | Diff File | ||
master 2ea20bb9 2022-10-20 17:36 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: applying shellcheck recommendations | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-and-spooling | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-cancel | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-kill | Diff File | ||
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop | Diff File | ||
master 52d7fc1b 2022-10-20 17:21 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: allow check_two_logs to use custom parameters | ||
mod - systemtests/scripts/functions | Diff File | ||
master 6f864067 2022-10-20 17:21 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
systemtests: update spool test | ||
mod - systemtests/tests/spool/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
mod - systemtests/tests/spool/testrunner | Diff File | ||
master a8070b10 2022-10-20 14:08 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
stored: show warnings for Max Concurrent Jobs usage | ||
mod - core/src/stored/device_resource.cc | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-MaximumConcurrentJobs.rst.inc | Diff File | ||
master 6d920d9d 2022-10-20 12:26 Alaa Eddine Elamri Ported: N/A Details Diff |
daemons: make config error messages show up per default not just with -t messaging code was moved before daemon goes into background to make sure messages can be displayed on console |
||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/stored/stored.cc | Diff File | ||
master 41403f33 2022-10-19 17:57 Andreas Rogge Ported: N/A Details Diff |
remove impossible code-paths (ifdef not settable) | ||
mod - core/src/tools/bpluginfo.cc | Diff File | ||
master 6f09ef4e 2022-10-19 17:50 Alaa Eddine Elamri Ported: N/A Details Diff |
apply bareos-check-sources | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/filed/socket_server.cc | Diff File | ||
mod - core/src/lib/bnet_server_tcp.h | Diff File | ||
mod - core/src/lib/thread_list.h | Diff File | ||
mod - core/src/stored/ndmp_tape.h | Diff File | ||
mod - core/src/stored/socket_server.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
master f75ba320 2022-10-19 17:47 Alaa Eddine Elamri Ported: N/A Details Diff |
apply bareos-check-sources | ||
mod - core/src/dird/migrate.cc | Diff File | ||
mod - core/src/dird/ua_purge.cc | Diff File | ||
master 0b42e955 2022-10-19 17:20 Andreas Rogge Ported: N/A Details Diff |
lib: remove function without effect | ||
mod - core/src/lib/bsys.cc | Diff File |