Difference between revisions of "OS Tricks/Mac/Time-Machine Local-Snapshots"

From Adam Meola - wiki
< OS Tricks‎ | Mac
Jump to navigation Jump to search
Line 10: Line 10:
 
<meta charset="utf-8">If it's mostly the second thing, here's how to disable it:
 
<meta charset="utf-8">If it's mostly the second thing, here's how to disable it:
 
# Open Terminal
 
# Open Terminal
# enter:
+
# enter: <br/><code>sudo tmutil enablelocal</code>

Revision as of 22:57, 25 March 2021

Time Machine local snapshots

"Time Machine lets you restore files from local snapshots of the files on your Mac, even when your Time Machine backup disk isn't available."

...and it takes up disks space that you could use...


If it's mostly the second thing, here's how to disable it:

  1. Open Terminal
  2. enter:
    sudo tmutil disablelocal

<meta charset="utf-8">If it's mostly the second thing, here's how to disable it:

  1. Open Terminal
  2. enter:
    sudo tmutil enablelocal