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?
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?
I use dirvish for this. Basically, it's a set of wrapper scripts for rsync, which can do incremental backups over ssh.
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.