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

Re: Backup best practices?

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-17 17:42:26 CEST

On May 17, 2006, at 16:46, Grant Rettke wrote:

> We are running svn 1.3.1 on Windows XP Pro. We keep the server
> running all the time. For backup, we do a hotcopy and then dump
> that hotcopy to a file, and the compress the dump file. Based on
> what we have read in the documentation, this seems to be the safest
> approach.
>
> Is this the best way to do it?

I'd recommend using svnadmin dump in a post-commit hook, to dump each
revision as it happens, possibly in addition to the hotcopy you're
already doing. See this recent mail:

http://svn.haxx.se/users/archive-2006-05/0509.shtml

"The net result is that now I have a post-commit hook which dumps and
backups a revision as soon as it is committed. I believe that any
other backup strategy for a SVN server (say, hotcopy once a day) is
basically useless."

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 17 17:44:11 2006

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.