I’ve seen lots of ways to backup a single repository in subversion. Is there any way to backup all the repositories in one go. I have lots of repositories for different projects and don’t want to have to create a script every time.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have configured all repositories to use the fsfs backend, then you can use regular file-based backup tools (such as tar, dump, rsync, …).
If you use bsddb repositories, I recommend to convert them to fsfs, with a svndump/restore cycle.