Remove time machine backups for deleted users

Joined
Sep 30, 2009
Messages
2
Reaction score
0
Points
1
I recently cleaned up my Mac and blew away a bunch of users that I no longer needed.

I have just realized that the time machine backups for these users are probably still around. Is there any way to delete a back up for a particular user if they no longer exist or do I just need to format the drive and start over?
 
Joined
Sep 24, 2009
Messages
146
Reaction score
3
Points
18
Location
New York
Your Mac's Specs
MBP - 15in, 2.66ghz, 8gb RAM, 2x GPU, 320gb HDD
Go to terminal and type the following:
code: sudo fsaclctl -p /Volumes/<yourVolume> -d

This will disable ACLs on this volume. Then you can type:

code: cd /Volumes/<yourVolume>/Backups.backupdb/<yourMachine>

code: sudo find . -maxdepth 1 -ctime +1 -exec rm -rfv {} \;


This will delete all backups created more than 1 day ago.
Hopefully this is what youre looking for :)
 
Joined
Jan 27, 2009
Messages
531
Reaction score
4
Points
18
Location
New York, NY
Your Mac's Specs
17" MacBook Pro, 2.5 GHz Intel Core 2 Duo Processor, 2 GB 667 MHz DDR2 SDRAM, not unibody
I don't think you need to type all that code into the terminal. All you need to do is go into the external HD (access it from the Finder, not from the Time Machine app), go into backups.db>[name of your computer], and then do a search in that directory for the name of the user's home folder that you want to delete.

That's what I would do, anyway. I've never had to do this.
 
Joined
Apr 26, 2008
Messages
2,963
Reaction score
120
Points
63
Location
Belgium
Your Mac's Specs
iPad Pro 12.9 latest iOS
Launch Time Machine and from the finder window select the user (folder) you would like to delete....
From the drop down list select --> delete all backups of " selected user "
Done.

Cheers ... McBie
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top