Re: implied-dirs tail component being chown'd

2019-08-29 Thread Chris Roehrig via rsync
Thanks Francis, Neither of those really do what I'd like: to properly sync/preserve ownership/attributes for files below the root of the transfer (which are not necessarily me:me -- I use groups for sharing between users), but to leave the root attributes untouched, and to use filters

Re: implied-dirs tail component being chown'd

2019-08-27 Thread Francis.Montagnac--- via rsync
Hi. On Tue, 27 Aug 2019 14:56:25 -0700 Chris Roehrig via rsync wrote: > rsync -a --super --relative --no-implied-dirs "--filter=. HomeWin.rfilter" > /cygdrive/c/Users/me/./ myserver:/WinBACKUP/Users/me/ If you are connecting to myserver as you (not root), simply suppressing the --super o

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