Comment 8 for bug 4800

Revision history for this message
Martin Pool (mbp) wrote : Re: Unwanted side effect of umask and 'bzr push'

There's no rsync option which will preserve the x bit but not the other permissions.

The only solution I can think of at the moment is

  rsync --rsync-path='umask 002 && rsync'

though the contents obviously need to be user-specific.