Comment Re:More reason to build your own (Score 1) 265
Well, I've set up my rsync-based solution with incremental backups, using the link-dest functionality (just google for rsync and link-dest and you'll get to the same info I got).
Basically it allows me to have directories on my server which has complete snapshots of my data. But rsync works it out so that files that are the same (and have not moved) are really the same file, using hard links.
So it can be done with rsync.