Skip to content

Instantly share code, notes, and snippets.

View threez's full-sized avatar

threez

  • IONOS SE
  • Karlsruhe, Germany
View GitHub Profile
@threez
threez / backup_git_repos.sh
Created September 9, 2012 09:08 — forked from r10r/backup_git_repos.sh
Github backup script
#!/usr/bin/env ruby
require 'rubygems'
require 'json'
require 'fileutils'
require 'net/smtp'
require 'net/https'
require 'uri'
BACKUP_DIR='/srv/git/repositories'