Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude .snapshot[s] directories eg GPFS #92

Closed
brockpalen opened this issue Jun 28, 2022 · 1 comment · Fixed by #94
Closed

Exclude .snapshot[s] directories eg GPFS #92

brockpalen opened this issue Jun 28, 2022 · 1 comment · Fixed by #94

Comments

@brockpalen
Copy link

Feature request: When indexing systems that have publicly viewable .snapshot or similar paths it complicates queries or causes confusion with multiple counting files etc.

An option would be to just delete .snapshot after the scan but that still means that GUFI indexed that entire path.

Thanks!

@garygrider
Copy link
Contributor

garygrider commented Jun 28, 2022 via email

calccrypto added a commit that referenced this issue Jul 13, 2022
must be exact match - no patterns
Trie updates
    works on all 8 bit characters, not just numbers
    moved code into its own files
    updated tests
Core update for #92
    still need to update scripts
calccrypto added a commit that referenced this issue Jul 13, 2022
must be exact match - no patterns
Trie updates
    works on all 8 bit characters, not just numbers
    moved code into its own files
    updated tests
Core update for #92
    still need to update scripts
calccrypto added a commit that referenced this issue Jul 13, 2022
must be exact match - no patterns

gufi_dir2index
gufi_dir2trace
gufi_query

Trie updates
    works on all 8 bit characters, not just numbers
    moved code into its own files
    updated tests

Implements #92
@calccrypto calccrypto linked a pull request Jul 14, 2022 that will close this issue
calccrypto added a commit that referenced this issue Jul 14, 2022
must be exact match - no patterns

gufi_dir2index
gufi_dir2trace
gufi_query

Trie updates
    works on all 8 bit characters, not just numbers
    moved code into its own files
    updated tests

Implements #92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants