The Berkely DB code should be able to recover from a coherent snapshot taken at any point in time.
Dave
On Wed, 20 Apr 2005 14:36:19 -0700, Dan Stromberg <strombrg@dcs.nac.uci.edu> wrote:
If lvm2 snapshots are like most snapshots, then they aren't a panacea - they only decrease the window during which your database must be quiescent.
EG, with snapshotting:
1) Shut down database 2) bifurcate off a snapshot 3) Start up database 4) Do backup against snapshot 5) Eliminate snapshot
EG without snapshotting:
1) Shut down database 2) Do backup 3) Start up database
The first case has more steps, but it also has a lot shorter time during which your database is inactive.
_______________________________________________ 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/