Skip to content
forked from tuna/tunasync

A mirror sync management tool for mirrors.pku.edu.cn based on TunaSync

License

Notifications You must be signed in to change notification settings

lcpu-club/tunasync

This branch is 5 commits ahead of tuna/tunasync:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0af379 · Mar 24, 2025
Feb 28, 2025
Apr 18, 2023
May 25, 2020
Aug 2, 2016
Feb 27, 2025
Jan 18, 2023
Mar 24, 2025
Mar 18, 2025
Mar 18, 2025
Jan 11, 2025
Mar 24, 2025
Jan 12, 2025
Apr 30, 2016
Oct 17, 2014
Jan 12, 2025
Jan 11, 2025
Feb 28, 2025
Feb 28, 2025
May 5, 2016

Repository files navigation

tunasync

Build Status Coverage Status Commitizen friendly GPLv3

Get Started

Download

Pre-built binary for Linux x86_64 and ARM64 is available at Github releases.

Design

# Architecture

- Manager: Central instance for status and job management
- Worker: Runs mirror jobs

+------------+ +---+                  +---+
| Client API | |   |    Job Status    |   |    +----------+     +----------+ 
+------------+ |   +----------------->|   |--->|  mirror  +---->|  mirror  | 
+------------+ |   |                  | w |    |  config  |     | provider | 
| Worker API | | H |                  | o |    +----------+     +----+-----+ 
+------------+ | T |   Job Control    | r |                          |       
+------------+ | T +----------------->| k |       +------------+     |       
| Job/Status | | P |   Start/Stop/... | e |       | mirror job |<----+       
| Management | | S |                  | r |       +------^-----+             
+------------+ |   |   Update Status  |   |    +---------+---------+         
+------------+ |   <------------------+   |    |     Scheduler     |
|   BoltDB   | |   |                  |   |    +-------------------+
+------------+ +---+                  +---+


# Job Run Process


PreSyncing                           Syncing                               Success
+-----------+     +----------+    +-----------+    +-------------+     +--------------+
|  pre-job  +--+->| pre-exec +--->|  job run  +--->|  post-exec  +-+-->| post-success |
+-----------+  ^  +----------+    +-----------+    +-------------+ |   +--------------+
               |                                                   |
               |                +-----------------+                | Failed
               +----------------+    post-fail    |<---------------+
                                +-----------------+

Building

Go version: 1.22

# for native arch
> make all
# for other arch
> make ARCH=linux-arm64 all

Binaries are in build-$ARCH/, e.g., build-linux-amd64/.

About

A mirror sync management tool for mirrors.pku.edu.cn based on TunaSync

Resources

License

Stars

Watchers

Forks

Languages

  • Go 99.1%
  • Other 0.9%