[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How do I quiesce the repository?

From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2006-01-06 19:53:58 CET
('binary' encoding is not supported, stored as-is) Paul Koning <pkoning@equallogic.com>
 wrote:
> My management is cautious about backups (having been burned by
> database corruption in the past). So I need to be able to do at least
> some of my backups simply by turning Subversion off (no writes to the
> repository internals), then copy the repository data, then turn it
> back on. We'll also use svnadmin hotcopy, but not exclusively.

I'm using LVW snapshots. As I see it, very many data files from very many applications will be corrupt in a conventional backup taken while the applications are running. Finding how to safely back up each one (i.e. the equivalent of svn hotcopy or psql-dump) would be very time-consuming and error prone. LVM snapshots take the approach of solving the problem at the filesystem level: you backup a "point-in-time" image of the filesystem.

I asked on this list a few months ago to see if other users had any experience with or comments about the approach, but didn't get much response. It is working well for me, and I would still be interested to hear of others' experiences of this and other backup techniques.

--Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 6 18:40:46 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.