I want to know if a mac user uses Time Machine so I can tell him it's a good habit to do backups. So I need to detect if either:
- user never activated Time Machine
- last backup is very old so it's like they are not a regular Time Machine user
I've looked into tmutil
but I'm not sure which command
would be the most reliable for me to use.
tmutil latestbackup
doesnt seems to be a good source of truth for thattmutil listbackups
doesnt seems to be a good source of truth for thattmutil destinationinfo
maybe? I can't test on a Mac that never used Time Machine to see the output
tmutil latestbackup/listbackups
"a good source of truth?" – Allan Apr 03 '19 at 20:32