You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tarfile module doesn't currently allow for Linux extended attributes (xattrs) to be preserved when converting to/from tar archives. GNU tar has a handful of options (--xattrs, --xattrs-include, etc.) related to xattr support. It would be useful to add similar options for enabling xattr support for the tarfile module.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
The text was updated successfully, but these errors were encountered:
Feature or enhancement
Proposal:
The tarfile module doesn't currently allow for Linux extended attributes (xattrs) to be preserved when converting to/from tar archives. GNU tar has a handful of options (
--xattrs
,--xattrs-include
, etc.) related to xattr support. It would be useful to add similar options for enabling xattr support for the tarfile module.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
The text was updated successfully, but these errors were encountered: