genexx
Mitglied
- Registriert
- 10.11.2022
- Beiträge
- 426
- Reaktionspunkte
- 310
FYI
Terminal:
tmutil listlocalsnapshots /
The Terminal will show a list of local snapshots:
➜ ~ tmutil listlocalsnapshots /
Snapshots for disk /:
com.apple.TimeMachine.2022-11-13-122138.local
➜ ~
To remove a snapshot:
sudo tmutil deletelocalsnapshots 2022-11-13-122138
If it deletes properly, you’ll see Delete local snapshot '2022-11-13-122138' in the Terminal as the response.
Terminal:
tmutil listlocalsnapshots /
The Terminal will show a list of local snapshots:
➜ ~ tmutil listlocalsnapshots /
Snapshots for disk /:
com.apple.TimeMachine.2022-11-13-122138.local
➜ ~
To remove a snapshot:
- Copy and paste this command: sudo tmutil deletelocalsnapshots
- Type a space and then paste in the date portion of the snapshot.
- Press Return, and finally press Return.
sudo tmutil deletelocalsnapshots 2022-11-13-122138
If it deletes properly, you’ll see Delete local snapshot '2022-11-13-122138' in the Terminal as the response.