Displaying 1 result from an estimated 1 matches for "d755".
Did you mean:
0755
2010 Dec 15
1
rsync server: "incoming chmod" usage
...-separated "chmod" strings as defined by the chmod(1) man page
optionally prefixed by D or F to make them apply to directories or files.
The local chmod(1) man page does not mention strings. It refers to modes
which may be symbolic or octal/numeric. Accordingly I tried
incoming chmod = D755,F644
but this resulted in 'Invalid "incoming chmod" directive: D755,F644'.
Should I report an issue with the rsync man pages suggesting that either
"strings" is changed to "symbolic modes" or that rsync is enhanced to
support octal/numeric modes?
Next I tried...