View Time Machine current status

Back when I had Mountain Lion I was able to run a shell script to view in real time, what specific file(s) Time machine was backing up at that moment. Here is the command:


<code>

sudo dtrace -n 'syscall::open*:entry /execname == "backupd"/ { print ("%s", copyinstr(arg0)); }'

</code>


Long story short, I lost the script and just found it. Now when I try it, all I get is a scrolling window of errors similar to this:


dtrace: error on enabled probe ID 7 (ID 151: syscall::open:entry): invalid user access in action #1 at DIF offset 24


I have been searching the net for hours and can't find any help with this. Any ideas?

MacBook Pro (15-inch Late 2011), Mac OS X (10.7.4)

Posted on May 18, 2015 2:14 AM

Reply

There are no replies.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

View Time Machine current status

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.