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

Re: Incremental Dumps question

From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-07-27 09:34:30 CEST

Robert Denton wrote:
> I would like to leverage dumpfiles as a backup mechanism for my repo. I
> would like to do a weekly dump with nightly incremental dumps. Would
> the following accomplish this goal?
>
> in crontab:
> 1 12 * * 0 root svnadmin dump /svn/repo > /svn/dumpfiles/repo_dump
>
> in cron.daily:
> svnadmin dump --incremental /svn/repo >> /svn/dumpfiles/repo_dump

It would be better to have the incremental dumps in your post-commit script so
you don't loose any work if there is an issue. Then we have a crontab use find
-mtime +14 to remove incrementals.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 27 09:33:58 2007

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.