Hot and Sandy

Travel writing, pictures and stuff for people I know. Quite a lot of cycling talk, and some semi-controlled ranting. Hiking, outdoor and two-wheeled stuff, perhaps a little computing when it's worth talking about. Meandering thoughts.

Thursday, April 19

Manually remove TimeMachine backups!

These steps just saved me from having to reformat an external drive:

- Open Time Machine Disk
- Locate and open the folder Backups.backupdb
- Go to view by date and choose oldest on top
- Select the backup you want to delete
- Open Teminal and type sudo rm -rvf
- Drag and drop the old folders you want to delete in the Terminal Window
- Enter you user password at the prompt

Couple of warnings - use rm -rvf carefully, especially with sudo!
Dragging and dropping the correct file path is a good move, even if you're experienced.
From here.

0 Comments:

Post a Comment

<< Home