Ticket #2468 (new enhancement)
Preserve extended attributes while copy
Reported by: | Kroz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mc-core | Version: | master |
Keywords: | extended attributes | Cc: | gotar@…, sendsbeak@…, andrey.gursky@… |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Extended attributes are nice to store comments and keywords to files.
Set an extended attribute to a file:
$ attr -s variable -V "value" filename.txt
Now see it:
$ attr -l filename.txt
If you copy such file with mc, extended attribute will be absent for file's copy.
It would be nice to have an option like "preserve Extended attributes" to let mc copy extended attributes as well.
Change History
Note: See
TracTickets for help on using
tickets.