Create backup schedule
create_backup_jobSchedule recurring vzdump backup jobs for Proxmox VMs and containers with configurable options like storage, schedule, and compression.
Instructions
Schedule a recurring vzdump backup job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID | |
| all | No | Backup all VMs/containers | |
| mode | No | snapshot | |
| pool | No | Pool filter | |
| vmid | No | Specific VM/CT (or 'all' for everything) | |
| notes | No | ||
| ionice | No | ||
| mailto | No | ||
| bwlimit | No | Bandwidth limit in KB/s | |
| comment | No | ||
| enabled | No | ||
| exclude | No | Comma-separated list of VMIDs to exclude | |
| storage | Yes | Target storage | |
| compress | No | zstd | |
| lockwait | No | ||
| maxfiles | No | DEPRECATED — use prune_backups | |
| next_run | No | ||
| schedule | Yes | Calendar event: 'Mon..Sun', '00:00', or a calendar event spec | |
| stopwait | No | ||
| prune_backups | No | Retention options, e.g. 'keep-last=7,keep-daily=14' | |
| mailnotification | No | ||
| notification_mode | No |