OK use filters
create file filter.txt with this content:
+ /[a-b]**/**
+ /[A-B]**/**
+ /[0-2]**/**
- **
then:
rclone sync source: destination: --filter-from filter.txt
you can add all your other flags
OK use filters
create file filter.txt with this content:
+ /[a-b]**/**
+ /[A-B]**/**
+ /[0-2]**/**
- **
then:
rclone sync source: destination: --filter-from filter.txt
you can add all your other flags