How to reliably synchronise file servers between London and Shanghai?
Posted
by
Andy S
on Server Fault
See other posts from Server Fault
or by Andy S
Published on 2012-06-28T14:30:21Z
Indexed on
2012/06/28
15:18 UTC
Read the original article
Hit count: 263
We have two offices, one in London and one in Shanghai, each needing to be able to access the same set of files. This means we need a solid, speedy means of synchronising a set of folders between servers at either office. They're likely to be Windows servers, but we could look at Linux boxes if the software side makes more sense on *nix.
We've considered Rsync, Unison, Gluster, and a few other options, but none of them seem capable of reliably keeping the servers in sync between such distant office locations. Each office is on DSL connectivity over the open internet, so encryption is also a factor.
Does anyone have any hints for getting the servers synchronising in as close to real time as possible, without dying constantly?
Andy
© Server Fault or respective owner