Kalle Klovn wrote:
> Hi,
> I have svn running under apache on a windows 2003 box. The repository is
> not big so disk storage is not an issue. There are only a few users
> using this repository so uptime is not very important (if it take 10
> minutes to create a backup, and svn is not available in the meantime, it
> doesn't matter). What is realy important is that my backup is easy to
> restore, and that it works. What will be the best method to run the
> backup? A daily backup will be good enough. Can someone please be kind
> enough to answer me, and at the same time explain how I restore the
> backup I create? If I can avoid installing additional software such as
> python that would be great. Thank you:)
I use the hot-backup.py (python) script, set up as a nightly scheduled
task to do mine.
hot-backup.py is a script which basically does an svnadmin hotcopy (see:
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.ref.svnadmin.c.hotcopy)
plus a bunch of niceties about naming, etc.
You end up with a copy of your repository.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 16 18:14:02 2006