Displaying 1 result from an estimated 1 matches for "a82b48d6".
2020 Jun 04
2
Preserving destination group and owner
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 is something not working as
expected or I'm missing