analog cp --update in FreeBSD

Hello!

I want to migrate one server from Linux to FreeBSD, and have one question, does FreeBSD have an analog of the Linux command: cp -u?
 
Code:
-u, --update
copy only when the SOURCE file is newer than the destination file or when the destination file is missing
 
Back
Top