set_backup_schedule
Configure automatic nightly backups by setting enable, time (UTC), retention days, and destination directory.
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 |