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

Re: svn backup strategy

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Mon, 3 May 2010 17:05:50 -0500

On May 3, 2010, at 11:09, Vikrama Sanjeeva wrote:

> We've recently shifted to SVN. Suppose there are three repositories R1, R2 and R3. And each repostory has three projects in it.
>
> So we have:
> R1: P1, P2, P3
> R2: P1, P2, P3
> R3: P1, P2, P3
>
> R1-P1 and R1-P2 are changed almost daily, whereas, R1-P3 is changed very rare (once a month)
>
> Change of rate in remaining repos R2 and R3 is also very rare (once in a month)
>
> I call R1-P1 and R1-2 as "Active Repositories" whereas, R2 & R3 as "Sleeping Repositories".
>
> In this case, I am more interested to take full backup of my active repository once a week and daily incremental backup.
>
> And for Sleeping repositories, I am interested to take full backup once a month.
>
> Please comment on above strategy.
>
> Also, is it ok to use "hot-backup.py" for full backups and and "svnadmin dump myrepo --incremental " for incremental backups ?

Please consider backing up each revision as it is committed, in a post-commit hook. That way you won't lose even a single commit if something happens. Losing even a single commit will result in a more painful restore process for you and your users.
Received on 2010-05-04 00:06:23 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.