1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-07 15:06:47 +00:00

twp-stage rsync support

这个提交包含在:
bigeagle
2015-05-17 14:46:40 +08:00
父节点 0f3b7b2248
当前提交 420a19e197
共有 5 个文件被更改,包括 124 次插入34 次删除

查看文件

@@ -40,6 +40,17 @@ command = "sleep 20"
local_dir = "/mnt/sdb1/mirror/archlinux/current/"
# log_file = "/dev/null"
[[mirrors]]
name = "arch3"
provider = "two-stage-rsync"
stage1_profile = "debian"
upstream = "/tmp/rsync_test/src/"
local_dir = "/tmp/rsync_test/dst/"
log_file = "/tmp/rsync_test/log"
# log_file = "/dev/null"
no_delay = true
[[mirrors]]
name = "arch4"
provider = "shell"