I have two SVN repositories, svn_rep1 and svn_rep2. I want to back them up to a remote server, with an incremental backup daily and a full backup monthly.

How I can write a bash shell script to do this operation? I ask you because I do not have time to search on my own.

link|improve this question

4  
-1 Because time is a limited resource for everybody. – adamo Oct 30 '10 at 9:57
this is explained it the SVN server documentation quite clearly – Hubert Kario Oct 30 '10 at 13:31
feedback

1 Answer

up vote 5 down vote accepted

I'd recommend rsync for 1-to-1-copies and duplicity for incremental encrypted backups.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.