Command-line access for Apple Time Machine?
        Posted  
        
            by Stefan Lasiewski
        on Super User
        
        See other posts from Super User
        
            or by Stefan Lasiewski
        
        
        
        Published on 2010-06-14T21:58:25Z
        Indexed on 
            2010/06/14
            22:03 UTC
        
        
        Read the original article
        Hit count: 331
        
We use Apple's Time Machine to back up our workstations at the office.
If I want to restore a file, I need to open up the Time Machine GUI and browse files there. The GUI is ugly eye-candy and gets in my way.
Is there a way to browse the Time Machine archive using the Mac's command-line?
I'm used to Netapps and other storage appliances. I use backintime for my Ubuntu workstation. To restore a file with one of those systems, you can restore a file with a simple command like:
cp .snapshot/daily.0/filename.txt .
or
cp /backup/backintime/20100611-000002/backup/etc/shadow /etc/shadow
Is there an equivalent for Apple's Time Machine?
© Super User or respective owner