Ho can I copy only the videos files in their own folders, and put them in a single folder

I'm using the below commands but in the destination still every videos is in their own folders.
How can I put all the videos fils in one folder?

rclone copy -v -P --min-size 500m --include "*.mkv"

Rclone doesn't have a way of doing this at the moment. What you want is a --flatten option which we don't have yet.

Thank you for replying, I found it be possible to do that in the google drive itself by searching by file type and delete the rest once I completed the copy.

1 Like

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