mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
11afc3dde0
Before this change, a sync to a case insensitive dest (such as macOS / Windows) would not result in a matching filename if the source and dest had casing differences but were otherwise equal. For example, syncing `hello.txt` to `HELLO.txt` would result in the dest filename remaining `HELLO.txt`. Furthermore, `--local-case-sensitive` did not solve this, as it actually caused `HELLO.txt` to get deleted! After this change, `HELLO.txt` is renamed to `hello.txt` to match the source, only if the `--fix-case` flag is specified. (The old behavior remains the default.) |
||
---|---|---|
.. | ||
configfile | ||
configflags | ||
configmap | ||
configstruct | ||
flags | ||
obscure | ||
testdata | ||
authorize.go | ||
config_read_password_unsupported.go | ||
config_read_password.go | ||
config_test.go | ||
config.go | ||
crypt_internal_test.go | ||
crypt_test.go | ||
crypt.go | ||
default_storage_test.go | ||
default_storage.go | ||
rc_test.go | ||
rc.go | ||
ui_test.go | ||
ui.go |