merge files recursively through directories

Hi everyone!

I am just wondering, has anyone made a script that will look in two folders and recursively copy all the files from each subfolder (but recreating the directory tree structure) and overwrite duplicate files based off of which has the newest date.

?

-patrick

I’m not aware of any, but perhaps you could improve on this: Merge Folders 1.0.1

yep

do shell script "rsync -a /folder /otherfolder"