Rclone copy is missing files?

How is this possible?

The rclone copy exited without any errors,warning or anything. How can I make sure all files are there?

Run the same command again and see if anything is missing

Use the “rclone size” command against both local and remote.

I.e.

rclone size ent:

rclone size e:\ent

Compare the total size + # of objects.

or just rerun a copy. If they are different, it’ll just fix it.