0

Today, again, I'm faced with troubles merging folders on the mac. But this time I don't want to discuss / try to solve the issue with finder.

So, just wondering once more, anyone have a good software out there, to recursively copy files from one folder to another without killing the destination?

cregox
  • 5,944

3 Answers3

1
rsync -avz --ignore-existing src dest
1

I use SyncTwoFolders and I've never had a problem with it. Just be sure you have the options configured the way you want them before you start or you could unintentionally lose data.

There is also FileSync which I have less experience with, you can also accomplish the same thing using Carbon Copy Cloner or SuperDuper!.

penguirl
  • 395
0

Does Mac OS X's "ditto" solve this problem?

http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/ditto.1.html