My MacBook Pro is the 250 GB model.
I have a 320 GB external hard drive I am using as a time machine backup disk.
Right now the 320 GB hard drive has 16.14 GB of free space remaining.
The last two backups I tried today both failed because "the disk is full".
I don't see how this can be possible since Time Machine says
The oldest backups are deleted when your disk becomes full.
How do I force it to backup?
Preferably without wiping the whole disk and making a brand new backup (I don't want to lose all incremental history).
tmutil listbackups
shows only two backups.... – minseong Dec 11 '19 at 16:14tmutil listbackups
shows 2 backups, so I rundelete
on the volume/computer_name and now it's showing me so many tens of backups being deleted... how comelistbackup
doesn't show these. I would have wanted to delete only the older backups. – minseong Dec 11 '19 at 17:00sudo tmutil delete /Volumes/drive_name/Backups.backupdb/mac_name/YYYY-MM-DD-hhmmss
– klanomath Dec 11 '19 at 17:02tmutil listbackups
but see my above comments for the problems I had – minseong Dec 11 '19 at 17:28tmutil listbackups
shows less snapshots something's fundamentally wrong with your TM config/history. – klanomath Dec 11 '19 at 18:35