bareos: master 6b3d031b

Author Committer Branch Timestamp Parent
bruno-at-bareos bruno-at-bareos master 2023-07-11 17:51 master 9209b254 Pending
Changeset core: set hardlinks=no as default

When you have a file with multiple hardlinks and the first hardlink
encountered gets excluded, then no actual file data is send but the
backup is still finishes without errors.

On restore you will get an error.

- hardlink fix camelcase output in dir_conf.cc
- Add HardLink = No for config-dump and gluster systemtest

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/inc_conf.cc Diff File
mod - docs/manuals/source/Configuration/Director.rst Diff File
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in Diff File
mod - systemtests/tests/gfapi-fd/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in Diff File
mod - systemtests/tests/gfapi-fd/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File
mod - systemtests/tests/glusterfs-backend/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in Diff File
mod - systemtests/tests/glusterfs-backend/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File