Re: implied-dirs tail component being chown'd

2019-08-29 Thread Chris Roehrig via rsync
make them owned by :, but it's not ideal. -- Chris On Tue Aug 27 2019, at 11:31 PM, francis.montag...@inria.fr wrote: > > Hi. > > On Tue, 27 Aug 2019 14:56:25 -0700 Chris Roehrig via rsync wrote: > >> rsync -a --super --relative --no-implied-dirs "--filter=

implied-dirs tail component being chown'd

2019-08-27 Thread Chris Roehrig via rsync
I use rsync in a fairly complex scripted situation and am trying to figure out how to avoid changing ownership/permissions just on the directories specified on the command line (but operate normally for everything underneath). I've been using --relative --no-implied-dirs with some success in