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

Bugfix change the order of options in 2f9e96a

Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
这个提交包含在:
Miao Wang
2020-10-23 12:43:58 +08:00
父节点 3e225ae940
当前提交 1804a31b6a
共有 3 个文件被更改,包括 8 次插入8 次删除

查看文件

@@ -67,7 +67,7 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) {
options := []string{
"-aHvh", "--no-o", "--no-g", "--stats",
"--exclude", ".~tmp~/", "--filter" , "risk .~tmp~/",
"--filter" , "risk .~tmp~/", "--exclude", ".~tmp~/",
"--delete", "--delete-after", "--delay-updates",
"--safe-links",
}