It seems like very basic command. However even after an hour of searching the solution, I still can't find something that works.
So I have two big folders (with many files and many subfolder, the mega back-up). I'd like to combine these two folders into one folder that contains only newer files. So I'm searching a way to overwrite files IF ONLY source file is newer than the destination file, or when the destination file does not exist.
I'm running Mac version 10.7.4. I'm open to installing new application and/or using terminal/bash command.