镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-09 07:56:47 +00:00
feature(worker): implemented multi-file configrations. closing #23
这个提交包含在:
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
|
||||
在新工单中引用
屏蔽一个用户