This should work for you:
Code:
robocopy /COPYALL /IS /MINAGE:20110415
/COPYALL : Copy ALL file info (equivalent to /COPY

ATSOU).
/MINAGE:
n : MINimum file AGE - exclude files newer than
n days/date.
(If
n < 1900 then
n = no of days, else
n = YYYYMMDD date).
/IS : Include Same, overwrite files even if they are already the same.