| Crates.io | ghbu |
| lib.rs | ghbu |
| version | 0.1.7 |
| created_at | 2024-04-27 08:06:21.79559+00 |
| updated_at | 2024-05-06 07:52:26.964847+00 |
| description | Backup your GitHub Repositories |
| homepage | |
| repository | https://github.com/patrickbucher/ghbu |
| max_upload_size | |
| id | 1222402 |
| size | 48,526 |
ghbu: GitHub BackupBackup the repositories owned by user joe:
$ GITHUB_TOKEN=0123abc ghbu --to ~/github-backup --keyfile ~/.ssh/id_ed25519 --user joe
Backup the repositories owned by organization acme:
$ GITHUB_TOKEN=0123abc ghbu --to ~/github-backup --keyfile ~/.ssh/id_ed25519 --org acme
git2: clone and fetch Git repositoriesreqwest: request repositories from GitHub APIserde_json: unmarshal GitHub API payloadsclap: parse command line arguments