update_backup_config
Update an existing Duplicati backup job by applying a modified JSON configuration to change sources, settings, schedule, and filters.
Instructions
Update an existing backup job from a modified JSON configuration (as exported by export_backup_config). Use this to modify sources, settings, schedule, filters, etc. on an existing job.
Args: backup_id: Numeric ID of the backup job to update. config_json: Modified JSON string of the backup configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup_id | Yes | ||
| config_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |