Can't delete old Time Machine backups

On Lion, you can use tmutil to clean things up properly.

To delete backups one by one (snapshot by snapshot).

sudo tmutil delete /Volumes/drive_name/Backups.backupdb/mac_name/YYYY-MM-DD-hhmmss

If you are sure you have selected the correct path, you can delete all backups from that one Mac by not passing in the time and letting it delete the entire folder:

sudo tmutil delete /Volumes/drive_name/Backups.backupdb/mac_name

The sudo command needs your password (and it won't echo to the screen, so just type it and pause to be sure you're dating the correct files before pressing enter).


The Time Machine backup format is not designed to let you use the Trash. If you are sure you don't need your old backups, you should

1) Erase and reformat the drive in Disk Utility

2) Go to your Time Machine Preferences, click on Select Disk..., and select the disk again, instructing the Time Machine preferences to take control of the disk and create a new Time Machine backup.

Others have pointed out to me that you can store additional files of your own on your Time Machine volume if you like. But what you should not do is use the Finder to try to delete anything in the Backups.backupdb directory, or to move any files into those directories.