How to exclude a folder from drive migration

Hey guys!

I am migrating from one account (Drive) to another account (Drive).

I would like to know if I can exclude a folder from migration.

Something similar to: Do not migrate folder X as it has thousands of items (.xml) that will delay the migration.

Another alternative would be: Do not migrate any .xml files.

Is there anything that can help me with one of these options?

Thank you very much!

you can exclude a folder and/or files. there are a number of ways to do that
check out https://rclone.org/filtering/

as filters work only on the source, best, safe way to test is using rclone ls -vv

rclone ls remote: --exclude='/path/to/folder/' -vv

rclone ls remote: --exclude='/path/to/folder/*.xml' -vv

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