I'm looking to make a backup of my subversion repositories, such that if the server crashes I can easily restore them else where. My thought is to use the svnadmin dump command to dump the SVN to backup device.
Would you use this? And if so, would you use --incremental and/or --deltas in the command?
