orther
5/1/2015 - 4:54 PM

How to backup entire GitHub Organization including repo, wiki and issues.

How to backup entire GitHub Organization including repo, wiki and issues.

  1. Create access token for your github user with read rights to org.
  2. Install github-backup pip install github-backup
  3. github-backup <github-org-name> -t <user-github-access-token> --all -O -P --prefer-ssh