When rclone copying files over >100 MB from Sharefile to remote, MD5 hash differ and transfer fails

I ran it on the local

2021/12/21 21:23:31 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "md5sum" "remote/test/test_file.zip" "-vv"]
2021/12/21 21:23:31 DEBUG : Creating backend with remote "remote/test/test_file.zip"
2021/12/21 21:23:31 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/12/21 21:23:31 DEBUG : fs cache: adding new entry for parent of "remote/test/test_file.zip", "remote/test"
7a1ea3ed267ee8b1a6fd06a565cd9755  test_file.zip
2021/12/21 21:23:33 DEBUG : 2 go routines active
2021/12/21 21:23:33 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "md5sum" "remote/test/test_file.zip" "--download" "-vv"]
2021/12/21 21:23:33 DEBUG : Creating backend with remote "remote/test/test_file.zip"
2021/12/21 21:23:33 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/12/21 21:23:33 DEBUG : fs cache: adding new entry for parent of "remote/test/test_file.zip", "remote/test"
7a1ea3ed267ee8b1a6fd06a565cd9755  test_file.zip
2021/12/21 21:23:33 DEBUG : 4 go routines active

c103d268-fb40-4357-bd27-c5ff4e251e7f, from rclone md5sum sharefile_test:Test/test_file.zip

that is simply rclone asking sharefile for the md5, that is already stored in sharefile, as metadata.
and as far as i know that is not a valid md5 hash.

7a1ea3ed267ee8b1a6fd06a565cd9755 using --download, that is rclone downloading the file and calculating the hash itself and that hash matches the hash from remote/test/test_file.zip

at this point,

  • contact citrix
  • there is a way to get a more detailed rclone debug log
  • find a way to get the metadata direct from sharefile, as i do not have access to sharefile , cannot tell you exactly what do.

Thanks again for your quick response and help. Much appreciate it. Will keep you posted.

sure, just need to be sure this is not a rclone bug.

please keep us posted.

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