Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcyc/repo-sync
This is a repositories synchronize tool alternative to gitlab mirroring repositories.
https://github.com/zcyc/repo-sync
Last synced: about 2 months ago
JSON representation
This is a repositories synchronize tool alternative to gitlab mirroring repositories.
- Host: GitHub
- URL: https://github.com/zcyc/repo-sync
- Owner: zcyc
- License: agpl-3.0
- Created: 2022-08-12T13:42:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T18:28:23.000Z (10 months ago)
- Last Synced: 2024-03-17T01:29:56.008Z (10 months ago)
- Language: Rust
- Homepage: https://github.com/zcyc/repo-sync
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![reposync logo](/images/logo.png)
# repo-sync
A lightweight synchronization tool for git repositories.## Manual
```
USAGE:
repo-sync [OPTIONS]OPTIONS:
-c, --crontab crontab string, eg: '0 * * * * ? *'
-f, --file config file path, eg: ./config.json
-h, --help Print help information
-s, --source source repo, eg: https://github.com/zcyc/repo-sync.git
-t, --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
- [git-sync](https://github.com/kubernetes/git-sync) of `kubernetes` only synchronizes the repository into the folder.
- [Repository mirroring](https://docs.gitlab.com/ee/user/project/repository/mirror/) of `GitLab` requires a paid version.