Dedupe local and remote directories together

What is the problem you are having with rclone?

I want to use the dedupe feature to scan a local folder and an S3 bucket for files with the same name.
The two folders should not be synced.
I am unsure if this is possible as the current rclone docs appear to scan a single remote at a time.

Here is an example showing that copy.txt is the identical file in both the local and S3 directories:

+-- local_folder
|   +-- example1.txt
|   +-- copy.txt
+-- s3_bucket
|   +-- example2.csv
|   +-- copy.txt

Version

v1.57.0

It sounds like you want rclone check which can tell you about matching and non matching files.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.