Currently I'm using rdiff-backup, but I'm not happy with its performance, and ability to track down the problem.

Is there any other tool that provides differential backups over ssh?

Which is the fastest one?

link|improve this question

74% accept rate
feedback

2 Answers

up vote 3 down vote accepted

I use dirvish for this. Basically, it's a set of wrapper scripts for rsync, which can do incremental backups over ssh.

link|improve this answer
Thanks, docs so far look promising. Will check. – depesz Oct 6 '10 at 11:25
feedback

Not sure if it is the fastest, but I like duplicity - I've been using it with a wrapper script for a while to do differential backups onto amazon s3, but it can use a lot of different storage backends. Handles things like automatically deleting old backup sets which is quite nice.

link|improve this answer
Based on their page, it looks like rdiff-backup + encryption. While I don't object to having encryption, I don't need it, and it doesn't sound like a faster solution. – depesz Oct 6 '10 at 11:25
feedback

Your Answer

 
or
required, but never shown

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