mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
fs: add --ignore-case-sync for forced case insensitivity - fixes #2773
This commit is contained in:
committed by
Nick Craig-Wood
parent
cd5a2d80ca
commit
1124c423ee
@@ -62,6 +62,7 @@ type ConfigInfo struct {
|
||||
MaxDepth int
|
||||
IgnoreSize bool
|
||||
IgnoreChecksum bool
|
||||
IgnoreCaseSync bool
|
||||
NoTraverse bool
|
||||
NoUpdateModTime bool
|
||||
DataRateUnit string
|
||||
|
||||
Reference in New Issue
Block a user