asimov icon indicating copy to clipboard operation
asimov copied to clipboard

removing all exclusion and stopping / uninstalling

Open dcrabbeYapily opened this issue 3 years ago • 2 comments

hello - nice tool. However I installed it without realising there is no documentation for removing excludes and uninstalling.

How would I go about this?

thanks, D.

dcrabbeYapily avatar Feb 15 '21 09:02 dcrabbeYapily

Good point, this is something that should be better documented.

You can find all of the existing exclusions with the following (props to Heissenberger Laboratory):

$ find ~ -xattrname "com.apple.metadata:com_apple_backup_excludeItem" -type d -prune

From there, you could pipe that list (or some version thereof) to tmutil removeexclusion to make them re-eligible for backups.

For removal, you would either delete the Asimov directory (if you've installed manually), or run brew uninstall asimov (for Homebrew installations).

stevegrunwell avatar Feb 17 '21 14:02 stevegrunwell

Thanks so much for the email!

All makes sense and listing the excludes in terminal as we speak.

Best, Dan.

-- Daniel Crabbe Graphic Designer & Software Engineer

yapily.com http://yapily.com/ +44 7876 771 406

On 17 Feb 2021, at 14:58, Steve Grunwell [email protected] wrote:

Good point, this is something that should be better documented.

You can find all of the existing exclusions with the following (props to Heissenberger Laboratory https://www.heissenberger.at/en/blog/macos-exclude-node_modules-folder-from-time-machine/):

$ find ~ -xattrname "com.apple.metadata:com_apple_backup_excludeItem" -type d -prune From there, you could pipe that list (or some version thereof) to tmutil removeexclusion to make them re-eligible for backups.

For removal, you would either delete the Asimov directory (if you've installed manually), or run brew uninstall asimov (for Homebrew installations).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stevegrunwell/asimov/issues/67#issuecomment-780613085, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASVYWLWYC6IMRAZHJI3Z6ODS7PKP5ANCNFSM4XULIHLA.

dcrabbeYapily avatar Feb 17 '21 15:02 dcrabbeYapily