Comment # 6 on bug 1226656 from Georg Pfuetzenreuter
Thanks for investigating. The result is the same with these command lines:

```
# rsync -a --delete --owner --group --chown=477:479 --chmod='u=rwX,g=rX,o='
$PWD/ rsync://saltpush@witch1.infra.opensuse.org:873/salt-push/

# rsync -a --delete -M--super --super --owner --group --chown=477:479
--chmod='u=rwX,g=rX,o=' $PWD/
rsync://saltpush@witch1.infra.opensuse.org:873/salt-push/
```

Both with and without the target directory previously manually chown-d.

I now found out that the behavior also exists when calling rsync on a 15.6
client towards a 15.5 server.


You are receiving this mail because: