Skip to content

Instantly share code, notes, and snippets.

@jabenninghoff
Last active July 21, 2026 15:34
Show Gist options
  • Select an option

  • Save jabenninghoff/7791e7771f16b2fc57a72a589ed80580 to your computer and use it in GitHub Desktop.

Select an option

Save jabenninghoff/7791e7771f16b2fc57a72a589ed80580 to your computer and use it in GitHub Desktop.
Set Time Machine Quota

To set a client-side quota for Time Machine (for example, for a NAS mounted drive), use:

sudo tmutil destinationinfo
sudo tmutil setquota [ID] 4000 # (4TB quota)

Thanks to ingmar_s, How can I change Time Machine quota?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment