time_machine_backups

Backups to drives using TimeMachine.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: time_machine_backups

  • Mac OSX

Table schema

Name Type Description
destination_id TEXT Time Machine destination ID
backup_date INTEGER Backup Date

Query examples

select alias, backup_date, td.destination_id, root_volume_uuid, encryption from time_machine_backups tb join time_machine_destinations td on (td.destination_id=tb.destination_id);