Re: Preserving destination group and owner

2020-06-05 Thread Alberto Cabello Sánchez via rsync
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",

Re: Preserving destination group and owner

2020-06-04 Thread Wayne Davison via rsync
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

Preserving destination group and owner

2020-06-04 Thread Alberto Cabello Sánchez via rsync
Hi, 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, something like rsync -r --no-p --no-o --no-g source destination While the permissions are keeped, there