I have a spare device that I only use to watch movies / anime etc. And I have a big library of downloaded media. But the folder is inside my locally synced network. Now can I have syncthing make it so that it only syncs the files/folders with “,” before it’s name. i.e “,Movies & Series” using the ignore pattern feature on the android device.
I tried something like “!,*” and then
“!/.*
!**/.*
*”
didn’t seem to work. Any way I can achieve that. Or is there any feature/workaround that can allows this type of filtering?
Please use code formatting when writing your ignore patterns on the forum, as otherwise they are all listed in the same line and it’s impossible to judge if they’re correct or not.
I assume the following should do the job:
!,*
/
Please keep in mind that if the files have already been synced, they won’t automatically be removed even if you ignore them. You need to delete them from the disk manually.