-u , --update
cp -u
copy only when the SOURCE file is newer than the destination
file or when the destination file is missing
mv -u
move only when the SOURCE file is newer than the destination
file or when the destination file is missing