Restore
Certified
Restore a backup to a QEMU VM or LXC container on Proxmox VE
Restore
Certified
Restore a backup to a QEMU VM or LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.backup.RestoreExamples
yaml
id: restore_backup
namespace: company.team
tasks:
- id: restore
type: io.kestra.plugin.proxmox.backup.Restore
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmId: 200
archive: "local:backup/vzdump-qemu-100-2024_01_01-00_00_00.vma.zst"
storage: local-lvm
resourceType: vm
Properties
archive *Requiredstring
host *Requiredstring
node *Requiredstring
storage *Requiredstring
vmId *Requiredintegerstring
password string
port integerstring
Default
8006resourceType string
Default
VMPossible Values
VMCONTAINERtimeout string
Default
PT1HtokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false