nielash
(Niel)
2
Not exactly, but there are several pretty good workarounds to accomplish something similar:
-
Hasher backend -- effectively allows crypt
to support checksums. See these recent threads for some tips and tricks.
-
rclone hashsum --download --output-file
command, combined with check --checkfile
. See this post.
-
The latest beta of rclone bisync
has a new --download-hash
feature that may be of interest.
-
The chunker
backend can be used creatively as an alternative to hasher
.
-
I actually built the exact feature you're talking about one time... but kind of abandoned the experiment after seeing how slow it would be to use!
(6. I am also now working on something new which could be an interesting solution for this use case, when it's finished.)