Simply because I always forget the syntax for this, here's how to recursively copy a set of files from one folder to another using the <Copy> task.

The magic, of course, is in using the multi-star notation in the ItemGroup include and in using the meta value %(RecursiveDir) in the destination folder attribute.