镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
feature(worker): implemented multi-file configrations. closing #23
这个提交包含在:
12
tests/mirrors/aosp.conf
普通文件
12
tests/mirrors/aosp.conf
普通文件
@@ -0,0 +1,12 @@
|
||||
[[mirrors]]
|
||||
name = "AOSP"
|
||||
provider = "command"
|
||||
command = "/tmp/tunasync/bin/myrsync2.sh"
|
||||
upstream = "https://aosp.google.com/"
|
||||
interval = 2
|
||||
mirror_dir = "/tmp/tunasync/git/AOSP"
|
||||
role = "slave"
|
||||
[mirrors.env]
|
||||
REPO = "/usr/local/bin/aosp-repo"
|
||||
|
||||
# vim: ft=toml
|
||||
18
tests/mirrors/deb_fedora.conf
普通文件
18
tests/mirrors/deb_fedora.conf
普通文件
@@ -0,0 +1,18 @@
|
||||
[[mirrors]]
|
||||
name = "debian"
|
||||
command = "/tmp/tunasync/bin/myrsync.sh"
|
||||
provider = "two-stage-rsync"
|
||||
stage1_profile = "debian"
|
||||
upstream = "rsync://ftp.debian.org/debian/"
|
||||
use_ipv6 = true
|
||||
|
||||
|
||||
[[mirrors]]
|
||||
name = "fedora"
|
||||
command = "/tmp/tunasync/bin/myrsync.sh"
|
||||
provider = "rsync"
|
||||
upstream = "rsync://ftp.fedoraproject.org/fedora/"
|
||||
use_ipv6 = true
|
||||
exclude_file = "/etc/tunasync.d/fedora-exclude.txt"
|
||||
|
||||
# vim: ft=toml
|
||||
在新工单中引用
屏蔽一个用户