rclone check <source:path> <remote:path>

Checks the files in the source and destination match

Arguments

NameDescription
source:path
remote:path

Options

NameDescription
--downloadCheck by downloading rather than with hash
--combined <arg>Make a combined report of changes to this file
--differ <arg>Report all non-matching files to this file
--error <arg>Report all files with errors (hashing or reading) to this file
--match <arg>Report all matching files to this file
--missing-on-dst <arg>Report all files missing from the destination to this file
--missing-on-src <arg>Report all files missing from the source to this file
--one-wayCheck one way only, source files must exist on remote