B brilliantthings macrumors 65816 Original poster Oct 31, 2013 #1 I've just found a Folder in Applications called rollbackBackupDirectory. I've never seen it before and I dont know what it is. It's 3GB and I "don't have permission to see its contents. What is it!?
I've just found a Folder in Applications called rollbackBackupDirectory. I've never seen it before and I dont know what it is. It's 3GB and I "don't have permission to see its contents. What is it!?
w0lf macrumors 65816 Oct 31, 2013 #2 Dunno what it is but you could probably view it using Terminal Code: sudo ls -al /Applications/rollbackBackupDirectory/ or to open it in Finder via Terminal Code: sudo cd /Applications/rollbackBackupDirectory/ open . Using sudo is going to ask for your admin password but will let you view anything you want.
Dunno what it is but you could probably view it using Terminal Code: sudo ls -al /Applications/rollbackBackupDirectory/ or to open it in Finder via Terminal Code: sudo cd /Applications/rollbackBackupDirectory/ open . Using sudo is going to ask for your admin password but will let you view anything you want.