镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-05 22:16:47 +00:00
Update debian stage1 rsync options
Updated almost 3 years ago, cf. https://salsa.debian.org/mirror-team/archvsync/-/merge_requests/2 The ref mentioned in the code is still good, so you can compare this MR with what's currently in ftpsync: https://salsa.debian.org/mirror-team/archvsync/-/blob/master/bin/ftpsync#L431 Thanks
这个提交包含在:
@@ -36,7 +36,20 @@ type twoStageRsyncProvider struct {
|
||||
|
||||
// ref: https://salsa.debian.org/mirror-team/archvsync/-/blob/master/bin/ftpsync#L431
|
||||
var rsyncStage1Profiles = map[string]([]string){
|
||||
"debian": []string{"--include=*.diff/", "--exclude=*.diff/Index", "--exclude=Packages*", "--exclude=Sources*", "--exclude=Release*", "--exclude=InRelease", "--include=i18n/by-hash", "--exclude=i18n/*", "--exclude=ls-lR*"},
|
||||
"debian": []string{
|
||||
"--include=*.diff/",
|
||||
"--include=by-hash/",
|
||||
"--exclude=*.diff/Index",
|
||||
"--exclude=Contents*",
|
||||
"--exclude=Packages*",
|
||||
"--exclude=Sources*",
|
||||
"--exclude=Release*",
|
||||
"--exclude=InRelease",
|
||||
"--exclude=i18n/*",
|
||||
"--exclude=dep11/*",
|
||||
"--exclude=installer-*/current",
|
||||
"--exclude=ls-lR*",
|
||||
},
|
||||
"debian-oldstyle": []string{
|
||||
"--exclude=Packages*", "--exclude=Sources*", "--exclude=Release*",
|
||||
"--exclude=InRelease", "--exclude=i18n/*", "--exclude=ls-lR*", "--exclude=dep11/*",
|
||||
|
||||
在新工单中引用
屏蔽一个用户