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

Re: fs dump/restore proposal

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-04-24 00:05:21 CEST

Zack Weinberg <zack@codesourcery.com> writes:

> Incidentally, is this intended to be the appropriate way to back up a
> Subversion repository, or should one just freeze the database and
> archive the db files, or what?

If you want to do a backup, just follow Berkeley DB instructions.
Look at our hot-backup.py script in tools/. It's a Berkeley DB
feature.

I suppose you *could* use the dump format for backup, but it's not
particularly efficient. Also, when you re-import, who knows what you
may get. While the resurrected repository might have same information
of before, it might have totally different node-ids and other internal
organzations.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 24 00:09:02 2002

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

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