preserve_owner option, with owner header. #177
Labels
enhancement
New feature or request
good first issue
Good for newcomers
NewUseCase
needed to address a use case, we can't yet support.
People have talked about mirroring directories as root, instead of the end-user that wants the data. For the root user case, one likely wants to restore the ownership on the destination. This would be modelled on the preserve_mode & preserve_time options, adding a fields to the message:
owner: <value>
group: <value>
would need to put a try/except around this, because it will fail if not root. or just let if fail and bomb, and force people to put preserve_ownship off in their configs? Likely just leave it
off by default, and have root user explicitly add it when they want it.
The text was updated successfully, but these errors were encountered: