fs: add --ignore-case-sync for forced case insensitivity - fixes #2773

This commit is contained in:
garry415
2019-06-03 13:12:10 -07:00
committed by Nick Craig-Wood
parent cd5a2d80ca
commit 1124c423ee
5 changed files with 36 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ type ConfigInfo struct {
MaxDepth int
IgnoreSize bool
IgnoreChecksum bool
IgnoreCaseSync bool
NoTraverse bool
NoUpdateModTime bool
DataRateUnit string