Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.