Move files challenge

Hello.

I need something seemingly trivial: move 200k files from gdrive:folder/ to gdrive:

How would you approach it?

Any chance to do this without mounting?

Kind regards.

And indeed it is:

rclone move source:path dest:path

Nah, won't work, I've tried that.

"Failed to move: can't sync or move files on overlapping remotes (try excluding the destination with a filter rule)"

post all details (as asked in the template) then somebody for sure will help. Otherwise nobody can guess what you are doing:) Moving things between folders (within the same remote or not) is trivial but requires all details to be right especially when src and dst overlap. You have a hint what to do in you error message:

Failed to move: can't sync or move files on overlapping remotes (try excluding the destination with a filter rule

It does. I have just tested - you have to exclude overlapping parts.

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