A simple Volume Replication Tool for large data set?
Posted
by
Jin
on Server Fault
See other posts from Server Fault
or by Jin
Published on 2011-01-07T03:05:19Z
Indexed on
2011/01/07
3:55 UTC
Read the original article
Hit count: 321
I'm looking for a solution to the following:
Server A (Site A) - Win 2008 R2 - approx 10TB (15TB max) of data - well over 8 million files
Server B (Site B) - Win 2008 R2
I want to assynchronously replicate Server A's volume to a volume on Server B for data redundancy. Something that I can say to my users, "go here for data" when/if Server A goes belly up due to machine problems, disaster, etc.
Windows 2008 R2 does have DFS, but microsoft does not apparently support this large of a dataset (or more accurately, more than 8 million files - according to the docs I could find).
I also looked at Veritas Volume Replication, but this seems almost too much as I would also require Veritas Volume Manager.
There are numerous "back-up" software which makes a 1-1 backup, which would be ok, but since it will be transfering over internet, I'd like something that has compression during transfer like DFS has.
Does anyone have any suggestions regarding this?
© Server Fault or respective owner