mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #316] Optionally exclude files that are excluded from Time Machine backups? #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tko on GitHub (Mar 1, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/316
In addition to seeing how much disk space is used locally it's also useful to see how much is getting backed up, especially if you're in a semi-habit of excluding folders and files (
tmutil addexclusion) from backups manually.@bootandy commented on GitHub (Mar 5, 2023):
You can use
dust -X file_or_dir_to_not_countto ignore certain files or directories. You can also usedust -v REGEXto ignore files that match the REGEXI don't really want to have dust integrate with whatever time machine does as I'd like to keep it separate from other tools.
@bootandy commented on GitHub (Mar 5, 2023):
This request looks similar to https://github.com/bootandy/dust/issues/265 so I'll close this.
@tko commented on GitHub (Mar 5, 2023):
FWIW I believe Time Machine exclusions are recorded as extended attributes on the files so it's little different from separate ignore files.