run_backup
Perform an immediate backup of a Proxmox VM using vzdump. Provide the node, VM ID, storage, and optionally set backup mode and compression.
Instructions
Run an immediate backup (vzdump)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Backup mode: "snapshot", "suspend", or "stop" | |
| node | Yes | Node on which to run the backup | |
| vmid | Yes | VM ID to back up | |
| storage | Yes | Storage location for the backup | |
| compress | No | Compression algorithm: "zstd", "lzo", or "gzip" |