Live data from Hacker News

Show HN: Backup your public GitHub repositories with GitHub-backup

github.com

1–10 of 21 posts

Re: Show HN: Backup your public GitHub repositories with GitHub-backup

#4

Aren't your repos already backed up locally? I mean that is where I created them...

Not when you use several different computers, or when you're done with an old project and delete your local copy.

Plus, you can use this to backup someone else's repos in case they delete them.

Re: Show HN: Backup your public GitHub repositories with GitHub-backup

#6
post #5

Are there really people whose ONLY copy of a project is on GitHub? If so, I think they're not doing distributed version control correctly.

I have old projects on GitHub that I haven't touched for a few years. They are things that I don't really care about if I lost them though.

Re: Show HN: Backup your public GitHub repositories with GitHub-backup

#7
post #5

Are there really people whose ONLY copy of a project is on GitHub? If so, I think they're not doing distributed version control correctly.

This tool helps you stay distributed by keeping a server somewhere that constantly backs up all your repos. With this you can't accidentally forget to make a copy if you make a quick repo in a coffee shop somewhere, and delete the local copy days later when you're cleaning up.

Re: Show HN: Backup your public GitHub repositories with GitHub-backup

#8
post #5

Are there really people whose ONLY copy of a project is on GitHub? If so, I think they're not doing distributed version control correctly.

This tool helps you stay distributed by keeping a server somewhere that constantly backs up all your repos. With this you can't accidentally forget to make a copy if you make a quick repo in a coffee shop somewhere, and delete the local copy days later when you're cleaning up.

Or you could mirror to multiple repositories with one push. I write about how to use Github & Bitbucket simultaneously here: http://deanclatworthy.com/2013/01/how-to-avoid-relying-on-gi...

Re: Show HN: Backup your public GitHub repositories with GitHub-backup

#9

Earlier quoted context omitted.

This tool helps you stay distributed by keeping a server somewhere that constantly backs up all your repos. With this you can't accidentally forget to make a copy if you make a quick repo in a coffee shop somewhere, and delete the local copy days later when you're cleaning up.

Or you could mirror to multiple repositories with one push. I write about how to use Github & Bitbucket simultaneously here: http://deanclatworthy.com/2013/01/how-to-avoid-relying-on-gi...

Wow, that's a pretty neat approach! How well does that work with multiple people?
Post reply on HN