ターミナルでのTime MachineのBackup削除方法。

バックアップディレクトリの確認

tmutil machinedirectory

バックアップ一覧

tmutil listbackups

バックアップ削除

sudo tmutil delete -p {バックアップディレクトリ}/{削除対象バックアップ日付}

-pオプションつけない場合、以下Errorメッセージが表示される。

Specify either a path or a mountpoint and timestamp
Usage: tmutil delete [-d backup_mount_point -t timestamp] [-p path]