Re: Backups using RAID1
From: Jon Nelson <hidden>
Date: 2008-11-20 15:33:15
From: Jon Nelson <hidden>
Date: 2008-11-20 15:33:15
Why not consider something like drbd or even something like this: use AoE or iSCSI or NBD or *whatever* that exports a block device over the network, and use *that* device in a bitmap-backed raid1. (thus, your raid1 consists of /dev/sdX and /dev/etherd/e0.5 ) -- Jon