Title says it all really.
I see that you can preserve owner:group but is it possible to change the owner:group on all files on the remote after they've been synced?
Or can you somehow pipe an extra command?
rsync -vzrP --delete ~/Sites/website-name/ root@server.com:/home/website-name/public_html/ | chown website-name:websites-group *
Sorry, my rsync/bash knowledge is pretty limited.