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

Re: rsync to mirror repository ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-31 16:54:17 CEST

"Cole, Larry" <larry.cole@hp.com> writes:

> Can rsync be used to mirror a repository ? (assuming access to the
> repository is disabled).

If the repository is completely off-line, then sure, rsync, or just
plain old 'cp' will work fine.

If the repository is on-line, then yes, you need to follow the
hot-backup.py algorithm: copy the repository, *re*copy the logfiles,
run recovery.

On svn.collab.net, we have a cron job which hot-backups the
repository, then rsyncs the copy to another machine that gets regular
backups.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 31 16:57:15 2003

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.