You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Robert Dailey <rc...@gmail.com> on 2008/10/08 15:19:20 UTC

Question about hot-backup.py

Hi,

I noticed that hot-backup.py does not create a dump file of the repository,
but instead copies the filesystem directory tree directly and compresses
that. Was this intentional? Is there a way to force it to perform a dump
first?

Thanks.

Re: Question about hot-backup.py

Posted by eg <eg...@gmail.com>.
Robert Dailey wrote:
> Hi,
> 
> I noticed that hot-backup.py does not create a dump file of the 
> repository, but instead copies the filesystem directory tree directly 
> and compresses that. Was this intentional? Is there a way to force it to 
> perform a dump first?
> 

It was intentional.

Dumps and hotcopies are two different things.

hot-backup.py is a script that works on the "svnadmin hotcopy" commands 
and not the "svnadmin dump" commands.


For further details see:

http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.reposadmin.maint.backup




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