Crates.io | gh-backup |
lib.rs | gh-backup |
version | 0.1.2 |
source | src |
created_at | 2022-11-26 16:57:22.690495 |
updated_at | 2024-04-26 09:44:49.687217 |
description | Blazingly fast tool to backup a GitHub organisation |
homepage | |
repository | |
max_upload_size | |
id | 723356 |
size | 48,519 |
Blazingly fast tool to backup a GitHub organisation
This tool creates a backup for a GitHub organisation. It clones the repositories if they do not exist in the backup.
If they already exist, it executes a git fetch
.
The tool will perform clones and fetches in parallel. Downloading a 10GB GitHub organisation takes only 2 minutes.
cargo install gh-backup
export GH_TOKEN=ghp_
gh-backup some_org_xyz
cargo build