Search found 6 matches

by debiedowner
31 Aug 2022, 12:05
Forum: General Discussion
Topic: Filter rule to exclude files in a folder, but not its subfolders
Replies: 7
Views: 1882

Re: Filter rule to exclude files in a folder, but not its subfolders

@Plerry Folder1 is not a root folder, it is just one of the thousands of deeply nested folders in the drive that I am syncing, that's why this approach doesn't help. So my workaround has been adding additional folder pairs, as @Zenju mentioned, though I described why I dislike that solution and ...
by debiedowner
29 Aug 2022, 12:36
Forum: General Discussion
Topic: Filter rule to exclude files in a folder, but not its subfolders
Replies: 7
Views: 1882

Re: Filter rule to exclude files in a folder, but not its subfolders

With FreeFileSync version 11.24 adding the feature
Enhanced filter syntax to match files only (append ':')
I hoped that a solution for this was finally added, but it doesn't help.

If I add \Folder1\*: to the exclude list, files in the subfolders are still excluded. It does include subfolders, but ...
by debiedowner
14 Apr 2021, 20:23
Forum: General Discussion
Topic: Suggest using NTFS MFT to speed up folder comparison time
Replies: 4
Views: 1898

Re: Suggest using NTFS MFT to speed up folder comparison time

Reading the MFT makes a massive difference. I moved from WinDirStat to WizTree for that reason: What used to take minutes now takes seconds; it's near instant, really.

I know that FreeFileSync is a cross-platform program and this enhancement would be mostly useful for Windows users, but it makes ...
by debiedowner
06 Apr 2021, 12:15
Forum: General Discussion
Topic: Filter rule to exclude files in a folder, but not its subfolders
Replies: 7
Views: 1882

Re: Filter rule to exclude files in a folder, but not its subfolders

I think you misunderstand me, or maybe I am misunderstanding what you are saying. The " All subdirectories of the base directories " example, i.e. the filter phrase " *\ " allows me to exclude its subfolders, without excluding files directly in the folder. But what I want to do is the opposite, i.e ...
by debiedowner
02 Apr 2021, 17:13
Forum: General Discussion
Topic: Filter rule to exclude files in a folder, but not its subfolders
Replies: 7
Views: 1882

Re: Filter rule to exclude files in a folder, but not its subfolders

To put it differently, the footnote in the manual says:

A filter phrase is compared against both file and directory paths. If you want to consider directories only, you can give a hint by appending a path separator.

So it is possible discriminate directories vs. files, what I propose is the ...
by debiedowner
02 Apr 2021, 17:06
Forum: General Discussion
Topic: Filter rule to exclude files in a folder, but not its subfolders
Replies: 7
Views: 1882

Filter rule to exclude files in a folder, but not its subfolders

Quite often, I want to exclude files in a folder, but not its subfolders. E.g. say I want to exclude Folder1 that is in the base directory:

Folder1\
....Folder2\
........File1.ext
........File2.ext
....Folder3\
........File3.ext
........File4
....Folder4\
....File5.ext
....File6.ext
....File7.ext ...