Tag: terminal

  • What is Time Machine backing up now?

    Ever curious to see what files Time Machine is backing up right now? Open up the terminal, and type this command (you’ll need your password): sudo opensnoop -n backupd | grep -v ‘Time Machine Backups’ Opensnoop watches the files that Time Machine accesses and tattles on it. I’m always surprised to see the files I’ve…