Best way to do a server side move within the same remote

I´m using this:

rclone move "DB:/Peliculas/Spanish/" "DB:/Peliculas/Movies - Dual Audio (ES-EN)/" --include "*en\]*"

--dry-run was quite fast, but without --dry-run it´s not slow but I feel like it should be faster considering that I´m just moving it from one folder to another with the same remote.

Is there a better command I could use?

Which backend are you using? On some backends that is a simple rename, but on others rclone had to rename all the files individually.

It's a Dropbox remote

Yes - dropbox is not the fastest with server-side operations.

Ok thanks. That's what I thought, but just in case I wanted to ask :slight_smile:

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