Comment on Using git to manage a websiteComments−buckwild15yWhat 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−beoba15yYou 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.−SeoxyS15yPerformance 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!−riledhel15ywasn't it because he needed better performance one of the reasons Torvalds created git? http://en.wikipedia.org/wiki/Git_(software)−rmc15yAlthough git usually has faster performance than most other VCS, that doesn't mean it can easily handle terabyte disk image files. :P−beoba15yhttp://en.wikipedia.org/wiki/Bitkeeper#Pricing_change−js215ySee https://github.com/apenwarr/bup−beagle315ybup! bup! bup!https://github.com/apenwarr/bup
Comments
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
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
http://en.wikipedia.org/wiki/Bitkeeper#Pricing_change
See https://github.com/apenwarr/bup
bup! bup! bup!
https://github.com/apenwarr/bup