Is it possible to generate a list of files that will be synced

I saw the dry run option but that doesn’t seem to do what I want. I wanted to be able to list all the files that are in source but not in destination that will be synced/copied.

You can also use rclone check but that produces a log in the same way --dry-run does.

The -n option prints a lot of other data and I was really looking for a way to just get a list of files that need to be copied. Will try check. Thank you!