Help in syncing from team drive to team drive

Admittedly I am extremely new to rclone. I used to use rsync to do this, but when my organization switched to team drives it would no longer allow me to do so.

What I am trying to do is create a folder that will automatically sync with our larger data folder. The hitch is that I only want some of it to sync. So say from folder one (the one I save files to) I have sub-folders A,B, and C. I want folder two to contain only sub-folders B and C but sync them from folder one.

Please help my headache!

If I understood your use case well, you can easily do this with filters:

https://rclone.org/filtering/

Your filter file will probably look something like this:

+ /sub-folder-B/**
+ /sub-folder-C/**