save_config
Save a full JSON configuration to a file while automatically creating a timestamped backup to prevent data loss.
Instructions
Saves the configuration JSON after automatically creating a timestamped backup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the configuration file. | |
| config | Yes | The full JSON configuration object to save. |