Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
time_machine_destinations
Locations backed up to using Time Machine. This table requires Full Disk Access (FDA) permission.
| 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;