Skip to main content

Restrict Time Machine Backup to a certain size



Setup a size limit for Time Machine backup volumes

Time Machine will standard use all the available disk space on an external drive or a external server volume. You can setup a limit how much disk space Time Machine may use. Use this defaults write Terminal command:

defaults write /Library/Preferences/com.apple.TimeMachine MaxSize 405600

Where MaxSize 405600 is the MB equivalent of 400GB (400 * 1024)

To remove the limit:

defaults delete /Library/Preferences/com.apple.TimeMachine MaxSize

Comments