Albert Shih wrote:
> Suppose I don't have any restriction (I don't care to turn off during
> backup my repository, etc...) What's best method to do backup ? I mean,
> what's most robust, most portable method to do backup.
1. Use the hotcopy script to make a duplicate of your repository.
2. 'svnadmin dump' the copy and backup that data - it's the repository's
content.
3. If you're really paranoid, backup the configuration data from (the copy of)
your repository. Which configuration data you have depends on your access
method, but the contents of the 'conf' subdir are a candidate. You should
know which those are, you modified them by hand when setting up the
repository.
Uli
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 13 13:58:30 2005