On Thu, 4 Jun 2020 09:35:46 -0700
Wayne Davison wrote:
> On Thu, Jun 4, 2020 at 3:07 AM Alberto Cabello Sánchez wrote:
>
> > I'm trying to get an rsync updating some files without changing their
> > owner, groups or permissions. I've read man pages etc. stating I need to
> > use the "--no-o", "-
On Thu, Jun 4, 2020 at 3:07 AM Alberto Cabello Sánchez wrote:
> I'm trying to get an rsync updating some files without changing their
> owner, groups or permissions. I've read man pages etc. stating I need to
> use the "--no-o", "--no-g", "--no-p" flags
>
You'll need to also specify --inplace in