Copy newer files without create

I want the same effect as "cp -u" but without create missing files, it is possible ?

ps: bash

Try rsync

man rsync

I want something without using rsync, because I need to have control of all the operations, i will emit text message and record log...