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

Re: Backing up a live repos

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-11 19:50:29 CEST

Jeremy Bettis wrote:

>>fine to copy data to a network drive. But step 3 is dangerous: you
>>should *never* programatically access a BDB database over a network
>>share.
>
>
> Never? Isn't it safe if you can guarentee that you are the only user
> (process) that is accessing those datafiles? Or is the network issue about
> more than locking?

See for yourself:

        http://www.sleepycat.com/docs/ref/env/remote.html

The short answer is that while it is theoretically possible to store the DB
files on remote filesystems, in practice it is unlikely to be safe.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 11 19:50:44 2004

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.