Changesets: bareos
|
master a146465b 2023-11-16 13:48 Ported: N/A Details Diff |
docs: PostgreSQL plugin improvements - remove no more used parameters - add roles requirements sql examples - add socket explanation for db_host - add warning after restore: clean older wals and trigger new full - fix typos Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PostgreSQLPlugin.rst.inc | Diff File | ||
|
master 80e009ec 2023-11-16 09:40 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
backup: fix giving bad compression output This also fixes the unescaped % inside a format string |
||
| mod - core/src/dird/backup.cc | Diff File | ||
| mod - core/src/dird/inc_conf.cc | Diff File | ||
| mod - core/src/dird/inc_conf.h | Diff File | ||
|
master 7fe5b75f 2023-11-16 08:58 Committer: Bareos Bot Ported: N/A Details Diff |
backup.cc: warn if compression inflates full >1% | ||
| mod - core/src/dird/backup.cc | Diff File | ||
|
master 491a22cb 2023-11-15 15:02 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
btraceback: disable generating core by default | ||
| mod - core/scripts/btraceback.in | Diff File | ||
|
master ea0d3eb9 2023-11-15 09:40 Ported: N/A Details Diff |
add manually added config rst.inc files for ktls Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-client-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-client-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-console-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-console-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-director-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-director-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-monitor-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-monitor-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-storage-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/console-storage-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-client-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-client-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-console-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-console-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-director-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-director-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-storage-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/dir-storage-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-MaximumWorkersPerJob.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-director-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-director-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-filedaemon-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-filedaemon-MaximumWorkersPerJob.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/fd-filedaemon-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/sd-director-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/sd-director-TlsCipherSuites.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-EnableKtls.rst.inc | Diff File | ||
| add - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-TlsCipherSuites.rst.inc | Diff File | ||
|
master e832f2fb 2023-11-14 14:47 Committer: Bareos Bot Ported: N/A Details Diff |
backup.cc: issue warning if compression is negative | ||
| mod - core/src/dird/backup.cc | Diff File | ||
|
master 9084398a 2023-11-14 14:38 Committer: Bareos Bot Ported: N/A Details Diff |
backup: display negative compression rate We now also display a negative compression rate in the job log, before it was changed to "None". This is an important information as it suggests the administrator to disable compression. |
||
| mod - core/src/dird/backup.cc | Diff File | ||
|
master ad4f7cf3 2023-11-14 13:46 Ported: N/A Details Diff |
doc: Add MaximumConcurrentJobs remark for migrate/copy - inform users about the need to override default 1 if they want concurrent migrate/copy jobs Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - docs/manuals/source/TasksAndConcepts/MigrationAndCopy.rst | Diff File | ||
|
master 0fa77509 2023-11-14 13:32 Ported: N/A Details Diff |
default config: add MaximumConcurrentJob=10 to Restore job - Ease life of user, by allowing several restores to run concurrently. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - core/src/defaultconfigs/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
|
master 19e3d62a 2023-11-13 16:54 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001580 configuration: deprecate base jobs |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/dird/dird_conf.cc | Diff File | ||
| mod - core/src/dird/inc_conf.cc | Diff File | ||
| mod - core/src/dird/ua_run.cc | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/FileDeduplicationUsingBaseJobs.rst | Diff File | ||
| mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
|
master 2b770e6a 2023-11-13 16:54 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 83474f9f 2023-11-13 14:09 Committer: Bareos Bot Ported: N/A Details Diff |
docs: deprecate Base Jobs | ||
| mod - docs/manuals/source/TasksAndConcepts/FileDeduplicationUsingBaseJobs.rst | Diff File | ||
|
master 5d12f081 2023-11-13 14:09 Committer: Bareos Bot Ported: N/A Details Diff |
inc_conf.cc: deprecate "Base" & "BaseJob" options | ||
| mod - core/src/dird/inc_conf.cc | Diff File | ||
| mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
|
master a2cc7bb1 2023-11-13 09:23 Sebastian Sura Ported: N/A Details Diff |
bfile: fix not reading/writing all data Neither write nor read guarantee that they will finish everything in one call. One has to repeatedly call them in a loop to ensure that everything gets written/read. |
||
| mod - core/src/findlib/bfile.cc | Diff File | ||
|
master e1fa9e14 2023-11-13 08:15 Sebastian Sura Ported: N/A Details Diff |
vadp-dumper: switch to VixDiskLib_AllocateConnectParams() | ||
| mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File | ||
|
master 82b63157 2023-11-13 08:15 Sebastian Sura Ported: N/A Details Diff |
vadp-dumper: output capacity in verbose mode | ||
| mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File | ||
|
master a39f0894 2023-11-10 12:29 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001576 autoxflate: fix autoxflate on replication |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/lib/mntent_cache.cc | Diff File | ||
| mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
| mod - core/src/stored/device_resource.cc | Diff File | ||
| mod - core/src/stored/mac.cc | Diff File | ||
| mod - systemtests/scripts/functions | Diff File | ||
| mod - systemtests/tests/CMakeLists.txt | Diff File | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner | Diff File | ||
| add - systemtests/tests/autoxflate/CMakeLists.txt | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/job/copy.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/pool/Local.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/pool/Offsite.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/bareos/bconsole.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/sd-1/bareos-sd.d/device/FileStorage.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/sd-1/bareos-sd.d/device/FileStorage.conf~ | Diff File | ||
| add - systemtests/tests/autoxflate/etc/sd-1/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/sd-1/bareos-sd.d/messages/Standard.conf | Diff File | ||
| add - systemtests/tests/autoxflate/etc/sd-1/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
| add - systemtests/tests/autoxflate/etc/sd-1/bareos-sd.d/storage/bareos-sd.conf.in~ | Diff File | ||
| add - systemtests/tests/autoxflate/test-setup | Diff File | ||
| add - systemtests/tests/autoxflate/testrunner-copy-to-local | Diff File | ||
| add - systemtests/tests/autoxflate/testrunner-copy-to-offsite | Diff File | ||
| add - systemtests/tests/autoxflate/testrunner-create-backup | Diff File | ||
| add - systemtests/tests/autoxflate/testrunner-replication-local | Diff File | ||
| add - systemtests/tests/autoxflate/testrunner-replication-offsite | Diff File | ||
| mod - systemtests/tests/copy-remote-bscan/testrunner | Diff File | ||
| add - systemtests/tests/restore/etc/bareos/bareos-dir.d/job/copy-full.conf.in | Diff File | ||
|
master 415f1672 2023-11-10 12:29 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 06ead9ef 2023-11-10 11:55 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
autoxflate: fix deflation on read | ||
| mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
|
master 63088db8 2023-11-10 11:02 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
ua_restore: clean up CheckAndSetFileregex Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com> |
||
| mod - core/src/dird/ua_restore.cc | Diff File | ||
|
master d5d08f48 2023-11-10 09:46 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
mac: fix events not being dispatched correctly A bSdEventSetupRecordTranslation event should get dispatched when reading and writing records during copy/migration. |
||
| mod - core/src/stored/mac.cc | Diff File | ||
| mod - systemtests/tests/autoxflate/CMakeLists.txt | Diff File | ||
| mod - systemtests/tests/autoxflate/testrunner | Diff File | ||
|
master f4f28f10 2023-11-10 09:43 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
autoxflate: fix small memory leak nrec would get leaked if the needed buffers were not set up correctly. This should fix that issue. |
||
| mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
|
master b55d21c7 2023-11-10 09:42 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
autoxflate: fix buffers not always being set The buffers have to be set up if inflate/deflate is enabled in any way not just when used in a particular direction. |
||
| mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
|
master 8dc7370b 2023-11-10 09:03 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
always-incremental-consolidate-test: fix not saving full log | ||
| mod - systemtests/tests/always-incremental-consolidate/testrunner | Diff File | ||
|
master 67c62524 2023-11-09 15:40 Ported: N/A Details Diff |
PostgreSQL plugin: improvements / fixes - adjust plugin code to ask configuration parameters from the cluster - use `raise` error in private functions, and `except` in main - apply black modify suggestions - reorder alphabetically the private functions - delete removed parameter postgresql_data_directory - add wal_archive_symlink for testing - add systemtest testrunner-walsymlink for wal_archive_dir as symlink - add systemtest testrunner-debian for system with pg_*cluster* tools add mention about support of debian like pg_*cluster* tools - testrunner-roles adjust sentence checked, fix start_fast parameter - setup_database_local.sh fix ID usage and double space Fix issue 0001561 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
Affected Issues 0001561 |
|
| mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in | Diff File | ||
| mod - 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/PluginTestDebian.conf.in | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestRole.conf.in | Diff File | ||
| mod - 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/PluginTestWalSymlink.conf.in | Diff File | ||
| add - systemtests/tests/py3plug-fd-postgresql/testrunner-debian | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-roles | Diff File | ||
| add - systemtests/tests/py3plug-fd-postgresql/testrunner-walsymlink | Diff File | ||