镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-08 07:26:47 +00:00
fix build
这个提交包含在:
@@ -57,8 +57,8 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) {
|
|||||||
"--delete", "--delete-after", "--delay-updates",
|
"--delete", "--delete-after", "--delay-updates",
|
||||||
"--safe-links", "--timeout=120", "--contimeout=120",
|
"--safe-links", "--timeout=120", "--contimeout=120",
|
||||||
}
|
}
|
||||||
if overriddenOptions != nil {
|
if c.overriddenOptions != nil {
|
||||||
options = overriddenOptions
|
options = c.overriddenOptions
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.useIPv6 {
|
if c.useIPv6 {
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户