Re: How to backup all Repositories in a Directory?
From: David Weintraub <qazwart_at_gmail.com>
Date: Fri, 31 Oct 2008 11:11:33 -0400
Here's my shell script that does just what you want. It backs up all
#! /bin/bash
########################################################################
########################################################################
########################################################################
-- David Weintraub qazwart_at_gmail.com On Thu, Oct 30, 2008 at 8:26 PM, chobo2 <mhubele_at_gmail.com> wrote: > > Hi > > I know there is svnadmin hotcopy is used to backup and I can make it backup > one repository. But I want to backup all repositories in that directory. How > would I go about doing this. > > I am using windows xp. > -- > View this message in context: http://www.nabble.com/How-to-backup-all-Repositories-in-a-Directory--tp20258114p20258114.html > Sent from the Subversion Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org > For additional commands, e-mail: users-help_at_subversion.tigris.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-10-31 16:12:00 CET |
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.