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

Re: Hot vs. Live Backups

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2005-09-20 16:03:28 CEST

Hi,

> For things to be recoverable, the syscalls have to be done in the
> right order, so that a crash at any time leaves the on-disk data in a
> state where things can be recovered. It's easy to see how that can be
> true for bdb; it's not so obvious with fsfs given that you're
> depending on file system ordering and caching then.

I guess Subversion calls sync() at strategic places.

Actually I think it's not much different whether you're using bdb or
fsfs. In both cases many files are modified sequentially.

Dimitri Papadopoulos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 20 16:13:23 2005

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.