How to copy files with custom name replacement

I'm trying to copy files from Google Drive to OneDrive. In Google Drive, I'm allowed to use a "comma", however in OneDrive it is not allowed. Thus it will auto convert any ":" to full comma, i.e. ":". However I want rclone to replace it with an underscore i.e. "_". How can I achieve that?

I'm afraid that isn't possible at the moment.

I'd do the copy then rename the files afterwards using rclone mount.

Thank you for the reply, I'll see if there are any option available. Hope some day this feature will be added

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