Home > Software design >  How to exclude temporary Xcode files from Time Machine?
How to exclude temporary Xcode files from Time Machine?

Time:01-03

I write a lot of code using Xcode. I know Xcode creates temporary files when it builds. These seem to be quite large (GB's), and I would like to exclude them from Time Machine backups.

How can I exclude them ? Where are they located? Is the location always the same?

CodePudding user response:

  1. Launch System Preferences
  2. Select Time Machine
  3. Click Options...
  4. Add ~/Library/Developer to exclusion list
  5. Click Save

demo

  • Related