set_backup_schedule
Configure automatic nightly backups for your Metis research memory. Set time, retention days, and destination to ensure data is safely preserved.
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 |