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

RE: Re: Backup techniques

From: Arthur Penn <APenn_at_quilogy.com>
Date: 2004-05-13 19:43:20 CEST

We wrote a batch file to run svn backups for all repositories under our
svn root via the dump option, and then to pass them through 7-Zip,
compress them, and move them to another location. This has been working
really well. I have attached the script and a related script to kill
files by date so we keep only a certain number of daily backups.

Arthur

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Tuesday, May 11, 2004 12:10 PM
To: Crucius, Wesley
Cc: Subversion Users (E-mail)
Subject: Re: Backup techniques

On Tue, 2004-05-11 at 10:57, Crucius, Wesley wrote:
> I need a quick clarification on backup procedures.
>
> I have SVN running great and exposed via apache. I don't yet have a
> automated backup procedure, so I'm periodically doing it manually for
> right now. What I'm actually doing is stopping apache and then making
a
> directory copy of the repository directory to a folder of the form
> \\<Win2K3_FileServerName>\SVN_repos_backups\20040511\ and then
> restarting apache. We never access these repository backups directly.
> Other than inefficency and temporary unavailability of SVN/Apache,
does
> anyone see any problem?

No, no problem. Other than what you said: inefficiency and temporary
unavailablity of the repository. Why not just run 'svnadmin hotcopy'
while the repository is live? Why bother shutting down all access?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Thu May 13 19:43:04 2004

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.