Hi
Wondering if there are known tools out there for doing block level replication of linux systems? There is a product for windows called Double Take that seems quite good but doe not work with Linux. Anyone know?
thanks
Sounds like maybe a SAN setup rather than some sort of software replicating data between two boxes.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org]On Behalf Of Tom Brown Sent: Thursday, March 02, 2006 11:04 AM To: CentOS mailing list Subject: Re: [CentOS] DR Solutions
Mondo rescue?
thanks but i want box b to be at the other end of a LAN extension and whenever any block gets updated on box i want that replicated on box b
i want absolute block for block as opposed to using something like rsync
thans
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, 2006-03-02 at 10:03, Tom Brown wrote:
Mondo rescue?
thanks but i want box b to be at the other end of a LAN extension and whenever any block gets updated on box i want that replicated on box b
i want absolute block for block as opposed to using something like rsync
Look at http://www.linux-ha.org/ and in particular the part about drbd which manages the block level replication. You can also roll your own using the enbd device and software raid. I'd also think that you should be able to do software raid over iscsi but haven't seen anything about it yet.
As others told you... use drbd for block device replication ( http://www.drbd.org ). You can use drbd and drbd kernel module included in CentOS Extras.
On 3/2/06, Tom Brown tom.brown@goodtechnology.com wrote:
Mondo rescue?
thanks but i want box b to be at the other end of a LAN extension and whenever any block gets updated on box i want that replicated on box b
i want absolute block for block as opposed to using something like rsync
thans
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Tom Brown wrote:
Hi
Wondering if there are known tools out there for doing block level replication of linux systems? There is a product for windows called Double Take that seems quite good but doe not work with Linux. Anyone know?
drbd ?