Skip to content

Instantly share code, notes, and snippets.

@goofrider
Last active September 24, 2020 19:22
Show Gist options
  • Save goofrider/714813edd31e1d2d3cb10972b8e21f61 to your computer and use it in GitHub Desktop.
Save goofrider/714813edd31e1d2d3cb10972b8e21f61 to your computer and use it in GitHub Desktop.
Exclude VM instances and download cache in Ubuntu Multipass on Mac OS from Time Machine backup
## Exclude VM instances and download cache in Ubuntu Multipass on Mac OS from Time Machine backup
## Once you added them to the exclusion list they will show up in the Time Machine prefpane exclusion dialog.
sudo tmutil addexclusion -p /var/root/Library/Application\ Support/multipassd/vault/instances/
sudo tmutil addexclusion -p /var/root/Library/Caches/multipassd/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment