tmutil parameters

TIL: tmutil delete allows to add the -t parameter multiple times to delete multiple (old) backups at once:

sudo tmutil delete -d /Volumes/Backups\ of\ Matzes\ M1\ Pro -t 2025-04-13-215640 -t 2025-04-21-095453 -t 2025-04-28-151733Code language: JavaScript (javascript)

Before, I used multiple commands (since I delete the oldest 4 backups every 6 months manually) and always waited for the next command until the previous one was done …

Matze Avatar

Author:

As a developer, I work with WordPress every day. By day, I create plugins and themes, solve problems and sometimes produce new ones. At night, it’s not unusual to find me at the WordPress Meetup in Stuttgart with my dog. 🐕

Comments

Reposts

Leave a Reply

Your email address will not be published. Required fields are marked *