forked from TrueCloudLab/rclone
check: implement --no-traverse and --no-unicode-normalization
See: https://forum.rclone.org/t/rclone-check-head-or-list-object-from-source/30400
This commit is contained in:
parent
4d72abf389
commit
4f94b27800
1 changed files with 7 additions and 5 deletions
|
@ -224,6 +224,8 @@ func CheckFn(ctx context.Context, opt *CheckOpt) error {
|
|||
Fsrc: c.opt.Fsrc,
|
||||
Dir: "",
|
||||
Callback: c,
|
||||
NoTraverse: ci.NoTraverse,
|
||||
NoUnicodeNormalization: ci.NoUnicodeNormalization,
|
||||
}
|
||||
fs.Debugf(c.opt.Fdst, "Waiting for checks to finish")
|
||||
err := m.Run(ctx)
|
||||
|
|
Loading…
Add table
Reference in a new issue