operations_check
Compare source and destination file trees to identify matching, differing, and missing files.
Instructions
Compare source and destination — Compares source and destination trees, reporting matches, differences, and missing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstFs | No | Destination remote name or path that should match the source. | |
| error | No | Set to true to include entries that encountered errors. | |
| match | No | Set to true to include matching files in the report. | |
| srcFs | No | Source remote name or path to verify, e.g. `drive:`. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| differ | No | Set to true to include differing files in the report. | |
| oneWay | No | Set to true to only ensure that source files exist on the destination. | |
| combined | No | Set to true to include a combined summary report in the response. | |
| download | No | Set to true to read file contents during comparison instead of relying on hashes. | |
| checkFileFs | No | Remote containing the checksum SUM file when using `checkFileHash`. | |
| missingOnDst | No | Set to true to report files missing from the destination. | |
| missingOnSrc | No | Set to true to report files missing from the source. | |
| checkFileHash | No | Hash name to expect in the supplied SUM file, such as `md5`. | |
| checkFileRemote | No | Path within `checkFileFs` to the checksum SUM file. |