hi, i use freeFileSync to sync my server (SFTP) to local pc.
The only problem is that i cant exclude some dir from scanning
example:
this dir /var/www/html/IMG/ contains 10 000 images which i dont want to sync
but if in filter i exclude *.jpg app will scan them even if i dont need them, and after scaning it will not sync but it takes so long to scan that folder. is there a way to exclude a directory from scanning
Exclude directory from scanning
- Posts: 8
- Joined: 23 Nov 2021
- Posts: 1202
- Joined: 8 May 2006
(I'm not quite sure of the syntax) but if you add /var/www/html/IMG/ as an Exclude: Filter (F7), does that handle it?
- Posts: 8
- Joined: 23 Nov 2021
that fix the problem just adding without * at end