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
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
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