Do you guys know any software that can reproduce the entire tree of directories under a certain directory to another disk and keep it update in real-time on Mac OS X?

A kind of mirror RAID, but instead of mirroring the whole disk I need to mirror just all directories inside one specific directory. As a mirror, it must update in real-time, I mean, as files are dropped, modified or created.

Any suggestions? Thanks.

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

This seems to do what you want.

http://www.apaulodesign.com/widgets/data-vu.php

link|improve this answer
that's it. Thanks! – Mike May 29 '10 at 15:28
@Mike You're welcome. Although I personally use Dropbox. (dropbox.com/referrals/NTEwNjgyODk) – ghoppe May 29 '10 at 16:58
feedback

You should be able accomplish something like this using Folder Actions with Applescript/Automator.

Try this Automator Action: http://www.apple.com/downloads/macosx/automator/backupfolder.html

Save it as a plug-in and attach it to the folder. This article explains the process: "Fixing Automator Workflow Folder Action Plug-Ins in Leopard" at Peachpit (I can't post more than one link as a new user so you'll have to Google it).

link|improve this answer
will this sync folders inside folders? suppose I install this folder action on a folder named "myFiles". Inside this folder I have another one called "images". If I create an image inside "images" will it sync? – Mike May 25 '10 at 23:02
feedback

If you're OK to spend a few bucks there is ChronoSync. It has a neat GUI, and was impressed when I tested it. However I'm not sure about real-time sync (it does scheduled sync, of course).

I stumbled upon this page listing backup software, and specifying the real-time detection the following softwares rise:

I'll be glad to hear from your tests!

link|improve this answer
feedback

Synk 7 does this. I haven't tried it, but have used Synk 6 (and 5) in the past with some success.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.