Easiest way to server side move all folders containing the word 'Fourth'?

Latest rclone, etc

I want to move all folders (and the files and sub folders therein) with the name 'Fourth' from Folder:1 to Folder:2.

Ideally server side ...

What's the best way / command to do that - ensuring that the folder names are retained and any empty folders automatically deleted following the move?

Thanks

Can anyone please suggest a suitable command for a gdrive server side move?

Use an include filter:

https://rclone.org/filtering/

Test it out with dry-run and see how it works before you execute.

You can use --delete-empty-src-dirs to remove empty directories on the source.

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