Linode suggests using rdiff-backup with SSHFS for remote backups in order to get around the rdiff-backup version compatibility issue. This seems to be horribly inefficient.
One of the features of rsync (and rdiff-backup by extension) is that the remote process identifies and transmits only the change deltas thereby saving a huge amount of bandwidth and time.
By using the SSHFS filesystem it would move the change delta processing to the local system and every file would have to be read in full 'over the wire' every time.
Am I missing an important concept?
Using Rdiff-backup with SSHFS
http://library.linode.com/networking/rdiff-backup-sshfs