hashsum: treat hash values in sum file as case insensitive

Also warn duplicate file paths in sum files.

Fixes https://forum.rclone.org/t/rclone-check-sum/25566/45
This commit is contained in:
Ivan Andreev
2021-10-13 15:02:49 +03:00
parent cf9b82b8db
commit 16fb608bee
6 changed files with 51 additions and 15 deletions

View File

@ -38,7 +38,7 @@ Then
$ rclone hashsum MD5 remote:path
Note that hash names are case insensitive.
Note that hash names are case insensitive and values are output in lower case.
```