Possible Duplicate:
Linux equivalent to robocopy?
I have two websites - one is basically a development version and the other is a production version of the same site. So I'd like to be able to merge the changes made to the development site based on the modified date of the files. Is this possible with the 'cp' command?
robocopyis on windows, you should look at the answer on that question aboutrsync.rsyncis the tool you want. – Doug Harris Sep 2 '10 at 13:30