aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/acl_not_honoured_in_rsync_remote/comment_3_f93177593a2d90627672647fd5f065c9._comment
blob: 6b20bbc3a72badabcff7814e15346227c3f3cdb1 (plain)
1
2
3
4
5
6
7
[[!comment format=mdwn
 username="eigengrau"
 subject="comment 3"
 date="2016-01-03T07:52:36Z"
 content="""
I recently experimented with shared repos a bit and came across this rsync issue. I’ve found that instead of setting `rsync-options` to `--chmod=755`, you can also set it to `--chmod=ugo=rX`. This will cause the executable bit to be set only when the source file is already executable.
"""]]