[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: Tue, 4 May 2010 02:46:07 -0500

Please keep this discussion on the mailing list by using the Reply All function.

On May 4, 2010, at 02:40, Vikrama Sanjeeva wrote:

> On Tue, May 4, 2010 at 1:05 AM, Ryan Schmidt wrote:
>
>> 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.
>
> What about the harddisk space ? Will it do an incremental backup after every commit ?

It will do whatever you've programmed it to do. The post-commit hook is a script that you write. So yes, you should write it to do an incremental backup of only the revision that just got committed.

Doing full non-incremental backups on a regular basis is probably a good idea as well.
Received on 2010-05-04 09:47:08 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.