Re: Incremental backup of the barkley db
From: Michael Andreen <svn-harv_at_ruin.nu>
Date: 2005-01-27 18:23:51 CET
On Thursday 27 January 2005 12.35, Mugabonake Olivier wrote:
I have the follwing bash script running every day as a cron job:
if [ $OLDREV != $NEWREV ]
This dumps all revisions since last day.
And then I have the following as a weekly job:
svnadmin dump -r 0:$NEWREV /var/svn/harv/ > /mnt/backup/weekly/svn-harv-`date
echo -n $NEWREV > /mnt/backup/svnrev
Hope it helps.
/Michael Andreen
|
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.