signalgrid_time_machine
Retrieves Time Machine backup status including auto-backup setting, destinations, and latest backup to flag stale backups that raise data-loss risk.
Instructions
Time Machine posture: automatic backups on/off, configured destinations, and the most recent completed backup.
A device with no recent backup carries higher data-loss risk; a stale latest_backup date on a machine that should back up daily is a drift signal.
Returns: dict with keys: auto_backup (bool | None; null = could not read), destinations (str), latest_backup (str; a snapshot path on success or error text), _note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||