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

@ -500,6 +500,12 @@ Do a trial run with no permanent changes. Use this to see what rclone
would do without actually doing it. Useful when setting up the `sync`
command which deletes files in the destination.
### --ignore-case-sync ###
Using this option will cause rclone to ignore the case of the files
when synchronizing so files will not be copied/synced when the
existing filenames are the same, even if the casing is different.
### --ignore-checksum ###
Normally rclone will check that the checksums of transferred files