Only sync the files in the directory I tell rclone to do

I have this directory tree:

D:\test
–file1.txt
–file2.txt

D:\test\hello\this
–IwantThisFileToSync.txt

I sync only the D:\test\hello\this, but it also syncs me the files that are in the directory D:\test. The command I use is this one:

rclone sync include test/hello/this/** D:\ example:example

How can I only copy the file I want and not the other files there are in the directory tree?

EDIT:
Nvm, it was my bad, I was executing a script which was only reading the test part.
Close this question if you can, or delete it

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