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

add an option "rsync_override"

这个提交包含在:
z4yx
2020-03-13 15:12:52 +08:00
父节点 d48815b817
当前提交 02468e21c0
共有 3 个文件被更改,包括 20 次插入14 次删除

查看文件

@@ -137,6 +137,7 @@ type mirrorConfig struct {
Username string `toml:"username"`
Password string `toml:"password"`
RsyncOptions []string `toml:"rsync_options"`
RsyncOverride []string `toml:"rsync_override"`
Stage1Profile string `toml:"stage1_profile"`
MemoryLimit string `toml:"memory_limit"`