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.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
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. 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;