pve_create_replication_job
Configure automated VM/container data replication between Proxmox VE nodes for backup and high availability. Set schedule, target node, and rate limits.
Instructions
Create replication job
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Replication job ID (e.g., 100-0) | |
| target | Yes | Target node | |
| type | Yes | Replication type | |
| schedule | No | Schedule (cron format) | |
| rate | No | Rate limit in MB/s | |
| comment | No | Comment | |
| disable | No | Disable job |