What is the problem you are having with rclone?
I want to download files and hash locally. I read that I can use --download flag for rclone checksum, but not for sync or copy. How to hash locally for copy or sync?
I want to download files and hash locally. I read that I can use --download flag for rclone checksum, but not for sync or copy. How to hash locally for copy or sync?
What do you mean by this? Local remote supports ALL hashes - see Overview of cloud storage systems
I mean for rclone checksum there is a flag called —download. If this flag specified then rclone download file from remote destination and hash it locally. How to enable this mechanism for sync or copy?
If you want to check remote content use rclone check
- then you can use --download
flag. It is not possible for copy nor sync.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.