镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
Merge remote-tracking branch 'kinosang/master' into wip-test-pr
这个提交包含在:
@@ -16,6 +16,7 @@ type rsyncConfig struct {
|
||||
workingDir, logDir, logFile string
|
||||
useIPv6, useIPv4 bool
|
||||
interval time.Duration
|
||||
retry int
|
||||
}
|
||||
|
||||
// An RsyncProvider provides the implementation to rsync-based syncing jobs
|
||||
@@ -36,6 +37,7 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) {
|
||||
name: c.name,
|
||||
ctx: NewContext(),
|
||||
interval: c.interval,
|
||||
retry: c.retry,
|
||||
},
|
||||
rsyncConfig: c,
|
||||
}
|
||||
|
||||
在新工单中引用
屏蔽一个用户