Metis — Set Backup Schedule
set_backup_scheduleConfigure automatic nightly backups: enable, set UTC time, retention days, and destination path.
Instructions
Configure the nightly backup schedule.
The schedule is read by the scheduler (Phase 10) to trigger backup_db()
automatically. This tool only persists the configuration.
Args:
enabled: Whether automatic nightly backups are on.
time_utc: Time in HH:MM UTC to run the backup (e.g. '02:00').
keep_days: How many days of backups to retain (older ones deleted).
destination: Backup directory (defaults to metis/system/backups/).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | ||
| time_utc | No | 02:00 | |
| keep_days | No | ||
| destination | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |