I appreciate the rclone check command - it’s pretty nice. But sometimes I want to check that every local file is on the remote, but I don’t care if the remote has more files (or vice-versa). Would that be a feature you’d accept?
Maybe syntax could be:
rclone check --one-way local remote
Essentially like rclone move but without the delete step.