Is there a way to recursively copy files, and if the destination exists, it checks if it's older, and if it is, it overwrites, but if it's the same date, it ingores?<BR><BR>I thouhgt it was cp -cb but ...