How to create a sparse disk image for Time Machine backups: Difference between revisions

From blinkenwiki

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..."
 
No edit summary
 
Line 4: Line 4:
Next tell Time Machine to add the disk to its list of backups:
Next tell Time Machine to add the disk to its list of backups:
<pre>sudo tmutil setdestination -p /Volumes/TigerCat</pre>
<pre>sudo tmutil setdestination -p /Volumes/TigerCat</pre>
(From Evernote)

Latest revision as of 02:14, 13 June 2021

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)