diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,11 +57,11 @@ sudo GOBIN=/usr/local/sbin go build ./cmd/... Configuration is provided via json file format. - `min-interval` is the minimum time to wait before mirroring a project. - - `max-interval` is the minimum time to wait before mirroring a project. + - `max-interval` is the maximum time to wait before mirroring a project. - `mirrors` is the list of projects you want mirrored and how. - - `rsync` for mirroring files. - - `git` for mirroring project source code. - - `github-assets` for mirroring Github project assets. + - `rsync` for mirroring files. + - `git` for mirroring project source code. + - `github-assets` for mirroring Github project assets. Refer to the following example. Mirror will mirror each project at a random interval between 1 and 24 hours. |