zcyc / repo-sync

This is a repositories synchronize tool alternative to gitlab mirroring repositories.

Home Page:https://github.com/zcyc/repo-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reposync logo

repo-sync

A lightweight synchronization tool for git repositories.

Manual

USAGE:
    repo-sync [OPTIONS]

OPTIONS:
    -c, --crontab <CRONTAB>     crontab string, eg: '0 * * * * ? *'
    -f, --file <FILE>           config file path, eg: ./config.json
    -h, --help                  Print help information
    -s, --source <SOURCE>       source repo, eg: https://github.com/zcyc/repo-sync.git
    -t, --target <TARGET>...    target repo, eg: https://github.com/zcyc/repo-sync.git
    -V, --version               Print version information

Notice

Before you begin the task, make sure that you can access and operate your source and target repositories.

Why Not

About

This is a repositories synchronize tool alternative to gitlab mirroring repositories.

https://github.com/zcyc/repo-sync

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%