How to create a sparse disk image for Time Machine backups

From blinkenwiki

Revision as of 02:14, 13 June 2021 by Blinkenjim (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

First create the sparse image:

sudo hdiutil create -size 500g -type SPARSEBUNDLE -fs HFS+ -volname TigerCat /Volumes/Passport/TigerCat.sparsebundle

Next tell Time Machine to add the disk to its list of backups:

sudo tmutil setdestination -p /Volumes/TigerCat

(From Evernote)