jhu-sheridan-libraries / github-backup

Backup Script to mirror ALL repository data in jhu-sheridan-libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-backup

A simple backup script to mirror organization repositories

#How to Use#

  • chmod +x github-backup.sh
  • vi /etc/sysconfig/ghbu_config (assumes linux currently)
username="username"
password="password"
org="organization-code"
  • Then run with ./github-backup.sh

This script was based on a gist (https://gist.github.com/rodw/3073987), modified to not require hard coded username and passwords in the script.

About

Backup Script to mirror ALL repository data in jhu-sheridan-libraries


Languages

Language:Shell 100.0%