Rdiff-backup with SSHFS Performance
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
1 Reply
In the case where you don't, I would certainly not use rdiff-backup, and would instead use duplicity. But some people probably want to use rdiff-backup, and for them, there's that.