Skip to content

chmod: support permission copy modes#973

Open
steadytao wants to merge 1 commit into
masterfrom
fix/chmod-permission-copy
Open

chmod: support permission copy modes#973
steadytao wants to merge 1 commit into
masterfrom
fix/chmod-permission-copy

Conversation

@steadytao
Copy link
Copy Markdown
Member

Fixes #678 by adding chmod-style permission copies to --chmod.

This allows symbolic modes such as g=o,o= where one permission class is copied into another before later operations are applied. The implementation keeps the existing static AND/OR handling for normal rwx modes and adds runtime copy handling for u, g and o on the right side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rsync --chmod doesn't fully support chmod(1) mode syntax

1 participant