Search found 2 matches

by m_v
Mon Oct 25, 2021 2:31 pm
Forum: TeX Live and MacTeX
Topic: "sudo tlmgr backup --clean --all" is doing nothing
Replies: 5
Views: 32836

"sudo tlmgr backup --clean --all" is doing nothing

Yes, I do. I encountered the same issue with TeXLive 2021 and want to document the solution.
by m_v
Mon Oct 25, 2021 1:39 pm
Forum: TeX Live and MacTeX
Topic: "sudo tlmgr backup --clean --all" is doing nothing
Replies: 5
Views: 32836

"sudo tlmgr backup --clean --all" is doing nothing

@marek_step: Right after the upgrade, there may have been only one set of backup remaining, which won't be removed by default. If you want to remove that, try running
sudo tlmgr backup --all --clean=0

Append --dry-run to see what files will be removed without taking any action:
sudo tlmgr backup ...