Skip to content

Comment on Using git to manage a website

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.