Changesets: bareos
|
master c5b6cd48 2024-09-13 09:46 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1663 stored: add dedupable backend |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
| mod - core/src/stored/CMakeLists.txt | Diff File | ||
| mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
| add - core/src/stored/backends/dedupable/device_options.cc | Diff File | ||
| add - core/src/stored/backends/dedupable/device_options.h | Diff File | ||
| add - core/src/stored/backends/dedupable/util.h | Diff File | ||
| add - core/src/stored/backends/dedupable/volume.cc | Diff File | ||
| add - core/src/stored/backends/dedupable/volume.h | Diff File | ||
| add - core/src/stored/backends/dedupable_device.cc | Diff File | ||
| add - core/src/stored/backends/dedupable_device.d/bareos-dir.d/storage/dedup.conf.example | Diff File | ||
| add - core/src/stored/backends/dedupable_device.d/bareos-sd.d/device/dedup.conf.example | Diff File | ||
| add - core/src/stored/backends/dedupable_device.h | Diff File | ||
| add - core/src/stored/backends/util.cc | Diff File | ||
| add - core/src/stored/backends/util.h | Diff File | ||
| mod - core/src/tests/CMakeLists.txt | Diff File | ||
| add - core/src/tests/backend_parse.cc | Diff File | ||
| mod - core/src/tests/fvec.cc | Diff File | ||
| add - debian/bareos-storage-dedupable.install.in | Diff File | ||
| mod - debian/control | Diff File | ||
| mod - debian/control.bareos-storage | Diff File | ||
| mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
| mod - docs/manuals/source/DeveloperGuide/mediaformat.rst | Diff File | ||
| mod - docs/manuals/source/DeveloperGuide/messages.rst | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
| mod - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-MaximumNetworkBufferSize.rst.inc | Diff File | ||
| mod - docs/pkglists/Debian_11.x86_64 | Diff File | ||
| mod - docs/pkglists/Debian_12.x86_64 | Diff File | ||
| mod - docs/pkglists/EL_8.x86_64 | Diff File | ||
| mod - docs/pkglists/EL_9.aarch64 | Diff File | ||
| mod - docs/pkglists/EL_9.x86_64 | Diff File | ||
| mod - docs/pkglists/Fedora_38.x86_64 | Diff File | ||
| mod - docs/pkglists/Fedora_39.x86_64 | Diff File | ||
| mod - docs/pkglists/Fedora_40.x86_64 | Diff File | ||
| mod - docs/pkglists/FreeBSD_12.1.amd64 | Diff File | ||
| mod - docs/pkglists/SUSE_15.x86_64 | Diff File | ||
| mod - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||
| mod - docs/pkglists/xUbuntu_22.04.x86_64 | Diff File | ||
| mod - docs/pkglists/xUbuntu_24.04.x86_64 | Diff File | ||
| mod - systemtests/tests/CMakeLists.txt | Diff File | ||
| add - systemtests/tests/dedupable/CMakeLists.txt | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-sd.d/device/DedupStorage.conf | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/etc/bareos/bconsole.conf.in | Diff File | ||
| add - systemtests/tests/dedupable/functions | Diff File | ||
| add - systemtests/tests/dedupable/test-setup | Diff File | ||
| add - systemtests/tests/dedupable/testrunner-create-backup | Diff File | ||
| add - systemtests/tests/dedupable/testrunner-full-restore | Diff File | ||
| add - systemtests/tests/dedupable/testrunner-purge-truncate | Diff File | ||
| add - systemtests/tests/dedupable/testrunner-restore-dir | Diff File | ||
| add - systemtests/tests/dedupable/testrunner-restore-file | Diff File | ||
|
master a9cc902a 2024-09-13 09:45 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 43584308 2024-09-12 18:04 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1914 nsi installers: remove postgresql backend |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/platforms/win32/databasedialog.ini | Diff File | ||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
| mod - core/platforms/win32/winbareos.nsi | Diff File | ||
|
master f9e9d89f 2024-09-12 18:04 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master fec727f1 2024-09-12 16:52 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1945 docs: add ADR infrastructure and first ADRs |
||
| add - .adr-dir | Diff File | ||
| mod - CHANGELOG.md | Diff File | ||
| add - docs/adr/0000-record-architecture-decisions.md | Diff File | ||
| add - docs/adr/0001-use-markdown-architectural-decision-records.md | Diff File | ||
| add - docs/adr/0002-use-plain-text-for-resource-item-descriptions.md | Diff File | ||
| add - docs/adr/README.md | Diff File | ||
| add - docs/adr/template.md | Diff File | ||
| mod - docs/manuals/source/DeveloperGuide/generaldevel.rst | Diff File | ||
|
master 60d7c7fa 2024-09-12 16:52 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 7055880a 2024-09-12 13:34 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
ua-tree: fix marking | ||
| mod - core/src/dird/ua_tree.cc | Diff File | ||
|
master d189dd72 2024-09-12 12:03 Committer: Bareos Bot Ported: N/A Details Diff |
deb control files: depend on python3-bareos | ||
| mod - debian/control | Diff File | ||
| mod - debian/control.bareos-contrib-tools | Diff File | ||
|
master b897a39a 2024-09-12 10:48 Committer: Bareos Bot Ported: N/A Details Diff |
docs: mention ADRs in developer notes | ||
| mod - docs/manuals/source/DeveloperGuide/generaldevel.rst | Diff File | ||
|
master 2cdc83a0 2024-09-12 07:46 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
dedup-device: add d_write skeleton | ||
| mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
| add - core/src/stored/backends/dedup/volume.cc | Diff File | ||
| mod - core/src/stored/backends/dedup/volume.h | Diff File | ||
| mod - core/src/stored/backends/dedup_device.cc | Diff File | ||
|
master 54cb8271 2024-09-12 06:38 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
restore: fix restore tests on windows | ||
| mod - systemtests/tests/restore/testrunner-full-restore | Diff File | ||
| mod - systemtests/tests/restore/testrunner-restore-file | Diff File | ||
|
master da69b158 2024-09-11 17:39 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: plugin postgresql unify pg_version detection fix all testrunner (except debian) - move redondant code for PG_VERSION to `setup_local_db.sh` - move redondant check PG_VERSION > 10 to `setup_local_db.sh` - add --no-psqlrc flag to PGSQL command Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-default | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-roles | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-tablespace | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-tasks-pgsql | Diff File | ||
| mod - systemtests/tests/py3plug-fd-postgresql/testrunner-walsymlink | Diff File | ||
|
master fb0b4f56 2024-09-11 16:02 Committer: Bareos Bot Ported: N/A Details Diff |
winbareos-native.nsi: install sql update files | ||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
| mod - core/platforms/win32/winbareos.nsi | Diff File | ||
|
master 7a52d2e4 2024-09-11 15:41 Committer: Bareos Bot Ported: N/A Details Diff |
dir: fix DbLocker usage fix director crashes during concurrent access on label and volumes. |
||
| mod - core/src/dird/ua_label.cc | Diff File | ||
| mod - core/src/dird/ua_select.cc | Diff File | ||
|
master 79c0a397 2024-09-11 14:51 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
functions: allow more files | ||
| mod - systemtests/scripts/functions | Diff File | ||
|
master ec0053e1 2024-09-11 14:50 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
compat: fix not setting dev/ino This had messed up the hardlink detection as every hardlinked file was thought of being the same |
||
| mod - core/src/win32/compat/compat.cc | Diff File | ||
|
master 65397563 2024-09-11 13:29 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
attr: fix not applying where on windows | ||
| mod - core/src/lib/attr.cc | Diff File | ||
|
master 9cd0aea4 2024-09-11 13:15 Committer: Bareos Bot Ported: N/A Details Diff |
backup.cc: detect overflow | ||
| mod - core/src/filed/backup.cc | Diff File | ||
| mod - core/src/filed/backup.h | Diff File | ||
|
master 4e3e4cf4 2024-09-11 12:37 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
create-file: support hardlinked files on windows | ||
| mod - core/src/findlib/create_file.cc | Diff File | ||
| mod - core/src/win32/compat/compat.cc | Diff File | ||
| mod - core/src/win32/compat/include/compat.h | Diff File | ||
|
master 63f35b54 2024-09-11 10:22 Committer: Bareos Bot Ported: N/A Details Diff |
winbareos-native.nsi: add libpq | ||
| mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
|
master 7f48a6fb 2024-09-11 10:01 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: allow hardlinks on windows | ||
| mod - systemtests/scripts/functions | Diff File | ||
|
master ec9dd17c 2024-09-11 08:16 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: reenable systemtests on windows | ||
| mod - CMakeLists.txt | Diff File | ||
|
master 83599339 2024-09-11 08:16 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
compat: add nlink info | ||
| mod - core/src/win32/compat/compat.cc | Diff File | ||
|
master 881f4abf 2024-09-10 18:52 Ported: N/A Details Diff |
functions: execute bareos-ctl-fd with BAREOS_CTL_FD_RUNNER | ||
| mod - systemtests/scripts/functions | Diff File | ||
|
master 19dc9f1c 2024-09-10 17:58 Ported: N/A Details Diff |
scsi_lli.cc: add maybe_unused where required | ||
| mod - core/src/lib/scsi_lli.cc | Diff File | ||