Recommended Posts

I'm looking for a way or a software that will create a mirror of my server in real time. I have two identical server. I would also like the same thing for a workstation. I have two identical workstations and i would like to have them mirrored for redundancy purpose. I would like that in real time if possible.

Thank you

Link to comment
https://www.neowin.net/forum/topic/306094-mirror-of-server/
Share on other sites

Yes clustering is not for standard ed. It has to do with the number of cpu's supported, I think.

Anyway, real time mirror?

Closest you will get with "what's in the box" is DFS. If I remember correctly you can set how often it replicates.

If that doesn't help then just a simple vbs to run robocopy with the /mon (monitor changes) and /mot (monitor time) switches.

Caching of shared drives is another "out the box" solution.

I more formal aproach? Google may be your friend.

I also was looking for a similar solution.

Although mine was not necessary to be in real time.

I used robocopy as a "free" and "low tech" way to replicate data (with the mirror command) to another file server.

it works.

replicates only changed data (after the first replication)

you can output log files to track your failures

i wrote mine to a batch file, schedule it using windows scheduled tasks program.

I mean i'm sure there are much better ways with more administration control etc...

but hey its free, it works for now....buys you time so you can budget for something better.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.