Create

Create

Certified

Create a backup of a VM or container on Proxmox VE

yaml
type: io.kestra.plugin.proxmox.backup.Create
yaml
id: create_backup
namespace: company.team

tasks:
  - id: backup
    type: io.kestra.plugin.proxmox.backup.Create
    host: "{{ secret('PROXMOX_HOST') }}"
    username: "{{ secret('PROXMOX_USERNAME') }}"
    password: "{{ secret('PROXMOX_PASSWORD') }}"
    node: pve
    vmName: my-vm
    storage: local
    mode: snapshot
    compress: zstd
Properties
Defaultzstd
Defaultsnapshot
Default8006
DefaultPT1H
Defaultfalse