I want to use rsync (as a user) from "me" on a local computer to "another" user on a distant computer. However, I also want "another" user (on the distant computer) to own the files and to be able to use them exactly as "me" (on the local computer).
I believe I shall play with the options: -p (preserve permissions), -g (preserve groups) and -o (preserve ownership), but I'm not sure of the exact effect of those. Which one(s) shall I impose ?