bareos: master c5b6cd48
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Bareos Bot | GitHub | master | 2024-09-13 09:46 | master 43584308 | Pending |
Changeset | 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 |