Replicate a big, dense Windows volume over a WAN -- too big for DFS-R
Posted
by
Jesse
on Server Fault
See other posts from Server Fault
or by Jesse
Published on 2011-01-03T15:27:19Z
Indexed on
2011/01/03
15:56 UTC
Read the original article
Hit count: 203
I've got a server with a LOT of small files -- many millions files, and over 1.5 TB of data. I need a decent backup strategy.
Any filesystem-based backup takes too long -- just enumerating which files need to be copied takes a day.
Acronis can do a disk image in 24 hours, but fails when it tries to do a differential backup the next day.
DFS-R won't replicate a volume with this many files.
I'm starting to look at Double Take, which seems to be able to do continuous replication. Are there other solutions that can do continuous replication at a block or sector level -- not file-by-file over a WAN?
© Server Fault or respective owner