bareos: bareos-19.2 27ba965e

Author Committer Branch Timestamp Parent
arogge arogge bareos-19.2 2020-07-09 11:24 bareos-19.2 ec2417ed 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).

(cherry picked from commit bc1bd9838d0c5841bf6e66232bf8296b704f8e43)
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