vm_backup
Back up a Proxmox VM or container to a specified storage with snapshot, suspend, or stop mode.
Instructions
[WRITE] Create a vzdump backup of a VM/CT to a storage. Returns task UPID.
Args: vmid: Numeric Proxmox guest id (VM or container). storage: Backup-capable storage id (see storage_list / storage_content). mode: 'snapshot' (default, no downtime), 'suspend', or 'stop'. target: Proxmox target name from config. node: Node name; omit to auto-locate the guest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | snapshot | |
| node | No | ||
| vmid | Yes | ||
| target | No | ||
| storage | Yes |