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

Re: hot-backup.py vs svnadmin hotcopy

From: eg <egoots_at_gmail.com>
Date: 2006-11-17 07:20:58 CET

Kalle Klovn wrote:
> What is the advantages of using the hot-backup.py over using the
> svnadmin hotcopy directly? Does the hot-backup.py work for fsfs, or does
> it work for Berkeley only?

hot-backup.py actually calls svnadmin hotcopy so the results should be
equivalent.

Both work for fsfs and bdb.

The main advantages of hot-backup.py are that it create a backup of the
repository into a subdirectory of given directory, named after the
youngest revision. It automatically handles naming, copies, and will
even do a specified maximum number of backups. Newer versions (trunk
only?) will optionally compress the backups.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 17 07:21:52 2006

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.