Github2S3: Backup Github Repositories To Amazon S3

Published on

Cross Posted from http://vinsol.com/blog Who doesn’t know GitHub now a days, its a service to host git repositories. We, at Vinsol, use GitHub extensively to host all(50+) of our git repositories. Although Github is an awesome service, we miss one feature a lot, which is ‘archiving a repository’ somewhere outside Github. This is somewhat similar … Continue reading Github2S3: Backup Github Repositories To Amazon S3

Bash script for creating new rails project and initial SVN import (with ignoring/removing log/other files)

Published on

Many times we need to create a new rails project and import it to SVN repository. Each time we have to repeat same commands for creating new rails project, Initial import to SVN, Ignoring *.log files, move database.yml to database.example, ignoring tmp/sessions etc.. etc.. So I have written a bash script that do all this … Continue reading Bash script for creating new rails project and initial SVN import (with ignoring/removing log/other files)