exercism / wip

Please use https://github.com/exercism/exercism for bugs or improvements.
1 stars 2 forks source link

Add script to backup git repos to s3 #29

Open iHiD opened 5 years ago

iHiD commented 5 years ago

At the moment, GitHub is a critical dependency. If they had data-loss and any of our repos were corrupted we could lose part of our codebase. We should have a script that runs nightly (or listens to webhooks?) which backs all our GitHub repos up to s3.

@kntsoriano @ccare I won't assign this yet, but if either of you feel like picking it up, go for it.

kotp commented 5 years ago

If it is only the repositories, it may be reasonable to mirror them on gitlab as well. This should be more or less a "live" backup of the repositories. See this gitlab article about mirroring for more details.