8 ms·
We tend to run out of private repos on our organisation gold plan, but have a little ruby script which can pull down some of the older projects (and their wikis
by thetron 14y ago
We tend to run out of private repos on our organisation gold plan, but have a little ruby script which can pull down some of the older projects (and their wikis), zip them up, archive them to S3 and then remove the repo on Github.
It can also do the reverse, pull the archives down, create a new private repo and push everything back up.
It works quite well, and certainly solved the problem of hitting that ceiling.
- oomkiller 14y agoWould you mind publishing this? We run into this issue too.
- cmccabe 14y agoYou should consider using git-annex with an S3 remote. http://git-annex.branchable.com/tips/using_Amazon_S3/ http://git-annex.branchable.com/tips/using_Amazon_S3/
- thetron 14y agoIt's definitely my intention to. At the moment it's a bit of a hodge-podge, but it's definitely on my to-do list to release it as a properly packaged (and tested) rubygem.