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

Re: Backup Question -- Difference between rsync and hotcopy

From: Filipe Fernandes <fernandes.fd_at_gmail.com>
Date: 2007-05-17 20:56:19 CEST

Johnathan Gifford wrote:
> On a 100+ GB repository, you might not finish a full dump in an
> acceptable time period. I know my 4 GB repo will take a minimum of an
> hour to do a full dump.
>

rsync is nice in that it only copies modifications made to a repository
across. But the problem is you have to guarantee that the repository is
in a consistent state. Someone writing to the repository as you're
running rsync could mess up the backup.

svnadmin hotcopy would be very slow with a repo of the above size. But if
there was a way to 'lock' the repository from being written to for a time
being without shutting down (apache web service / svnserve / file system
access) for the purposes of backing up the repository with you're tool of
choice (ie. rsync), that would be awesome.

Is there such a way?

filipe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 17 20:57:10 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.