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

Re: Incremental backup of the barkley db

From: Jacob Atzen <jacob_at_aub.dk>
Date: 2005-01-27 18:00:42 CET

On Thu, Jan 27, 2005 at 12:35:59PM +0100, Mugabonake Olivier wrote:
[..]
> ...i have two large projects of 50 GB volume. I want to do incremental
> backups every day and full backups once a mounth. Is up there some
> scripts to do this without backing up all the db?

What I am doing is doing incremental backups on every commit. It's just
a simple post-commit hook:

$SVNADMIN dump "$REPOS" --incremental --revision "$REV" > \
$BACKUPDIR/dump.$REV

And then I'm doing full backups periodically. Doing incremental backup
everyday is a little harder, as you'd have to know what revisions was
commited during the day, as far as I can tell anyway.

-- 
Cheers,
- Jacob Atzen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 27 18:02:58 2005

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.