bareos: bareos-19.2 797081c8
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
arogge | pstorz | bareos-19.2 | 2020-07-09 11:24 | bareos-19.2 fc7be62b | 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 |