Exclude all filenames that have the work backup

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
authorleon
Posts: 8
Joined: Sat Nov 06, 2021 11:56 am

Exclude all filenames that have the work backup

Post by authorleon »

hello. Thank you for having me here.

I would like to know what command I would put in the section of exclude files in order to exclude every file name that has the word backup_ in it?

This means if the word has backup it will show up in the results.

But if it finds backup_ then it would be excluded from the results.

Thx
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Exclude all filenames that have the work backup

Post by raccoon »

Under Tools > Options > Indexes > Exclude you will find the bottom field named Exclude files: where you can type in a semicolon (;) delimited list of filenames and wildcard-filenames that should be excluded from the index. This is separate from the larger list above (Exclude folders:) and not related.

Type backup_* into that bottom field, then hit OK.
This will exclude all files that START with the word "backup_"

Otherwise type *backup_* if you want to exclude files that CONTAIN the word "backup_" anywhere in the beginning middle or end of the filename.
You can use spaces if you need to. Eg: * backup_*

Everything_oUbIAynwFE.png
Everything_oUbIAynwFE.png (47.07 KiB) Viewed 3726 times
authorleon
Posts: 8
Joined: Sat Nov 06, 2021 11:56 am

Re: Exclude all filenames that have the work backup

Post by authorleon »

raccoon wrote: Sun Nov 07, 2021 12:15 am Under Tools > Options > Indexes > Exclude you will find the bottom field named Exclude files: where you can type in a semicolon (;) delimited list of filenames and wildcard-filenames that should be excluded from the index. This is separate from the larger list above (Exclude folders:) and not related.

Type backup_* into that bottom field, then hit OK.
This will exclude all files that START with the word "backup_"

Otherwise type *backup_* if you want to exclude files that CONTAIN the word "backup_" anywhere in the beginning middle or end of the filename.
You can use spaces if you need to. Eg: * backup_*


Everything_oUbIAynwFE.png

Fantastic.

Thank you!!!!!
authorleon
Posts: 8
Joined: Sat Nov 06, 2021 11:56 am

Re: Exclude all filenames that have the work backup

Post by authorleon »

Worked perfectly,

Thank you
Post Reply