mac software to merge folders

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

Posted 2010-11-02T03:06:09.960

Reputation: 5 119

Answers

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

Posted 2010-11-02T03:06:09.960

Reputation: 375

SyncTwoFolders seems perfect! Also, there is Unison: http://superuser.com/questions/117621/how-to-merge-and-not-replace-folders-when-copying-on-mac/207296#207296

– cregox – 2010-11-13T19:42:14.117

1

rsync -avz --ignore-existing src dest

Ignacio Vazquez-Abrams

Posted 2010-11-02T03:06:09.960

Reputation: 100 516

1

One might consider using cdto to open the terminal cd'ed to the current folder - http://www.macupdate.com/info.php/id/24105/%3E-cd-to-...

– slhck – 2010-11-02T09:45:07.377

I did say mac, not *nix. There are many distinctive advantages of having a GUI other than being pretty. Being able to analyze through integration (hear a song, see a video, read a text), individually select different actions on bulk operations such as this (pause, continue, delete just this one, hold that for later) and actually facilitating making progress, saving states to continue another day, just to name a few. – cregox – 2010-11-02T18:38:25.867

@Cawas: Those operations do not come for free; someone has to write the software to do that. On the other hand, rsync has already been written, and it works fine on OS X. – Ignacio Vazquez-Abrams – 2010-11-02T18:43:35.410

not asking for free. and thanks for your attention! ;) – cregox – 2010-11-02T21:06:23.887

0

Nathan Roberts

Posted 2010-11-02T03:06:09.960

Reputation: 11

not anymore than rsync, as discussed with Ignacio. – cregox – 2010-11-18T12:17:38.767