I recently used rclone copy
to copy all my files (about 300 GB) from Dropbox to Google Drive. It would be nice to see if each of the files match up by way of say md5sums. However, I know that Dropbox doesn’t compute md5sums or hashes for any files in the account, while Google Drive does. As a result, when I run rclone check
, it doesn’t seem to really do anything (or am I incorrect)?
Is there a way to efficiently make sure all the files from my Dropbox went to Google Drive without corruption? Thanks!