OneDrive: rclone move still updates modtime even with --no-update-modtime

Hi everyone,

I’m having an issue with rclone move when uploading files to OneDrive.
I’m using the following command
rclone move C:/TEST CLOUD:TEST/TEST -v --stats 1s --transfers 12 --onedrive-chunk-size=240M --multi-thread-streams=12 --stats-one-line --delete-empty-src-dirs --no-update-modtime
However, even with --no-update-modtime, once the upload finishes, the modification time (modtime) of both the folder and the file is updated to match the original local file’s timestamp — and I don’t want that.

I’d like the uploaded files to behave as if they were new files in the cloud, using the current upload time as their modtime.

Here’s an example log line that appears after upload:
INFO : TEST: Set directory modification time (using DirSetModTime)
Is there any way to completely prevent rclone from setting the modtime on OneDrive?
I just want the OneDrive upload time to be used instead.

Thanks in advance!

hi,

when you posted, there was a template of questions, none of which got answered??