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

Re: best way to backup repositories

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Wed, 4 Jun 2008 15:37:26 +0200

On Wednesday 04 June 2008, Marko Kaening wrote:
> I wonder what the best way for a regular backup of svn repos is...
>
> There is "svnhotcopy.py", but there is also the possibility of "svnadmin
> dump". The first would only work safely if there is no update of the svn
> version, but the latter might be a terrible slowdown of the backup process
> in contrast to simply copying the hotcopied svn repo dir.
>
> Any hints for me?

Use both. The hotcopy script is not much more than a simple filesystem copy,
only that it copies things in an order that assures that you don't get an
inconsistent repository if you are in the middle of a transaction.

Then, from that repository, you create a dumpfile for which you make
incremental backups using some backup software.

Note that hotcopy also copies configuration settings while 'svn dump' only
dumps repository content. I believe you could also run svnsync to just get at
the content, but I'm not 100% sure about that.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-04 15:37:50 CEST

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.