mpifileutils icon indicating copy to clipboard operation
mpifileutils copied to clipboard

add --preserve= support

Open daltonbohning opened this issue 4 years ago • 2 comments

Some tools (dcp, dsync) have the option --preserve to preserve ownership, permissions, acls, timestamps, and xattrs. Currently, this option is all or nothing. It would be useful to enhance this with finer controls: --preserve[=ATTR_LIST] This would allow specific subsets to be copied.

daltonbohning avatar Oct 15 '20 20:10 daltonbohning

See also https://github.com/hpc/mpifileutils/pull/418 which is done more in the style of rsync.

akesandgren avatar Nov 03 '20 15:11 akesandgren

@daltonbohning take a look at this commit which provides that kind of control through /etc/xattr.conf (libattr):

  • 96a9fe7 dsync and dcp: allow user to control copying of xattrs

ofaaland avatar Jul 01 '22 22:07 ofaaland