Search code examples
rclone

Checking if the files were downloaded correctly with rclone


I'm looking for a way to check if the files were downloaded correctly by using rclone. Maybe the option -i is able to do that?

rclone sync -i SOURCE remote:DESTINATION

Solution

  • Option --checksum is able to do that. https://rclone.org/docs/#c-checksum

    When rclone has finished copying a file, it compares checksums. Add option -vv to see hashes.