New Hasher feature

@ivandeex Hi - I'm trying to figure out how to best use the new beta Hasher...
https://rclone.org/hasher/

My current process is that I have a local SUM file which I compare against what returns in my rclone:remote sum's and copy anything that doesn't exist in my local file.

Seemingly I can use Hasher so that it keeps a record of the remote hashes? or can it also keep my local hashes? and what about comparing them to get the non-matches?

Thanks for your insight

you don't need hasher for that
rclone hashsum sha1 -C sha1sum.txt your-remote:
will check remote against sum file

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