mpifileutils icon indicating copy to clipboard operation
mpifileutils copied to clipboard

Separate xattrs from general preserve attributes (only intended as an example)

Open akesandgren opened this issue 4 years ago • 3 comments

This is a quick mockup for separating xattrs from normal preserve, in rsync preserving xattrs is off by default and only enabled if explicitly requested. dsync should behave the same (and should preferably behave as rsync regarding ACLs too)

I know the short 'X' option clashes with dcp option daos-prefix, but I left it as 'X' since that is what rsync uses for this.

akesandgren avatar Nov 03 '20 13:11 akesandgren

I realize this is a mockup, but I left comments anyway, in case this becomes real

daltonbohning avatar Nov 03 '20 17:11 daltonbohning

@akesandgren check out this commit which might do what you need:

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

ofaaland avatar Jul 01 '22 22:07 ofaaland

@akesandgren check out this commit which might do what you need:

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

Yeah, that looks good, will try when I need it again.

akesandgren avatar Jul 02 '22 06:07 akesandgren

Closing this since 0.11.1 seem to do what I had in mind

akesandgren avatar May 25 '23 06:05 akesandgren