QuickXorHash from RClone not matching OneDrive

What is the problem you are having with rclone?

My QuickXorHash values from OneDrive look like they are Base64 encoded but the RClone values of the same files do not. Below are the QuickXorHash values from one of my files:
a76b89f78130e977eafd94fd9e9397096e6552f4 (RClone value)
UTSXBP3D7PPh7na+k3XTEPpmVBQ= (OneDrive value)

What is your rclone version (output from rclone version)

rclone v1.51.0

  • os/arch: windows/amd64

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 - 64 bit

Which cloud storage system are you using? (eg Google Drive)

OneDrive for Business

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone hashsum QuickXorHash D:\rclone_testDir > hashes.txt

You can use the --base64 parameter to rclone hashsum to see hashes which match OneDrive

  --base64   Output base64 encoded hashsum
1 Like

Yep, I switched to following command and that seemed to do the trick (where the 'rclone_testDir' is the directory being scanned and a hashes.txt file being saved with the files and hash values):
rclone hashsum QuickXorHash --base64 D:\rclone_testDir > hashes.txt

1 Like

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