Hi, apparently the updated syntax only works for backups of the current machine, i.e. those that appear with tmutil listbackups
I have another machine directory for an older Mac (that I don't have any more), that I want to delete in order to reclaim space. While still on Catalina, I successfully used 'tmutil delete' to delete all backups except the latest for that older machine. Now that I have migrated to Big Sur, I want to delete that final last backup (or the machine directory altogether) and it doesn't work anymore.
sudo tmutil delete 2020-08-31-231743
Total deleted: Zero KB
sudo tmutil delete -d /Volumes/Time\ Machine\ 8\ To/ -t 2020-08-31-231743
(null): No such file or directory (error 2)
tmutil listbackups
2020-09-25-075654
2020-10-02-112313
...
That older backup doesn't appear in the list because it is in another machine directory, and the updated syntax (work-around) doesn't work seemingly for that reason.
I have also tried to use the GUI to 'browse other backup disks' (as my older machine directory does appear in the list). But the Time Machine GUI leads me to the current machine directory instead, ignoring the one I selected.
Any idea would be greatly appreciated! I am reluctant to nuke the machine directory with 'sudo rm-fr' because of unknown side effects of bypassing the malfunctioning tmutil utility.
Thanks!