Re: Backup of repositories
From: <dtandersen_at_cox.net>
Date: 2004-09-28 00:55:15 CEST
I have restored a repository by copying back the old files, so that works.
What I do now is have a batch file run 'svnadmin dump' every night and copy the dump file over to the backup PC on the LAN. The dump file contains a perfect copy of the entire repository.
svnadmin dump c:\svnrepos > yourfile.txt
To restore use:
svnadmin load < yourfile.txt
I am curious to how other are doing backups.
> What is the best way to create backups of repositories? I want to create
---------------------------------------------------------------------
|
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.