rclone check <source:path> <remote:path>
Checks the files in the source and destination match
Arguments
Name | Description |
---|
source:path | |
remote:path | |
Options
Name | Description |
---|
--download | Check 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-way | Check one way only, source files must exist on remote |