bareos: bareos-12.4 c4d0c8c0

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm bareos-12.4 2013-05-11 20:56 bareos-12.4 d780c584 Pending
Affected Issues  0000177: Restore of acls and extended attributes in bextract needs to happen after restore file mode.
Changeset Implement delayed restore in bextract for acl and xattr.

Just as in the filed we need to extract the ACL and XATTR data streams
after we have restore the file mode on the file otherwise the setting
of the file mode could clear any acl or extended attributes.

Fixes 0000177: Restore of acls and extended attributes in bextract needs
             to happen after restore file mode.
mod - src/filed/restore.c Diff File
mod - src/filed/restore.h Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/record.h Diff File