Data Integrity Check?

Hi All,

I’m currently coping data from my Unraid server to secure remote (Google Drive) using the command below

rclone --transfers=32 --checkers=16 --drive-chunk-size=16384k --bwlimit 8M copy /mnt/user/foo/ secure:foo

Once the transfer is complete, I plan to delete the source data. With that in mind, what is the best way to verify that everything uploaded correctly, prior to deleting the local data from my Unraid server? I believe Google Drive supports MD5 via rclone, I’m just not sure if there’s something I have to specify to verify the data

Any guidance would be greatly appreciated

Use rclone check to verify the data once it has transferred.