Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
time_machine_destinations
Locations backed up to using Time Machine.
Column | Type | Description |
---|---|---|
alias | text | Human readable name of drive |
bytes_available | integer | Bytes available on volume |
bytes_used | integer | Bytes used on volume |
consistency_scan_date | integer | Consistency scan date |
destination_id | text | Time Machine destination ID |
encryption | text | Last known encrypted state |
root_volume_uuid | text | Root UUID of backup volume |
If Time Machine is configured, see what destination it is configured to go to.
SELECT alias FROM time_machine_destinations;