github-backup

Crates.iogithub-backup
lib.rsgithub-backup
version
sourcesrc
created_at2022-12-27 21:30:50.788097
updated_at2024-12-16 17:50:15.854496
descriptionBackup all your GitHub repositories with a single command
homepage
repositoryhttps://codeberg.org/adriantombu/github-backup
max_upload_size
id746472
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Adrian Tombu (adriantombu)

documentation

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 <adrian@otso.fr>
Backup all your GitHub repositories with a single command

USAGE:
    github-backup <SUBCOMMAND>

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
Commit count: 0

cargo fmt