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

Re: Backup of repositories

From: Lukas Ruf <ruf_at_rawip.org>
Date: 2004-09-28 09:17:54 CEST

> Kenji Chan <adslbqmr@tpg.com.au> [2004-09-28 09:12]:
>
> The safe and easy way that I would do is write a simple script that
> 'zip' the whole repo into a zipped file like 20040929_repo.zip
>

If you know for sure that there is no access while zipping you could.
Do not forget to stop your web-server (if running).

I run
  svnadmin dump <repos> | bzip2 -9 -> <repos>.`date +%Y%m%d-%H%M`.bz2
frequently.

wbr,
Lukas

-- 
Lukas Ruf           | Wanna know anything about raw |
<http://www.lpr.ch> | IP? -> <http://www.rawip.org> |
eMail Style Guide: <http://www.rawip.org/style.html>|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 28 09:18:32 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.