bareos: master bc1bd983

Author Committer Branch Timestamp Parent
arogge arogge master 2020-07-09 11:24 master c65b6b0c Pending
Changeset filed: allow backup/restore of cephfs mounts

Previously the filed did not pick up xattr on filesystems when
st_dev == 0. This patch now also considers such filesystems.
Additionally the virtual xattrs that cephfs provides were added to the
blacklist for Linux, so we don't back them up (they cannot be written on
restore, so backing them up is useless and restoring them will fail).
mod - core/src/filed/backup.cc Diff File
mod - core/src/filed/fd_plugins.cc Diff File
mod - core/src/filed/fd_plugins.h Diff File
mod - core/src/filed/jcr_private.h Diff File
mod - core/src/filed/restore.cc Diff File
mod - core/src/findlib/xattr.cc Diff File
mod - core/src/findlib/xattr.h Diff File
mod - core/src/stored/bextract.cc Diff File