create_replication_job
Create a storage replication job for Proxmox VMs or containers, copying data to a target node with optional schedule and rate limit.
Instructions
Create a storage replication job.
Args: id: Job ID (format: GUEST-JOBNUM, e.g. '100-0'). target: Target node. type: Replication type (currently only 'local'). schedule: Schedule in systemd calendar format (default '*/15' = every 15 min). comment: Description. rate: Rate limit in mbps. disable: Create disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| target | Yes | ||
| type | No | local | |
| schedule | No | */15 | |
| comment | No | ||
| rate | No | ||
| disable | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |