Skip to content

Instantly share code, notes, and snippets.

@orther
Created May 1, 2015 16:54
Show Gist options
  • Save orther/dea3fefcfe201dca4925 to your computer and use it in GitHub Desktop.
Save orther/dea3fefcfe201dca4925 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment