On Thu, 6 Jan 2011, Phillip Susi wrote: > On 1/5/2011 3:56 PM, Brian Neu wrote: > > servers. I've written some cron scripts that take and release lvm > > snapshots on a schedule, but compared to the Volume Shadow Copy of NTFS > > that Microsoft released > > in 2003, it's just cumbersome and basic. We're approaching 8 years without > > a comparable response. I'm just rather shocked when thinking about it. > > rsync-backup? I'm not sure what "Volume Shadow Copy" actually does, but we use DRBD (Data Replicating Block Device) to remotely mirror block devices - which could be marketed as "Volume Shadow Copy". On local 1000BT lan, it supports transparent migration of Virtual Machines between servers. (Shared iSCSI is more often used for the purpose in an enterprise, but DRBD is great for the poor man.) Remotely, it sends all block devices updates to a remote backup server - if updates overwhelm the buffer, it switches to "sync" mode, then goes back to sending all updates. DRBD 8.3 comes with Fedora and with Centos-5.5 in the "extras" repository (and presumably with EL5.5 also). I see Debian and Ubuntu mentioned a lot in support forums. -- Stuart D. Gathman <stuart@bmsi.com> Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Confutatis maledictis, flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/