Skip to content

Resource: proxmox_replication

Manages Proxmox VE Replication.

Schema

Required

  • id (String) Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.
  • target (String) Target node.
  • type (String) Section type.

Optional

  • comment (String) Description.
  • disable (Boolean) Flag to disable/deactivate this replication.
  • rate (Number) Rate limit in mbps (megabytes per second) as floating point number.
  • schedule (String) Storage replication schedule. The format is a subset of systemd calendar events. Defaults to */15

Read-Only

  • guest (Number) Guest ID.
  • jobnum (Number) Unique, sequential ID assigned to each job.
  • source (String) For internal use, to detect if the guest was stolen.