Is there a way to make sure rclone preserves the metadata of the "date created" or "date modified" fields?

So, I ran:

rclone copy -v "A:" "B:"

And I just now realized that while all the files on B: have the correct date modified (many years ago).

Every single folder on B: has today as the date modified.... Is there a flag that would've preserved this metadata? Because simply using windows command line copy A: B: would've preserved that metadata :frowning:

I notice there are several general flags that attempt to control date modified, but they seem to mostly be designed to target remote google drive not another HDD?

Would one of those have worked?