0
votes
1answer
33 views

Wrong paths with backupninja

I am trying to set up automated backups of my svn repositories with the help of backupninja, but it seems like the paths used when running the svn-hot-backup.py script are wrong. (svn-hot-backup.py is ...
0
votes
1answer
68 views

Restoring Subversion from Backup - Working Directories Way Newer

Subversion is installed on an Amazon volume, which just died on us. We have a snapshot from last night and are prepared to bring it up. However, we've been working today and have committed several ...
5
votes
1answer
416 views

Restore Subversion from file backups

I recently had to send in my computer for repairs, and my hard drive ended up getting replaced. Luckily I had a backup of the files, but no system image. I'd like to get my SVN repositories back, but ...
0
votes
2answers
634 views

backup svn script on linux does not work?

I have a script that runs on Linux Ubuntu Server every dat at 5am. This script backups all my SVN in this way: #!/bin/bash svnadmin dump /home/xxx/svn/p1 > /home/xxx/svn-backup/p1 svnadmin dump ...
2
votes
3answers
221 views

backing up subversion

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 ...
0
votes
4answers
363 views

How to perform daily backups?

While developing an iPhone project, I create new folders on each day and as follows * November 2009 o 01-DEC-2009 + MyProject o 02-DEC-2009 + MyProject * December ...