Rclone Filter Pattern

Hi, I try to filter the path, example "E:\myimages*\sales" but getting glob error.
The path would be E:\myimages\0001\sales\ or E:\myimages\002\sales, can you please assist? Thank you. So trying within each folder to sync the sales content .

You need to use forward slashes in your filter. The best filter to use in your specific case depends on what your command is, i.e. what path you use in your command, and if you want to include subfolders within sales or not, etc.. But one example is to just use:
--include sales/* (include all files within any folder with name "sales").

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