Source and destination have no hashes in common

what does this message exactly mean? and what should I do to make checksum working?

--checksum in use but source and destination have no hashes in common - falling back to --size-only

Can you share the command you are running and what backends you are using?

1 Like
rclone copy --transfers 10 --checksum --exclude-from exclude.txt  public/ parsonline:zbook/en/

source is my local pc and destination is a minio server.

Looks like the other side doesn’t support a checksum so it’s using size:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.