Check if a file in a specified folder exists anywhere on remote

Hi!
I have an SD card with many mp4 videos, and i want to check which files are already backed up to an rclone remote. For this rclone check would work, but these files can be in many subfolders in remote, so i want to check for the files in all subfolders too on remote, by size or hash, as the names, and the file dates can be different.

How to do it?

Try sync with --track-renames and --dry-run. I think it should reveal already existing files in the debug logfile.

Alternatively mount your remote and run de-duplicator of your choice against your SD card.

I would use fclones as it allows to limit amount of data read from remote, see this old thread:

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