Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvdschee/github-backup

Create a backup of all your GitHub repositories, just in case Microsoft does a Gitlab rm -rf
https://github.com/mvdschee/github-backup

Last synced: about 10 hours ago
JSON representation

Create a backup of all your GitHub repositories, just in case Microsoft does a Gitlab rm -rf

Awesome Lists containing this project

README

        

# github-backup
Create a backup of all your GitHub repositories, just in case Microsoft does a Gitlab rm -rf

```bash
Program to back up all repositories from GitHub.

Usage: github-backup [OPTIONS] --token

Options:
-t, --token Your personal token from GitHub
-o, --output Where to save the repositories [default: ./backup]
-h, --help Print help
-V, --version Print version
```

Optional you can copy over the `.env-example` to `.env` and fill in your personal token.

## Installation

1. Get a personal token from GitHub: [Settings > Developer Settings > Personal access tokens](https://github.com/settings/tokens?type=beta)