File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11.DEFAULT_GOAL := help
2- .PHONY : help test lint check install uninstall
2+ .PHONY : help test lint check install uninstall exclusions
33
44
55help : # # Outputs this help screen
@@ -18,3 +18,6 @@ install: ## Install Asimov and schedule via launchd
1818
1919uninstall : # # Uninstall Asimov and remove launchd schedule
2020 @scripts/uninstall.sh
21+
22+ exclusions : # # List all paths excluded from Time Machine
23+ @sudo mdfind " com_apple_backup_excludeItem = 'com.apple.backupd'"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Asimov is a thin wrapper around Apple's [`tmutil`](https://ss64.com/mac/tmutil.h
100100List everything excluded from Time Machine:
101101
102102``` sh
103- sudo mdfind " com_apple_backup_excludeItem = 'com.apple.backupd' "
103+ make exclusions
104104```
105105
106106Remove an exclusion added in error:
You can’t perform that action at this time.
0 commit comments