Hacker News new | ask | show | jobs
by buckwild 5609 days ago
What about using git to backup an entire hard drive? Maybe using bitbucket (or github if you don't mind sharing your data with the world).

Living on the cloud has never been so easy :-D

4 comments

You should look at something more along the lines of rdiff-backup (or whatever's fashionable these days) for that.

Using git would be pretty pointless, unless you're going to be frequently branching and merging against your mp3s or something.

Performance would be nightmarish. Git is super elegant and great, but not very performant. Imagine having to deltify a terabyte of data? Good luck with that!
wasn't it because he needed better performance one of the reasons Torvalds created git? http://en.wikipedia.org/wiki/Git_(software)
Although git usually has faster performance than most other VCS, that doesn't mean it can easily handle terabyte disk image files. :P