It is
possible to use tmutil from Terminal.app to delete TM backups. Depending on which macOS you're running, Terminal.app will require "Full Disk Access" permission via System Preferences/Privacy. I'm not convinced manually deleting is more effective than letting TM manage the backups but it is possible. My recommendation is to let TM manage but for those willing to accept responsibility here is one example:
From within Terminal.app issue:
Resulting in this example output:
/Volumes/YourVolume/Backups.backupdb/YourUserID/2020-04-29-071013
/Volumes/YourVolume/Backups.backupdb/YourUserID/2020-04-29-090057
Copy and paste one of those lines into tmutil's delete command like so:
Code:
sudo tmutil delete /Volumes/YourVolume/Backups.backupdb/YourUserID/2020-04-29*
followed by entering your admin user's password would delete all backups on April 29th ( the asterisk is a wild card ).
Please note: using tmutil can damage your TM database if not used correctly. Make sure you're adequately prepared ( backups and enough time and education about what you're attempting ) and willing to accept all responsibility for mistakes and any mishaps. What I've posted is *
not* a full tmutil tutorial and doesn't provide all the knowledge you might need to accomplish your objectives. It only shows what's possible but is
not recommended for TM noobs.