https://github.com/adriantombu/github-backup
Backup all your GitHub repositories with a single command
https://github.com/adriantombu/github-backup
backup cli github hacktoberfest rust
Last synced: about 1 year ago
JSON representation
Backup all your GitHub repositories with a single command
- Host: GitHub
- URL: https://github.com/adriantombu/github-backup
- Owner: adriantombu
- License: mit
- Created: 2022-07-18T07:34:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T21:01:31.000Z (about 2 years ago)
- Last Synced: 2024-10-31T11:34:41.527Z (over 1 year ago)
- Topics: backup, cli, github, hacktoberfest, rust
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# github-backup
Backup all your GitHub repositories with a single command
## How to create a Github personal access token
1. Go to https://github.com/settings/tokens
2. Click on the "Generate new token" button
3. Click on the "repo - Full control of private repositories" checkbox
4. Click on the "Generate token" button
5. Save your newly generated on a safe place, this will be the last time GitHub shows it to you
## How to use
```
~ github-backup help
GitHub Backup 0.2.0
Adrian Tombu
Backup all your GitHub repositories with a single command
USAGE:
github-backup
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
config Display the config file contents
help Print this message or the help of the given subcommand(s)
init Initialize the config file
run Run the GitHub backup
```