From: | Bill Montgomery <billm(at)lulu(dot)com> |
---|---|
To: | Dennis Gearon <gearond(at)fireserve(dot)net> |
Cc: | pgsql General List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: backups |
Date: | 2004-07-01 16:23:18 |
Message-ID: | 40E43A76.5070100@lulu.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Dennis Gearon wrote:
> What's LVM?
http://tldp.org/HOWTO/LVM-HOWTO/
LVM stands for Linux Volume Manager. It groups block devices (like hard
drives) into volume groups, then creates logical volumes on top of those
volume groups. In effect, it virtualizes away the nasty realities of
hard drives that don't dynamically change size, etc. and presents
"virtual" block devices to the OS.
One of the many wonderful features is that you can freeze one of these
virtual block devices ("logical volume" in LVM-speak) at a particular
instant in time, giving you a consistent view of that block device, and
any data on it, such as a filesystem. This is called a snapshot, and is
how, at our site, we get a consistent set of Postgres files to rsync from.
Regards,
Bill Montgomery
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Cashell | 2004-07-01 16:33:23 | Re: Problems restarting after database crashed (signal 11). |
Previous Message | Bruno Wolff III | 2004-07-01 16:21:37 | Re: sql-question: sum-function and subqueries? |