How to create a sparse disk image for Time Machine backups

From blinkenwiki

Revision as of 02:08, 13 June 2021 by Blinkenjim (talk | contribs) (Created page with "First create the sparse image: <pre> sudo hdiutil create -size 500g -type SPARSEBUNDLE -fs HFS+ -volname TigerCat /Volumes/Passport/TigerCat.sparsebundle</pre> Next tell Time...")
(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