mpifileutils
mpifileutils copied to clipboard
Separate xattrs from general preserve attributes (only intended as an example)
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.
I realize this is a mockup, but I left comments anyway, in case this becomes real
@akesandgren check out this commit which might do what you need:
- 96a9fe7 dsync and dcp: allow user to control copying of xattrs
@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.
Closing this since 0.11.1 seem to do what I had in mind