Rclone copy entire folder

I have one google drive folder contain many files inside and also having duplicate files inside folder, How to copy entire folder with duplicate file inside and do not skip them?
Here is my copy command.
rclone copy GD:{xxxxxxxxxxxx} GD:xxx/ --drive-server-side-across-configs -vvP --ignore-existing --tpslimit 3

You'd run rclone dedupe first and rename any files you want to keep so there are not duplicates.

Is there any other method to copy those duplicate files without rename it?

You'd want to fix the duplicates at the source.

1 Like

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