create_backup
Create backups of Proxmox VMs or containers via vzdump. Choose snapshot, suspend, or stop mode and set compression for storage.
Instructions
Back up a VM or container with vzdump.
Args: vmid: Guest to back up. storage: Backup-capable storage to write to. mode: "snapshot" (no downtime), "suspend", or "stop". compress: "zstd", "gzip", "lzo", or "0" for none. notes: Optional note attached to the archive. wait: Seconds to wait before returning a UPID instead of a result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | snapshot | |
| vmid | Yes | ||
| wait | No | ||
| notes | No | ||
| storage | No | local | |
| compress | No | zstd |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||