rclone check src: dst:
can output a list of files.- feed that list to
rclone delete src: --files-from
or maybe
rclone dedupe src: dst: --dedupe-mode list
- feed that list to
rclone delete src: --files-from
or maybe
rclone mount src: /path/to/mount/src/
rclone mount dst: /path/to/mount/dst/
- point any dedupe tool to
/path/to/mount/src/ /path/to/mount/dst/
or maybe
https://forum.rclone.org/t/big-syncs-with-millions-of-files/40182