Skip to content

Instantly share code, notes, and snippets.

@gregelin
Created August 10, 2017 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregelin/2509c1f7b8dda3b26c009e911c9a3d9a to your computer and use it in GitHub Desktop.
Save gregelin/2509c1f7b8dda3b26c009e911c9a3d9a to your computer and use it in GitHub Desktop.
Reclaiming space on Time Machine / Time Capsule

Relcaiming space on Time Machine / Time Capsule

See: Apple Forum Answer

  1. Connect briefly to Time Machine to get drive mounted
  2. Delete backups; make sure Time Machine is not running a backup
  3. Open terminal
  4. Compact sparsebundle to reclaim space
sudo su
cd /Volumes
cd <name of time capsule>
hdiutil compact "name of the.sparsebundle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment