-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Wildcard for excluding filesystems (TimeMachine) #106
Comments
I built the adrien/HideShow_mountPoint branch from source and tested this. It works (thanks) but doesn't support wildcards, so still doesn't really address the original issue. A syntax like
or
would be ideal. |
The latest build fix your request @luckman212 ? |
I haven't had a chance to try it yet! Trying now. |
@IGLOU-EU I built freshly from master. So But I also tried Is this expected? |
Nop ... this is not expected ! I can't reproduce this bug with the latest version of the code Can you give me the result of EDIT: |
|
I can't seem to reproduce this with v0.7.0 anymore. Has this been fixed in go-wildcard, @IGLOU-EU? |
I have made a mistake in my last reply @muesli ... go-wildcard doesn't support the dot like pattern matching. But I can add it 🤔 |
That's fine, the dot |
Closing this one as I believe this is working as expected now! |
I hope, I may reopen this one as there still seems to be a problem on MacOS when the MP name contains capitalized letters. I have built from source and I can hide my TimeMachine MPs like so:
But if I want to hide the /System MPs, using
What works is to use
|
duf 0.6.0 from Homebrew
duf
produces voluminous output on my system, due to a lot of filesystems mapped by TimeMachine → SMB share on my NAS:I tried various incarnations of
-hide
,-hide-fs
,-only-fs
etc but nothing I did worked to exclude those*.timemachine
mounts. Is there any way to do this? The fs names are dynamic due to the snapshot nature of the system, so specifying them explicitly isn't really an option.The text was updated successfully, but these errors were encountered: